.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/changoo89/claude-pilot
home/skills/changoo89/claude-pilot
changoo89 avatar

changoo89/claude-pilot

32 skills

View on GitHub
$npx skills add changoo89/claude-pilot
SkillInstalls
agent-teamsCoordinate specialized teammates in Agent Teams for execution, review, and planning. Delegate mode mandatory with TaskCompleted/TeammateIdle hooks.—claude-pilot-standardsAuthor reference for claude-pilot components. Skills, commands, agents, rules documentation patterns. VIBE coding compliance.—claude-prompt-guideAnthropic official XML tag patterns and prompt engineering best practices.—close-planPlan completion workflow - archive plan, verify todos, create git commit, push with retry. Use for finalizing completed plans.—code-cleanupDead code detection and removal using knip (recommended) or standard tooling. Use when removing unused imports, variables, or dead files.—code-quality-gatesUse automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.—coding-standardsUniversal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.—confirm-planPlan confirmation workflow - extract plan from conversation, create file, auto-review with Interactive Recovery. Use for confirming plans after /00_plan.—docs-verifyDocumentation verification for 3-Tier system - validates line limits, cross-references, file counts—documentation-best-practicesClaude Code documentation standards for CLAUDE.md, commands, skills, agents. Use when creating or reviewing documentation files.—execute-planPlan execution workflow - parallel SC implementation, worktree mode, verification patterns, GPT delegation. Use for executing plans with TDD + Ralph Loop.—frontend-designProduction-grade frontend design skill for distinctive, non-generic UI development. Avoids "AI slop" aesthetics through specific aesthetic direction guidelines.—git-masterGit workflow mastery - staging, committing, branching, PR creation. Apply conventional commits, Co-Authored-By attribution.—git-operationsUse when pushing, pulling, or merging changes. Handles retries, conflicts, and error recovery.—gpt-delegationUse when blocked, stuck, or needing fresh perspective. Consults GPT experts via Codex CLI with graceful fallback.—parallel-subagentsCoordinate independent teammates concurrently in Agent Teams for 50-70% speedup. Launch multiple teammates simultaneously.—quality-gatesPre-commit quality validation procedures. Use when validating code quality before committing or in CI/CD.—ralph-loopUse after first code change. Autonomous iteration until all quality gates pass (max 7 iterations).—rapid-fixRapid bug fix workflow - auto-plan, execute, test, and close simple fixes in one command. Use for simple bug fixes, one-line changes, minor validation issues.—react-best-practicesReact and Next.js performance optimization guidelines from Vercel Engineering.—releasePlugin release workflow skill for version bumping, git tagging, and GitHub release creation.—reviewComprehensive code review with multi-angle analysis using parallel agents—safe-file-opsSafely delete and manage files and folders. Uses git rm for git-tracked files, moves other files to .trash directory.—setup-workflowInitial setup workflow for claude-pilot plugin - directory creation, statusline configuration, documentation sync, GitHub star request—spec-driven-workflowSPEC-First planning workflow - explore codebase, gather requirements, create execution plan through dialogue (read-only)—tddTest-Driven Development (TDD) skill for Red-Green-Refactor cycle. Use when implementing features with tests first, minimal code to pass, then refactor.—test-driven-developmentUse when implementing any feature or bugfix, before writing implementation code. Red-Green-Refactor cycle ensures tests pass.—three-tier-docsUse after code changes. Syncs CLAUDE.md, CONTEXT.md, and docs/ai-context/ automatically.—using-git-worktreesUse when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.—vercel-deploy-claimableDeploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production",…—vibe-codingLLM-readable code standards. Functions ≤50 lines, files ≤200 lines, nesting ≤3 levels. SRP, DRY, KISS, Early Return.—web-design-guidelines