Fix agents to comply with Claude Code sub-agent specifications #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes all agents to comply with the official Claude Code sub-agent specification as documented in the Claude Code documentation.
Changes
Critical Fixes (5 agents)
content-creator.mdgrowth-hacker.mdinstagram-curator.mdreddit-community-builder.mdtwitter-engager.mdMinor Fixes (32 agents)
colorfield from all agents (not part of Claude Code spec)Additional Fix
toolsfield totest-writer-fixer.mdClaude Code Sub-Agent Specification
Per the official documentation, valid fields are:
name(required) - kebab-case identifierdescription(required) - when to invoke the agenttools(optional) - comma-separated tool listmodel(optional) - sonnet, opus, haiku, or inheritpermissionMode(optional)skills(optional)The
colorfield was not part of the specification and has been removed.Testing
claude doctorcommand🤖 Generated with Claude Code