Plugin Claude Code
Plugin marketplace listing 1 plugin: auto-pilot.
Plugin Claude Code
Plugin marketplace listing 1 plugin: auto-pilot.
Plugin Claude Code
Long-cycle coding workflow plugin - Structured state machine with TDD-driven milestone execution and deterministic gates for sustained AI coding sessions.
Instructions file CodexOpenCode
AGENTS.md instructions for IronRookieCoder/auto-pilot, covering 项目概况 and 同步更新规则.
Instructions file
Claude Code instructions for IronRookieCoder/auto-pilot, covering 项目概况 and 同步更新规则.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, executing validate_workflow_write.py via python. From IronRookieCoder/auto-pilot.
Hook
Runs after a tool call finishes for Skill tool calls, executing post_skill_lint.py via python. From IronRookieCoder/auto-pilot.
Skill Claude CodeCodex
A milestone-based coding workflow that uses test-driven development (TDD): write a test, implement the change, and verify it for each milestone listed in milestones.json.
Skill Claude CodeCodex
A project-memory setup workflow for long-running coding work, creating a .workflow directory with status and review files.
Skill Claude CodeCodex
A planning skill that turns a spec.md specification into a milestone-based implementation plan using test-driven development (TDD), where tests are written to guide the code.
Skill Claude CodeCodex
A workflow skill that runs an entire development process from setup through planning and execution.
Skill Claude CodeCodex
A workflow skill that summarizes project status and progress from workflow.json and milestones.json files.
Skill Claude CodeCodex
A test-driven quality-checking workflow that runs a project's lint, type checks, tests, and build, then records the results in verify.json.