Add agency-agents directory with all agent definitions
This commit is contained in:
31
raw/Agent/agency-agents/integrations/claude-code/README.md
Normal file
31
raw/Agent/agency-agents/integrations/claude-code/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Claude Code Integration
|
||||
|
||||
The Agency was built for Claude Code. No conversion needed — agents work
|
||||
natively with the existing `.md` + YAML frontmatter format.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
# Copy all agents to your Claude Code agents directory
|
||||
./scripts/install.sh --tool claude-code
|
||||
|
||||
# Or manually copy a category
|
||||
cp engineering/*.md ~/.claude/agents/
|
||||
```
|
||||
|
||||
## Activate an Agent
|
||||
|
||||
In any Claude Code session, reference an agent by name:
|
||||
|
||||
```
|
||||
Activate Frontend Developer and help me build a React component.
|
||||
```
|
||||
|
||||
```
|
||||
Use the Reality Checker agent to verify this feature is production-ready.
|
||||
```
|
||||
|
||||
## Agent Directory
|
||||
|
||||
Agents are organized into divisions. See the [main README](../../README.md) for
|
||||
the full current roster.
|
||||
Reference in New Issue
Block a user