Skip to main content

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

Cursor skills require Nightly channel and Agent Skills to be enabled. Standard releases don’t support skills yet.
1

Switch to Nightly Channel

  1. Open Cursor Settings
  2. Go to Beta section
  3. Switch to Nightly channel
  4. Restart Cursor
2

Enable Agent Skills

  1. Open Cursor Settings
  2. Go to Rules section
  3. Enable Agent Skills

Installation

Usage

Once installed, use commands in Cursor’s chat:
Commands work project-wide. The skills are automatically loaded when you use them.

Troubleshooting

  1. Verify you’re on Nightly channel (Settings → Beta)
  2. Ensure Agent Skills is enabled (Settings → Rules)
  3. Restart Cursor completely
  4. Check .cursor/skills/ directory exists
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

Usage

Commands work in Claude Code’s chat:
Claude Code shows available skills when you type /. Commands autocomplete automatically.

Troubleshooting

  1. Verify .claude/skills/ directory exists in your project or ~/.claude/skills/ globally
  2. Check SKILL.md files have proper YAML frontmatter
  3. Refresh Claude Code (reload the page)

Gemini CLI

Gemini CLI uses TOML format for commands and modular imports for skills.

Requirements

Gemini CLI skills require preview version and manual skill enablement.
1

Install Preview Version

2

Enable Skills

Installation

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

  1. Verify you’re on preview version: gemini --version
  2. Check skills are enabled in /settings
  3. Run /skills list to see loaded skills
  4. Verify .gemini/commands/ contains .toml files
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

Usage

Codex CLI uses different syntax: /prompts:<name> instead of /<name>
Commands in Codex CLI:
The /prompts: prefix tells Codex to use your custom prompts from ~/.codex/prompts/.

Troubleshooting

  1. Verify files exist in ~/.codex/prompts/
  2. Check frontmatter format (uses description and argument-hint, not args array)
  3. Run /prompts:list to see available prompts
Remember: Codex uses /prompts:audit, not /auditThe : is required to invoke custom prompts.

Universal Bundle

Want to support multiple tools? Use the universal bundle.
1

Download Universal Bundle

Visit impeccable.style and click Download Universal.
2

Extract to Project

This creates all provider directories:
3

Commit to Version Control

Now your team can use whichever tool they prefer!
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:
1

Download Prefixed Bundle

Visit impeccable.style and click Download (Prefixed).
2

Extract and Use

Commands are prefixed with i-:
Prefixed bundles work identically, just with i- prefix to avoid naming conflicts.

Verification

After installation, verify everything works:
1

Check Directory Structure

2

Test a Command

Create a simple test file and run /audit:
test.jsx
Then run:
You should get a detailed audit report with anti-pattern warnings.
3

Verify Skill Loading

Ask your AI:
If the skill is loaded, you’ll get a detailed response about typography, color, spatial design, etc.

Updating

To update to the latest version:
1

Download Latest Bundle

Visit impeccable.style and download the latest version.
2

Backup Existing Installation

3

Extract New Version

4

Verify and Clean Up


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