Install curated AI coding assistant skills and agents for GitHub Copilot, Claude Code, Antigravity, and Cursor
npm install @zimezone/z-command


Install curated AI coding assistant skills and agents for your project. Supports GitHub Copilot, Claude Code, Antigravity, and Cursor.
``bash`
npm install -g @zimezone/z-command
| Platform | Directory | Agents | Skills |
| -------------- | ---------- | ----------------- | ------------------ |
| GitHub Copilot | .github/ | ✅ | ✅ |.claude/
| Claude Code | | ✅ | ✅ |.agent/
| Antigravity | | ✅ (as workflows) | ✅ |.cursor/
| Cursor | | ✅ (as rules) | ✅ (nightly build) |
`bashInstall for all platforms (default)
z-command init
$3
`bash
z-command update
`This command will unzip templates(which include skills and agents), flatten the structure, rename files to avoid collisions, and skip any agents that you have locally customized or explicitly excluded.
> This command will also update
.git/info/exclude to ignore .agents, .skills, and .shared directories to keep your repository clean.Included Templates
$3
| Skill | Description |
| ------------------------- | --------------------------------------------- |
|
test-driven-development | RED-GREEN-REFACTOR cycle |
| systematic-debugging | 4-phase root cause process |
| code-review | Automated code review checklist |
| security-review | OWASP Top 10 vulnerability detection |
| writing-plans | Detailed implementation plans |
| ui-ux-pro-max | AI design intelligence for professional UI/UX |
| bash-defensive-patterns | Robust shell scripting patterns |
| python-packaging | Modern Python packaging (uv, poetry) |
| react-modernization | Modernizing React codebases |
| rust-async-patterns | Async Rust implementation patterns |
| web-design-guidelines | Web Interface Guidelines compliance reviews |$3
01. Core Development
-
api-designer
- backend-developer
- frontend-developer
- fullstack-developer
- mobile-developer
- ui-designer
- graphql-architect
- microservices-architect
- websocket-engineer
- electron-pro02. Language Specialists
-
typescript-pro
- python-pro
- golang-pro
- java-architect
- react-specialist
- nextjs-developer
- vue-expert
- angular-architect
- django-developer
- rails-expert
- laravel-specialist
- flutter-expert
- swift-expert
- kotlin-specialist
- csharp-developer
- cpp-pro
- rust-pro
- ruby-pro
- php-pro
- bash-pro
- c-pro03. Infrastructure
-
cloud-architect
- devops-engineer
- kubernetes-specialist
- terraform-engineer
- sre-engineer
- platform-engineer
- database-administrator
- network-engineer
- security-engineer
- azure-infra-engineer04. Quality & Security
-
code-reviewer
- security-analyst
- test-engineer
- accessibility-expert
- performance-optimizer05. Data & AI
-
ai-engineer
- ml-engineer
- data-scientist
- data-engineer
- llm-architect
- prompt-engineer
- nlp-engineer
- mlops-engineer
- postgres-pro06. Developer Experience
-
cli-developer
- documentation-engineer
- refactoring-specialist
- legacy-modernizer
- mcp-developer
- git-workflow-manager
- build-engineer07. Specialized Domains
-
blockchain-developer
- game-developer
- fintech-engineer
- iot-engineer
- embedded-systems
- payment-integration
- seo-specialist08. Business & Product
-
product-manager
- project-manager
- business-analyst
- technical-writer
- scrum-master
- ux-researcher09. Meta & Orchestration
-
workflow-orchestrator
- multi-agent-coordinator
- context-manager
- task-distributor10. Research & Analysis
-
research-analyst
- competitive-analyst
- market-researcher
- trend-analyst
- data-researcherOutput Structure
After running
z-command init, your project will have:$3
`
.github/
├── skills/
│ ├── test-driven-development/
│ │ └── SKILL.md
│ ├── code-review/
│ │ └── SKILL.md
│ └── ...
└── agents/
├── backend-developer.agent.md
├── frontend-developer.agent.md
└── ...
`$3
`
.claude/
├── skills/
│ └── .../SKILL.md
└── agents/
└── *.agent.md
`$3
`
.agent/
├── skills/
│ └── .../SKILL.md
└── workflows/
└── *.md
`$3
`
.cursor/
└── rules/
└── *.md
``This project aggregates best practices from:
- obra/superpowers
- VoltAgent/awesome-claude-code-subagents
- OneRedOak/claude-code-workflows
- nextlevelbuilder/ui-ux-pro-max-skill - UI/UX design intelligence
- wshobson/agents - 100+ specialized agents and skills
- vercel-labs/agent-skills
MIT