Production-grade AI agent toolkit for Claude Code. 37 specialist agents, 33 skills, 18 slash commands, and the NEXUS lifecycle framework.
| Type | Count | Coverage |
|---|---|---|
| Agents | 37 | Engineering, design, marketing, testing, security, orchestration, product, spatial |
| Skills | 33 | Full-stack web, mobile, SaaS, API, auth, billing, testing, security, performance |
| Commands | 18 | /website, /saas, /api, /debug, /review, /deploy, /daan, and 11 more |
Copy the .claude/ directory into your project root:
cp -r .claude-plugin/daan-core/.claude/ .claude/Then copy the governance template:
cp .claude-plugin/daan-core/CLAUDE.md.template CLAUDE.mdNote: If you already have a
CLAUDE.md, merge the contents manually.
cp -r .claude-plugin/daan-core/.claude/ ~/.claude/Skills and agents are then available in every Claude Code session.
When the marketplace matures, install via:
/install daan-core
The clean-code skill references automation scripts. If you install globally (Mode B), scripts resolve from ~/.claude/skills/clean-code/. For project-level install (Mode A), update any absolute paths in .claude/skills/clean-code/SKILL.md to match your install location.
Invoke any agent by name in your Claude Code session:
Use the frontend-specialist agent to build a dashboard component.
Use the security-auditor agent to review this authentication flow.
Reference skills in your prompts, or agents load them automatically via their skills: frontmatter:
Apply the react-patterns skill to refactor this component.
Activate slash commands directly:
/website — design-first web project workflow
/saas — full SaaS scaffold (auth, billing, dashboard)
/daan — NEXUS lifecycle orchestration
/debug — systematic root-cause debugging
/review — code review
/deploy — 5-phase deployment
For large product work spanning multiple weeks:
/daan full — 12–24 week full lifecycle
/daan sprint — 2–6 week sprint-mode
/daan micro — 1–5 day micro-mode
| Repo | Contribution |
|---|---|
| .daan | 21 core agents, 30 skills, 17 workflows, governance rules |
| agency-agents | 16 specialist agents, NEXUS framework |
| impeccable | frontend-design skill (canonical 7-file version) |