Claude Code Subagents support! #47
CasJam
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release adds support for Claude Code's new subagents feature!
Added
test-runner.md
- Handles test execution and failure analysis with minimal toolsetcontext-fetcher.md
- Retrieves information from files while checking context to avoid duplicationgit-workflow.md
- Manages git operations, branches, commits, and PR creationfile-creator.md
- Creates files, directories, and applies consistent templatesChanged
execute-tasks.md
- Uses git-workflow (branch management, PR creation), test-runner (full suite), and context-fetcher (loading lite files)execute-task.md
- Uses context-fetcher (best practices, code style) and test-runner (task-specific tests)plan-product.md
- Uses file-creator (directory creation) and context-fetcher (tech stack defaults)create-spec.md
- Uses file-creator (spec folder) and context-fetcher (mission/roadmap checks)code-style.md
- Uses context-fetcher for loading language-specific style guidessetup-claude-code.sh
- Downloads all agents to~/.claude/agents/
directoryImproved
Technical Details
IF has_[agent_name]:
pattern reduces code complexityThis discussion was created from the release Claude Code Subagents support!.
Beta Was this translation helpful? Give feedback.
All reactions