πŸ€–
AI EngineeringShell

Claude Code Agent

by sangrokjung

Claude Code Agent is an AI Engineering skill for Claude Code, published by sangrokjung in claude-forge.

806 stars175 forkson sangrokjung/claude-forgeAdded 2026/08/22Repository updated 2026/08/21
agentsai-assistantai-codingai-frameworkai-pair-programminganthropicautomationclaude-codeclaude-code-agentscli-toolsdeveloper-experiencedeveloper-toolsdotfileshooksllmmacosproductivityshellslash-commandsworkflow
Install in seconds
Install Claude Code Agent
Copy Claude Code Agent into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sangrokjung/claude-forge/tree/main/skills/cc-dev-agent ~/.claude/skills/cc-dev-agent

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sangrokjung/claude-forge.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/cc-dev-agent/SKILL.md in sangrokjung/claude-forge
Installs to
~/.claude/skills/cc-dev-agent
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering β€” 2451 skills

What Claude Code Agent does

Claude Code Agent guides Claude Code projects with spec-first planning, context engineering, sub-agents, and post-dev verification. Use it when writing CLAUDE.md or spec.md, dispatching parallel agent work, or running the handoff and docs sync workflow.

Claude Code Agent is cataloged under AI Engineering on DirSkills. Claude Code Agent comes from a repository tagged agents, ai-assistant, ai-coding, ai-framework and ai-pair-programming.

Documentation

README

Claude Code Agent

Claude Codeλ₯Ό ν™œμš©ν•œ Spec-Driven 개발 μ›Œν¬ν”Œλ‘œμš° 및 Context Engineering κ°€μ΄λ“œ.

핡심 원칙

  1. Context Engineering: μ œν•œλœ μ»¨ν…μŠ€νŠΈ μœˆλ„μš°μ—μ„œ 토큰 μœ μš©μ„± μ΅œμ ν™”
  2. Spec-Driven: μ½”λ“œ 전에 μŠ€νŽ™(spec.md) λ¨Όμ € β†’ 반볡 μˆ˜μ • 8λ°° κ°μ†Œ
  3. TDD Loop: Red(ν…ŒμŠ€νŠΈ) β†’ Green(κ΅¬ν˜„) β†’ Refactor
  4. Sub-agents ν™œμš©: Explore, Plan μ—μ΄μ „νŠΈλ‘œ μž‘μ—… λΆ„μ‚°
  5. μž‘μ„±-검증 뢄리: /clear ν›„ μƒˆ 눈으둜 검증 (Boris 원칙)

병렬 개발 (Agent Teams v6)

Git Worktree 기반 병렬 κ°œλ°œμ€ λ ˆκ±°μ‹œ. Agent Teamsκ°€ νŒ€ 생성/정리λ₯Ό μžλ™ 처리.

μ „μ œμ‘°κ±΄

  • CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMSλ₯Ό 1둜 μ„€μ •
  • μ„€μ • μœ„μΉ˜: ~/.claude/settings.json의 env λ˜λŠ” μ…Έ ν™˜κ²½λ³€μˆ˜

μ‚¬μš©λ²•

/orchestrate --type feature   # κΈ°λŠ₯ κ΅¬ν˜„
/orchestrate --type bugfix    # 버그 μˆ˜μ •
/orchestrate --type refactor  # λ¦¬νŒ©ν† λ§

β†’ 상세 κ°€μ΄λ“œ: references/sub-agents.md


개발 μ™„λ£Œ ν›„ μ›Œν¬ν”Œλ‘œμš° (Boris 방식)

This is the opening of the README. Read the full README on GitHub.

Commands Claude Code Agent provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /clear
  • /orchestrate
  • /handoff-verify
  • /sync-docs
  • /commit-push-pr
  • /web-checklist
  • /compact
  • /context

Frequently asked about Claude Code Agent

  • What else does sangrokjung publish alongside Claude Code Agent?

    Claude Code Agent is one of 25 skills that DirSkills catalogs from sangrokjung/claude-forge, the repository it ships in. Its siblings there include BigCode Evaluation Harness, Blind Spot Pass and Build System. Each one is a separate skill with its own page in this directory, installs the same way Claude Code Agent does, and is maintained by sangrokjung in that same repository. The rest of the collection is listed on the sangrokjung/claude-forge page.

  • How does Claude Code Agent compare to other AI Engineering skills?

    Claude Code Agent ranks #1582 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Claude Code Agent against them. Open each page to compare what they document and how they install.

More from sangrokjung/claude-forge

Claude Code Agent is one of 25 skills cataloged on DirSkills from sangrokjung/claude-forge.

See all 25 skills β†’
πŸ§ͺ
1w ago

BigCode Evaluation Harness

BigCode Evaluation Harness evaluates code generation models on HumanEval, MBPP, MultiPL-E, and other benchmarks with pass@k metrics. Use it to compare coding ability, multi-language support, or overall code generation quality.
Quality
806175
🧭
1w ago

Blind Spot Pass

Blind Spot Pass surfaces the unknown unknowns in a domain before you start work, so you can prompt and decide with enough context. Use it when you are new to a field or handing off unfamiliar work and need a brief briefing first.
AI Engineering
806175
πŸ› οΈ
1w ago

Build System

Build System detects a project's build tool and runs the right build or test command. Use it when setting up, building, or testing projects with npm, Python, Gradle, Maven, Cargo, Go, or Make.
DevOps
806175
🧩
1w ago

Cache Components

Cache Components gives guidance for Next.js Cache Components and Partial Prerendering. Use it when `cacheComponents: true` is enabled to decide what to cache, stream, tag, and invalidate in Server Components.
Frontend
806175
🧠
1w ago

Continuous Learning V2

Continuous Learning V2 turns Claude Code sessions into atomic instincts using hooks, confidence scoring, and background pattern detection. Use it to capture repeated behaviors and evolve them into skills, commands, or agents.
AI Engineering
806175
πŸ›
1w ago

Debugging Strategies

Debugging Strategies helps you reproduce bugs, narrow causes, and verify fixes with systematic techniques and debugging tools. Use it for crashes, performance issues, memory leaks, or unfamiliar codepaths.
Quality
806175