Subagents + Skills kit for Claude Code - auto-installs agents, skills, and workflow instructions
npm install xukaaa-claude-kitA comprehensive npm package containing subagents and skills for Claude Code. Automatically installs agents, skills, and workflow instructions to enhance your Claude Code experience.
- 4 Subagents from awesome-claude-code-subagents
- 7 Skills covering popular tech stacks
- Workflow orchestration with AGENTS.md
``bash`
npm install xukaaa-claude-kit
The postinstall script will automatically:
1. Copy agents to ~/.claude/agents/~/.claude/skills/
2. Copy skills to ~/.factory/AGENTS.md
3. Backup existing
4. Install new workflow instructions
| Agent | Purpose |
|-------|---------|
| @architect-reviewer | Architecture review, planning, requirements analysis |@fullstack-developer
| | End-to-end feature implementation |@code-reviewer
| | Code quality, security, best practices review |@debugger
| | Debug issues, root cause analysis |
| Skill | Description |
|-------|-------------|
| nextjs-patterns | Next.js 14+ App Router, Server Components |react-best-practices
| | React 18+ hooks, patterns, state management |nestjs-api
| | NestJS REST API patterns, decorators |python-backend
| | FastAPI/Flask patterns, conventions |postgres-queries
| | PostgreSQL query patterns, optimization |tailwind-v4
| | Tailwind CSS v4 utilities |n8n-workflows
| | n8n workflow automation patterns |
The package includes 4 workflow types:
1. New Feature - Full planning → implementation → review cycle
2. Update - Impact analysis → targeted changes → review
3. Fix/Bug - Debug → fix → review
4. Q&A - Direct answers without subagents
After installation, Claude Code will automatically use the installed agents and skills. Reference them in your prompts:
``
@architect-reviewer analyze this feature request...
@fullstack-developer implement the login page using nextjs-patterns skill...
@code-reviewer review the changes in src/...
@debugger help me fix this error...
If you prefer manual installation:
`bashClone or download the package
git clone https://github.com/xukaaa/xukaaa-claude-kit.git
Customization
$3
Create new skill files in
~/.claude/skills/your-skill/SKILL.md$3
Edit
~/.factory/AGENTS.md` to customize the workflow orchestration.MIT