Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
executive-summary-formatter
Transform poorly formatted executive summaries into professionally formatted documents matching a specific brand template. Use when the user provides an executive summary (text, markdown, docx, or PDF) and wants it reformatted with precise brand styling including Work Sans fonts, branded color scheme (red
majiayu000/claude-skill-registry 163
-
database-migration-management
Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.
majiayu000/claude-skill-registry 163
-
sync-builder-skill
Use when creating Nango syncs for continuous data synchronization - provides patterns for pagination, batch saving, deletion detection, and incremental updates
majiayu000/claude-skill-registry 163
-
test-utility-service
Test utility services that handle external APIs or authorization logic. Use when testing services like AuthenticationService or AuthorizationService. Triggers on "test auth service", "test utility service", "test authentication".
majiayu000/claude-skill-registry 163
-
kbd-glossary
Expert in searching Kabardian glossaries and dictionaries. Provides word definitions, translations, and examples from Rus-Ady and Ady-Ady dictionaries. Activates when user requests word lookup, mentions "найди слово", "поиск в словаре", "glossary", "dictionary", "что означает", or needs translation help for specific words.
majiayu000/claude-skill-registry 163
-
git-troubleshooting
Git troubleshooting techniques including recovering lost commits, fixing merge conflicts, resolving detached HEAD, and diagnosing repository issues. Use when user encounters git errors or needs to recover from mistakes.
majiayu000/claude-skill-registry 163
-
kalshi-api-integration
Documentation for integrating with the Kalshi API, covering authentication, market fetching, ticker parsing, and bet placement.
majiayu000/claude-skill-registry 163
-
gsplat-optimizer
Optimize 3D Gaussian Splat scenes for real-time rendering on iOS, macOS, and visionOS. Use when working with .ply or .splat files, targeting mobile/Apple GPU performance, or needing LOD, pruning, or compression strategies for 3DGS scenes.
majiayu000/claude-skill-registry 163
-
hft-quant-expert
Quantitative trading expertise for DeFi and crypto derivatives. Use when building trading strategies, signals, risk management. Triggers on signal, backtest, alpha, sharpe, volatility, correlation, position size, risk.
majiayu000/claude-skill-registry 163
-
aggregates-thebeardedbearsas-claude-craft
majiayu000/claude-skill-registry 163
-
pwc-audit-intelligence
Expert in audit ground truth extraction, Critical Audit Matters (CAMs), ICFR validation, PCAOB independence compliance, and SEC filing analysis for PWC audit staff
majiayu000/claude-skill-registry 163
-
writing-north-star-metrics
Help users define their North Star metric. Use when someone is choosing their primary success metric, trying to align the team around a key measure, struggling with metric proliferation, or setting up their measurement strategy.
majiayu000/claude-skill-registry 163
-
pydantic-ai-tool-system
Register and implement PydanticAI tools with proper context handling, type annotations, and docstrings. Use when adding tool capabilities to agents, implementing function calling, or creating agent actions.
majiayu000/claude-skill-registry 163
-
MobileApp
PAI Mobile App - Unified mobile interface for Claude Code chat, file browsing, and Obsidian knowledge base access.
A self-hosted web application accessible from iPhone/iPad via Tailscale.
## Quick Start
```bash
cd ~/.claude/Skills/MobileApp
./manage.sh install # Install dependencies
./manage.sh build # Build client
./manage.sh service install # Enable auto-restart (recommended)
```
## Access
- Local: http://localhost:5050
- Via Tailscale: http://<tailscale-ip>:5050
## Auto-Restart (Production)
The server can be managed by launchd for automatic restart on crash/reboot:
```bash
./manage.sh service install # Enable auto-restart
./manage.sh service uninstall # Disable auto-restart
./manage.sh service status # Check service status
./manage.sh service logs # View launchd logs
```
## Development
```bash
./manage.sh dev # Hot reload (auto-pauses launchd service)
```
Dev mode automatically:
- Pauses the launchd auto-restart service
- Runs server + client with hot reload
- Resumes auto-restart when you Ctrl+C
## Features
- **Chat**: Claude Code interaction with streaming responses
- **Files**: Full home directory browser with file preview
- **Knowledge**: Obsidian vault viewer with wiki-link support
## Architecture
- **Server**: Bun + TypeScript (port 5050)
- **Client**: Vue.js + Tailwind CSS (PWA)
- **API**: REST + WebSocket for real-time chat
majiayu000/claude-skill-registry 163
-
apple-hig-designer
Design iOS apps following Apple's Human Interface Guidelines. Generate native components, validate designs, and ensure accessibility compliance for iPhone, iPad, and Apple Watch.
majiayu000/claude-skill-registry 163
-
maceff-todo-restoration
USE IMMEDIATELY when user reports TODO accessibility issues or session migration detected. Restores TODO context using policy-guided recovery.
majiayu000/claude-skill-registry 163
-
resume-tailor
Compose tailored resume with no fabricated content. Uses LLM to rewrite bullet points to align with job description keywords while strictly adhering to facts.
majiayu000/claude-skill-registry 163
-
graphpad-prism
Expert assistance with GraphPad Prism scientific graphing and statistics software, specializing in Prism scripting for automation, batch processing, and data analysis workflows.
majiayu000/claude-skill-registry 163
-
shfmt-formatting
Use when formatting shell scripts with shfmt. Covers consistent formatting patterns, shell dialect support, common issues, and editor integration.
majiayu000/claude-skill-registry 163
-
ai-native-builder-workflow
A complete end-to-end framework for non-technical product managers to build and ship software using AI coding agents. Use this when starting a side project, building a prototype, or automating internal tools without an engineering team.
majiayu000/claude-skill-registry 163
-
ci-cd-agent
Creates CI/CD pipeline configurations for automated testing and deployment
majiayu000/claude-skill-registry 163
-
snipara-mcp
majiayu000/claude-skill-registry 163
-
subagent-contract
Global contract for all specialist subagents. Enforces role boundaries, scope discipline, and DONE/BLOCKED status signaling. Load this skill in any agent that should operate as a bounded specialist following supervisor delegation patterns.
majiayu000/claude-skill-registry 163
-
data-model-creation
Optional advanced tool for complex data modeling. For simple table creation, use relational-database-tool directly with SQL statements.
majiayu000/claude-skill-registry 163