autonomous-coding-agent
Build autonomous coding agents with CLI integration. Use when creating automated coding workflows, managing multi-session development, or building CI/CD code generation pipelines.
npx skills add majiayu000/claude-skill-registry --skill autonomous-coding-agent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Autonomous Coding Agent **Version**: 1.0.0 **Purpose**: Build autonomous coding agents and workflows --- ## Triggers | Trigger | Examples | |---------|----------| | Autonomous | "autonomous coding", "自律コーディング" | | Agent | "coding agent", "コーディングエージェント" | | Automation | "automate coding tasks", "コーディング自動化" | --- ## Overview Create MCP servers that can: - Execute Claude Code commands programmatically - Manage multi-session coding workflows - Integrate with CI/CD pipelines - Build autonomous coding agents --- ## Claude Code CLI Commands ### Basic Commands ```bash # Start interactive session claude # One-shot prompt claude -p "explain this code" # With specific model claude --model claude-sonnet-4-20250514 # Print mode (no streaming) claude --print "generate a function" ``` ### Session Management ```bash # Resume last session claude --resume # Continue specific session claude --continue abc123 # Non-interactive mode claude --no-interactive ``` ### Output Formats ```bash # JSON output for parsing claude --output-format json -p "list files" # Stream JSON for real-time processing claude --output-format stream-json -p "explain" ``` --- ## MCP Tool Definition ```typescript import { McpSer
- Triggers
- Overview
- Claude Code CLI Commands
- Basic Commands
- Session Management
- Output Formats
- MCP Tool Definition
- Execution Pattern
- Safe Execution
- With Abort Controller
- Multi-Session Workflow
- GitHub Actions Integration
- Security Considerations
- Error Handling
Start interactive session claude One-shot prompt claude -p "explain this code" With specific model claude --model claude-sonnet-4-20250514 Print mode (no streaming) claude --print "generate a function" Resume last session claude --resume
What does the autonomous-coding-agent skill do?
Build autonomous coding agents with CLI integration. Use when creating automated coding workflows, managing multi-session development, or building CI/CD code generation pipelines.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill autonomous-coding-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
