ワンクリックで
claude-code
Delegate coding tasks to Claude Code agent for refactoring, implementation, PR reviews, and complex operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Delegate coding tasks to Claude Code agent for refactoring, implementation, PR reviews, and complex operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | claude-code |
| description | Delegate coding tasks to Claude Code agent for refactoring, implementation, PR reviews, and complex operations. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["autonomous-agents","claude","coding","delegation"]} |
Use this skill to delegate coding tasks to the Claude Code CLI agent.
# One-shot task
claude -p "Refactor the authentication module to use JWT tokens"
# Interactive session
claude
# With specific model
claude --model claude-sonnet-4-20250514 -p "Fix the failing tests"
claude -p "Implement user registration: create User model, API endpoint, and tests"
git diff main | claude -p "Review this diff for bugs, security issues, and code quality"
# Use git worktrees for parallel tasks
git worktree add ../feature-a feature-a
cd ../feature-a && claude -p "Implement feature A"