Install curated AI coding assistant skills and agents for GitHub Copilot, Claude Code, Antigravity, and Cursor. Includes 150+ specialized agents and 11+ professional skills covering development, infrastructure, security, and more.
This skill installs and manages curated AI coding assistant skills and agents across multiple platforms: GitHub Copilot, Claude Code, Antigravity, and Cursor.
Automates the installation of 150+ specialized agents and 11+ professional skills from the `@zimezone/z-command` npm package. It helps developers quickly bootstrap their AI assistant configurations with battle-tested templates covering development, infrastructure, security, data science, and more.
When the user requests to install or set up z-command skills and agents, follow these steps:
Check if z-command is installed:
```bash
z-command --version
```
If not installed, install it globally:
```bash
npm install -g @zimezone/z-command
```
Ask the user which installation option they prefer:
Based on the user's choice, execute the appropriate command:
```bash
z-command init
z-command init --global
z-command init --skills
z-command init --agents
z-command init --target copilot
z-command init --target claude
z-command init --target antigravity
z-command init --target cursor
```
After installation, confirm the directory structure was created correctly. The expected structure varies by platform:
**GitHub Copilot**: `.github/skills/` and `.github/agents/`
**Claude Code**: `.claude/skills/` and `.claude/agents/`
**Antigravity**: `.agent/skills/` and `.agent/workflows/`
**Cursor**: `.cursor/rules/`
List the installed files to show the user what was added:
```bash
ls -la .github/skills/ .github/agents/
ls -la .claude/skills/ .claude/agents/
ls -la .agent/skills/ .agent/workflows/
ls -la .cursor/rules/
```
Highlight notable installed templates:
**Skills (11+)**:
**Agents (150+)** organized in 10 categories:
If the user wants to update z-command or templates later, instruct them to run:
```bash
z-command update
```
This updates templates, flattens structure, renames files to avoid collisions, and respects locally customized or excluded agents.
**Example 1: Install everything for all platforms**
```bash
npm install -g @zimezone/z-command
z-command init
```
**Example 2: Install only skills for Claude Code**
```bash
z-command init --skills --target claude
```
**Example 3: Install agents globally**
```bash
z-command init --agents --global
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/z-command-ai-skills-installer/raw