xukaaa-claude-kit
v1.0.0
Published
Subagents + Skills kit for Claude Code - auto-installs agents, skills, and workflow instructions
Maintainers
Readme
xukaaa-claude-kit
A comprehensive npm package containing subagents and skills for Claude Code. Automatically installs agents, skills, and workflow instructions to enhance your Claude Code experience.
Features
- 4 Subagents from awesome-claude-code-subagents
- 7 Skills covering popular tech stacks
- Workflow orchestration with AGENTS.md
Installation
npm install xukaaa-claude-kitThe postinstall script will automatically:
- Copy agents to
~/.claude/agents/ - Copy skills to
~/.claude/skills/ - Backup existing
~/.factory/AGENTS.md - Install new workflow instructions
Included Subagents
| 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 |
Included Skills
| 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 |
Workflows
The package includes 4 workflow types:
- New Feature - Full planning → implementation → review cycle
- Update - Impact analysis → targeted changes → review
- Fix/Bug - Debug → fix → review
- Q&A - Direct answers without subagents
Usage
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...Manual Installation
If you prefer manual installation:
# Clone or download the package
git clone https://github.com/xukaaa/xukaaa-claude-kit.git
# Run postinstall manually
node xukaaa-claude-kit/postinstall.jsCustomization
Adding Custom Skills
Create new skill files in ~/.claude/skills/your-skill/SKILL.md
Modifying Workflows
Edit ~/.factory/AGENTS.md to customize the workflow orchestration.
License
MIT
