Overview
Impeccable is distributed as provider-specific bundles optimized for each AI tool. This guide covers installation for all 4 supported providers.Choose Your Provider
Cursor
Claude Code
Gemini CLI
Codex CLI
Cursor
Cursor supports the Agent Skills standard. Impeccable installs as skills in your project’s.cursor/ directory.
Requirements
Switch to Nightly Channel
- Open Cursor Settings
- Go to Beta section
- Switch to Nightly channel
- Restart Cursor
Enable Agent Skills
- Open Cursor Settings
- Go to Rules section
- Enable Agent Skills
Installation
- Option 1: Website (Recommended)
- Option 2: From Repository
Download Bundle
Extract to Project
Verify in Cursor
/ in the chat. You should see Impeccable commands:/audit/polish/animate- And 14 more…
Usage
Once installed, use commands in Cursor’s chat:Troubleshooting
Commands don't appear in autocomplete
Commands don't appear in autocomplete
- Verify you’re on Nightly channel (Settings → Beta)
- Ensure Agent Skills is enabled (Settings → Rules)
- Restart Cursor completely
- Check
.cursor/skills/directory exists
Cursor doesn't load the skill
Cursor doesn't load the skill
SKILL.md files have proper frontmatter:Claude Code
Claude Code has native support for skills in.claude/ directories. Works both project-specific and globally.
Requirements
Installation
- Project-Specific (Recommended)
- Global Installation
- From Repository
Download Bundle
Extract to Project
Commit to Version Control
Usage
Commands work in Claude Code’s chat:/. Commands autocomplete automatically.Troubleshooting
Commands don't appear
Commands don't appear
- Verify
.claude/skills/directory exists in your project or~/.claude/skills/globally - Check
SKILL.mdfiles have proper YAML frontmatter - Refresh Claude Code (reload the page)
Gemini CLI
Gemini CLI uses TOML format for commands and modular imports for skills.Requirements
Install Preview Version
Enable Skills
Installation
- Option 1: Website (Recommended)
- Option 2: From Repository
Download Bundle
Extract to Project
Verify in Gemini CLI
Usage
Commands in Gemini CLI use standard slash syntax:GEMINI.md file imports skill modules using @./GEMINI.*.md syntax.Troubleshooting
Commands not recognized
Commands not recognized
- Verify you’re on preview version:
gemini --version - Check skills are enabled in
/settings - Run
/skills listto see loaded skills - Verify
.gemini/commands/contains.tomlfiles
Skills not loading
Skills not loading
GEMINI.md and modular files in project root:Codex CLI
Codex CLI uses a custom prompt format and invokes commands with/prompts: prefix.
Requirements
Installation
- Option 1: Website (Recommended)
- Option 2: From Repository
Download Bundle
Extract to Home Directory
~/.codex/:Verify in Codex
Usage
Commands in Codex CLI:/prompts: prefix tells Codex to use your custom prompts from ~/.codex/prompts/.Troubleshooting
Prompts not found
Prompts not found
- Verify files exist in
~/.codex/prompts/ - Check frontmatter format (uses
descriptionandargument-hint, notargsarray) - Run
/prompts:listto see available prompts
Wrong syntax error
Wrong syntax error
/prompts:audit, not /auditThe : is required to invoke custom prompts.Universal Bundle
Want to support multiple tools? Use the universal bundle.Download Universal Bundle
Extract to Project
Commit to Version Control
Prefixed Installation
If you have existing commands with conflicting names, use the prefixed bundle:Download Prefixed Bundle
Extract and Use
i-:i- prefix to avoid naming conflicts.Verification
After installation, verify everything works:Check Directory Structure
Test a Command
/audit:Verify Skill Loading
Updating
To update to the latest version:Download Latest Bundle
Backup Existing Installation
Extract New Version
Verify and Clean Up
