@zimezone/z-command
v1.2.6
Published
Install curated AI coding assistant skills and agents for GitHub Copilot, Claude Code, Antigravity, and Cursor
Downloads
1,583
Maintainers
Readme
z-command
Install curated AI coding assistant skills and agents for your project. Supports GitHub Copilot, Claude Code, Antigravity, and Cursor.
Installation
npm install -g @zimezone/z-commandSupported Platforms
| Platform | Directory | Agents | Skills |
| -------------- | ---------- | ----------------- | ------------------ |
| GitHub Copilot | .github/ | ✅ | ✅ |
| Claude Code | .claude/ | ✅ | ✅ |
| Antigravity | .agent/ | ✅ (as workflows) | ✅ |
| Cursor | .cursor/ | ✅ (as rules) | ✅ (nightly build) |
Usage
Initialize skills and agents
# Install for all platforms (default)
z-command init
# Install to global user directory
z-command init --global
# Install only skills
z-command init --skills
# Install only agents
z-command init --agents
# Install for specific platform
z-command init --target copilot
z-command init --target claude
z-command init --target antigravity
z-command init --target cursor
# Install for all platforms explicitly
z-command init --target allUpdate z-command
z-command updateThis 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/excludeto ignore.agents,.skills, and.shareddirectories to keep your repository clean.
Included Templates
Skills
| 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 |
Agents (150+ total)
01. Core Development
api-designerbackend-developerfrontend-developerfullstack-developermobile-developerui-designergraphql-architectmicroservices-architectwebsocket-engineerelectron-pro
02. Language Specialists
typescript-propython-progolang-projava-architectreact-specialistnextjs-developervue-expertangular-architectdjango-developerrails-expertlaravel-specialistflutter-expertswift-expertkotlin-specialistcsharp-developercpp-prorust-proruby-prophp-probash-proc-pro
03. Infrastructure
cloud-architectdevops-engineerkubernetes-specialistterraform-engineersre-engineerplatform-engineerdatabase-administratornetwork-engineersecurity-engineerazure-infra-engineer
04. Quality & Security
code-reviewersecurity-analysttest-engineeraccessibility-expertperformance-optimizer
05. Data & AI
ai-engineerml-engineerdata-scientistdata-engineerllm-architectprompt-engineernlp-engineermlops-engineerpostgres-pro
06. Developer Experience
cli-developerdocumentation-engineerrefactoring-specialistlegacy-modernizermcp-developergit-workflow-managerbuild-engineer
07. Specialized Domains
blockchain-developergame-developerfintech-engineeriot-engineerembedded-systemspayment-integrationseo-specialist
08. Business & Product
product-managerproject-managerbusiness-analysttechnical-writerscrum-masterux-researcher
09. Meta & Orchestration
workflow-orchestratormulti-agent-coordinatorcontext-managertask-distributor
10. Research & Analysis
research-analystcompetitive-analystmarket-researchertrend-analystdata-researcher
Output Structure
After running z-command init, your project will have:
GitHub Copilot
.github/
├── skills/
│ ├── test-driven-development/
│ │ └── SKILL.md
│ ├── code-review/
│ │ └── SKILL.md
│ └── ...
└── agents/
├── backend-developer.agent.md
├── frontend-developer.agent.md
└── ...Claude Code
.claude/
├── skills/
│ └── .../SKILL.md
└── agents/
└── *.agent.mdAntigravity
.agent/
├── skills/
│ └── .../SKILL.md
└── workflows/
└── *.mdCursor
.cursor/
└── rules/
└── *.mdSources
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
License
MIT
