Coding Agents Guide
Set up SkillX with your favorite AI coding agent in 3 steps.
Quick Start
1. Install the SkillX skill
For Claude Code, run this in your project directory:
For other agents, see the agent-specific setup below.
3. Add your API key
Create a .env file in the skill directory with your key.
Adjust the path for your agent (see table below).
That's it! The SkillX skill will be invoked automatically during your coding sessions, giving your agent access to 133K+ skills from the marketplace.
Agent-Specific Setup
Claude Code
docs →Install
API Key Location
.claude/skillx/.envThe skill auto-activates on every task via SKILL.md instructions.
Codex (OpenAI)
docs →Manual Setup
- Create an AGENTS.md file in your project root (or ~/.codex/)
- Add a reference to SkillX: include the skill content from skillx.sh
API Key Location
.codex/.envCodex reads AGENTS.md for custom instructions at startup.
Gemini CLI
docs →Manual Setup
- Create .gemini/skills/skillx/ directory in your project
- Add SKILL.md with the skill content from skillx.sh
API Key Location
.gemini/skillx/.envGemini CLI loads skills from .gemini/skills/ automatically.
Cursor
docs →Manual Setup
- Open Cursor Settings > Rules
- Add a new project rule (.cursor/rules/skillx.mdc)
- Paste the skill content from skillx.sh
API Key Location
.cursor/.envCursor loads .mdc rule files from .cursor/rules/ on startup.
Amp
docs →Manual Setup
- Create .amp/skills/skillx/ directory in your project
- Add SKILL.md with the skill content from skillx.sh
API Key Location
.amp/skillx/.envAmp reads skill files from .amp/skills/ directory.
Windsurf
docs →Manual Setup
- Create .windsurf/rules/skillx.md in your project
- Paste the skill content from skillx.sh
API Key Location
.windsurf/.envWindsurf loads rules from .windsurf/rules/ on startup.