Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Daan-wq/daan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daan-core

Production-grade AI agent toolkit for Claude Code. 37 specialist agents, 33 skills, 18 slash commands, and the NEXUS lifecycle framework.

What's Included

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

Install

Mode A — Project-level (recommended)

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.md

Note: If you already have a CLAUDE.md, merge the contents manually.

Mode B — Global (all projects)

cp -r .claude-plugin/daan-core/.claude/ ~/.claude/

Skills and agents are then available in every Claude Code session.

Mode C — Claude Code Marketplace

When the marketplace matures, install via:

/install daan-core

Path Note (clean-code skill scripts)

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.

Usage

Agents

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.

Skills

Reference skills in your prompts, or agents load them automatically via their skills: frontmatter:

Apply the react-patterns skill to refactor this component.

Commands

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

NEXUS Lifecycle

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

Source Repositories

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors