auto-skill agents
Manage and inspect AI coding agent configurations. Auto-Skill supports 10 coding agents with cross-agent skill sharing via symlinks.Usage
Actions
Show all known agents and their installation status
Show only agents that are currently installed on this system
Options
Output results in JSON format
Supported Agents
Auto-Skill supports these 10 AI coding agents:Claude Code
Anthropic’s CLI for ClaudeSkill Directory:
~/.claude/skillsOpenCode
Open-source coding agentSkill Directory:
~/.opencode/skillsCursor
AI-first code editorSkill Directory:
~/.cursor/skillsContinue
Continue.dev IDE extensionSkill Directory:
~/.continue/skillsWindsurf
Codeium’s AI IDESkill Directory:
~/.windsurf/skillsAider
AI pair programming toolSkill Directory:
~/.aider/skillsCline
AI coding agent for VS CodeSkill Directory:
~/.cline/skillsCodex CLI
OpenAI’s Codex CLI agentSkill Directory:
~/.codex/skillsAmp
Sourcegraph’s AI coding agentSkill Directory:
~/.amp/skillsGitHub Copilot
GitHub’s AI coding assistantSkill Directory:
~/.copilot/skillsDetection Strategy
Agents are detected as “installed” if any of these conditions are met:Examples
List All Known Agents
Detect Installed Agents Only
JSON Output - List
JSON Output - Detect
Cross-Agent Skill Sharing
Auto-Skill uses symlinks to share generated skills across all installed agents:- Skills learned in one agent are immediately available in others
- Single source of truth for skill content
- No duplication or sync issues
- Works across all 10 supported agents
Symlink creation happens automatically when Auto-Skill generates a new skill. You don’t need to manually manage symlinks.
Agent Configuration
Each agent has these properties:Unique identifier (e.g., “claude-code”, “cursor”)
Human-readable name (e.g., “Claude Code”, “Cursor”)
Absolute path to the agent’s skill directory
Environment variable that indicates the agent is running (e.g., “CLAUDE_SESSION_ID”)
Path to the agent’s configuration file for detection
Brief description of the agent
Related Commands
Initialize
Set up Auto-Skill directories for all agents
Lock Status
View locked skills across all agents