-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
flitzrrr edited this page Mar 14, 2026
·
1 revision
npx @flitzrrr/agent-skills installThe CLI automatically detects which AI platforms are installed on your system and symlinks all skills to the correct directories.
- Detects platforms -- Scans for Claude Code, Antigravity, Codex, OpenCode, Cursor, and Lovable
- Clones the repository -- Fetches the latest skills with all submodules
- Creates symlinks -- Links each skill to the platform's configuration directory
- Validates -- Confirms all skills are accessible
If you prefer manual setup or the CLI doesn't support your platform:
# Clone with submodules
git clone --recursive https://github.com/flitzrrr/agent-skills.git
# Skills are in the skills/ directory, each is a symlink to vendor/
ls skills/Then symlink or copy the skills/ directory to your platform's config location (see Supported Platforms).
npx @flitzrrr/agent-skills updateThis pulls the latest changes, including any new skills discovered by the weekly pipeline.
npx @flitzrrr/agent-skills uninstallRemoves all symlinks created during installation. The repository itself is not deleted.
- Node.js 18+ (for the npx CLI)
- Git (for cloning and submodule management)
- At least one supported AI platform installed
After installing, verify that skills are available by asking your AI assistant:
"List all available skills"
or
"Use the
anthropic-frontend-designskill to review this component"
If the assistant recognizes the skill, installation was successful.