Plugin Claude Code
Plugin marketplace listing 1 plugin: autocode-flow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: autocode-flow.
Plugin Claude Code
Autonomous dev pipeline generator. /autocode-flow:autocode-new scans & configures, /autocode-flow:autocode auto-executes plan → tdd → code → test → verify with zero human intervention.
Agent
You are a code generation specialist. Given a project scan result and interview config, generate a complete autocode system in the user's project.
Agent
You are an interactive configuration specialist. Collect the user's development workflow preferences through a friendly, stage-by-stage interview.
Agent
You are a project analysis specialist. Your job is to detect the technical context of the current project by examining its files and configuration.
Command
Scan current project and generate a project-specific autocode development pipeline (agents, commands, rules, hooks). Interactive setup wizard.
Command
Fully autonomous development pipeline. Give it a feature description or PRD file and it will plan, write tests, implement code, run tests, and verify — all automatically with zero human intervention.
Agent Claude Code
You are a code quality specialist for the order-service project (Go / go-zero).
Agent Claude Code
You are a planning specialist for the order-service project (Go / go-zero).
Agent Claude Code
You are a Test-Driven Development specialist for the order-service project (Go / go-zero).
Cursor rule Cursor
Enforces the autocode development pipeline discipline for order-service.
Cursor rule Cursor
Go coding standards for order-service.
Cursor rule Cursor
Testing standards and TDD enforcement for order-service.
Skill Claude CodeCodexCursor
Project-specific automated development pipeline for order-service. Orchestrates plan → tdd → code → test → deploy workflow using Go / go-zero conventions. Use when the user starts a new feature, fixes a bug, or asks to follow the dev workflow.
Hook
Runs after a tool call finishes for tool == "Write" && tool_input.file_path matches "config\.json$" tool calls, running an inline shell check. From charles001-wong/autocode-flow.
Skill Claude CodeCodex
Meta-skill that generates a project-specific autonomous development pipeline. Two commands: /autocode-flow:autocode-new (setup wizard) and /autocode-flow:autocode (run full pipeline). User says "autocode-new", "setup autocode", or "generate dev pipeline" to configure. Then uses "/autocode-flow:autocode " to…
Agent
You are the E2E testing phase of the autonomous /autocode pipeline for {{projectname}}.