chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 11:57:08 +08:00
commit 2624ac09ce
327 changed files with 82275 additions and 0 deletions
+31
View 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 Agency roster.