com um clique
claude-pilot
claude-pilot contém 30 skills coletadas de changoo89, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Coordinate specialized teammates in Agent Teams for execution, review, and planning. Delegate mode mandatory with TaskCompleted/TeammateIdle hooks.
Plan completion workflow - archive plan, verify todos, create git commit, push with retry. Use for finalizing completed plans.
Plan confirmation workflow - extract plan from conversation, create file, auto-review with Interactive Recovery. Use for confirming plans after /00_plan.
Plan execution workflow - parallel SC implementation, worktree mode, verification patterns, GPT delegation. Use for executing plans with TDD + Ralph Loop.
Use when blocked, stuck, or needing fresh perspective. Consults GPT experts via Codex CLI with graceful fallback.
Coordinate independent teammates concurrently in Agent Teams for 50-70% speedup. Launch multiple teammates simultaneously.
Use after first code change. Autonomous iteration until all quality gates pass (max 7 iterations).
Comprehensive code review with multi-angle analysis using parallel agents
Initial setup workflow for claude-pilot plugin - directory creation, statusline configuration, documentation sync, GitHub star request
SPEC-First planning workflow - explore codebase, gather requirements, create execution plan through dialogue (read-only)
Test-Driven Development (TDD) skill for Red-Green-Refactor cycle. Use when implementing features with tests first, minimal code to pass, then refactor. Teammates execute TDD autonomously within their own context in Agent Teams.
Rapid 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.
Anthropic official XML tag patterns and prompt engineering best practices. Document behavior control tags, system prompt internals, and the 10-Component Framework for effective Claude prompts.
Claude Code documentation standards for CLAUDE.md, commands, skills, agents. Use when creating or reviewing documentation files.
Documentation verification for 3-Tier system - validates line limits, cross-references, file counts
Dead code detection and removal using knip (recommended) or standard tooling. Use when removing unused imports, variables, or dead files.
Plugin release workflow skill for version bumping, git tagging, and GitHub release creation. Use when releasing plugin versions with automated CHANGELOG generation and version synchronization.
Use after code changes. Syncs CLAUDE.md, CONTEXT.md, and docs/ai-context/ automatically.
Use when pushing, pulling, or merging changes. Handles retries, conflicts, and error recovery.
Pre-commit quality validation procedures. Use when validating code quality before committing or in CI/CD.
Safely delete and manage files and folders. Uses git rm for git-tracked files, moves other files to .trash directory. Automatically applied when deletion operations are needed.
Author reference for claude-pilot components. Skills, commands, agents, rules documentation patterns. VIBE coding compliance.
Use automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Git workflow mastery - staging, committing, branching, PR creation. Apply conventional commits, Co-Authored-By attribution. Only create commits when user explicitly requests.
Use when implementing any feature or bugfix, before writing implementation code. Red-Green-Refactor cycle ensures tests pass.
Production-grade frontend design skill for distinctive, non-generic UI development. Avoids "AI slop" aesthetics through specific aesthetic direction guidelines.
LLM-readable code standards. Functions ≤50 lines, files ≤200 lines, nesting ≤3 levels. SRP, DRY, KISS, Early Return.
Use when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.