Overview
Impeccable is distributed as provider-specific bundles optimized for each AI tool. This guide covers installation for all 4 supported providers.Recommended: Download from impeccable.style for ready-to-use bundles with automatic updates.
Choose Your Provider
Cursor
AI-first code editor
Claude Code
Browser-based coding assistant
Gemini CLI
Google’s command-line tool
Codex CLI
OpenAI’s command-line tool
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
Installation
- Option 1: Website (Recommended)
- Option 2: From Repository
Download Bundle
Visit impeccable.style and click Download for Cursor.
Usage
Once installed, use commands in Cursor’s chat:Commands work project-wide. The skills are automatically loaded when you use them.
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
Skills must follow the Agent Skills standard. Verify
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
No special setup required! Claude Code automatically detects skills.
Installation
- Project-Specific (Recommended)
- Global Installation
- From Repository
Install in your project to share skills with your team:
Download Bundle
Visit impeccable.style and click Download for Claude Code.
Usage
Commands work in Claude Code’s chat:Claude Code shows available skills when you type
/. 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
Installation
- Option 1: Website (Recommended)
- Option 2: From Repository
Download Bundle
Visit impeccable.style and click Download for Gemini CLI.
Usage
Commands in Gemini CLI use standard slash syntax:Gemini CLI uses modular imports. Main
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 expects
GEMINI.md and modular files in project root:Codex CLI
Codex CLI uses a custom prompt format and invokes commands with/prompts: prefix.
Requirements
Codex CLI works with standard installation. No special setup required.
Installation
- Option 1: Website (Recommended)
- Option 2: From Repository
Download Bundle
Visit impeccable.style and click Download for Codex CLI.
Usage
Commands in Codex CLI:The
/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
Remember: Codex uses
/prompts:audit, not /auditThe : is required to invoke custom prompts.Universal Bundle
Want to support multiple tools? Use the universal bundle.Download Universal Bundle
Visit impeccable.style and click Download Universal.
The universal bundle includes all providers in a single ZIP. Perfect for teams using multiple tools.
Prefixed Installation
If you have existing commands with conflicting names, use the prefixed bundle:Download Prefixed Bundle
Visit impeccable.style and click Download (Prefixed).
Prefixed bundles work identically, just with
i- prefix to avoid naming conflicts.Verification
After installation, verify everything works:Test a Command
Create a simple test file and run Then run:You should get a detailed audit report with anti-pattern warnings.
/audit:test.jsx
Updating
To update to the latest version:Download Latest Bundle
Visit impeccable.style and download the latest version.
Next Steps
Quick Start
Try your first command in under 5 minutes
Command Reference
Complete guide to all 17 commands
Design Principles
Deep dive into the skill’s design guidelines
Best Practices
Tips and workflows for effective usage
