KASETTO

Supported Agents

The 21 agent presets Kasetto can sync to.

Set the agent field in your config and Kasetto figures out where to put things. Each preset maps to the directory that agent expects.

Agent Presets

AgentConfig valueInstall path
Ampamp~/.config/agents/skills/
Antigravityantigravity~/.gemini/antigravity/skills/
Augmentaugment~/.augment/skills/
Claude Codeclaude-code~/.claude/skills/
Clinecline~/.agents/skills/
Codexcodex~/.codex/skills/
Continuecontinue~/.continue/skills/
Cursorcursor~/.cursor/skills/
Gemini CLIgemini-cli~/.gemini/skills/
GitHub Copilotgithub-copilot~/.copilot/skills/
Goosegoose~/.config/goose/skills/
Juniejunie~/.junie/skills/
Kiro CLIkiro-cli~/.kiro/skills/
OpenClawopenclaw~/.openclaw/skills/
OpenCodeopencode~/.config/opencode/skills/
OpenHandsopenhands~/.openhands/skills/
Replitreplit~/.config/agents/skills/
Roo Coderoo~/.roo/skills/
Traetrae~/.trae/skills/
Warpwarp~/.agents/skills/
Windsurfwindsurf~/.codeium/windsurf/skills/

Instruction Destinations

instructions land in each agent's native instruction file or directory rather than the skills path above. Paths are verified against each agent's official docs. Aggregate files (one shared file, many instructions merged via managed comment blocks so your own edits survive) and directories (one file per instruction) are noted below; project paths are relative to the repo root, global paths to $HOME.

AgentProject instructions pathGlobal instructions pathShape
Claude CodeCLAUDE.md~/.claude/CLAUDE.mdaggregate
CodexAGENTS.md~/.codex/AGENTS.mdaggregate
OpenCodeAGENTS.md~/.config/opencode/AGENTS.mdaggregate
AmpAGENTS.md~/.config/amp/AGENTS.mdaggregate
Gemini CLIGEMINI.md~/.gemini/GEMINI.mdaggregate
AntigravityGEMINI.md~/.gemini/GEMINI.mdaggregate
GitHub Copilot.github/copilot-instructions.md~/.copilot/copilot-instructions.mdaggregate
Junie.junie/AGENTS.md~/.junie/AGENTS.mdaggregate
Goose.goosehints~/.config/goose/.goosehintsaggregate
WarpWARP.md— (UI-managed)aggregate
Replitreplit.mdaggregate
OpenHands.openhands/microagents/repo.mdaggregate
OpenClaw— (no project instructions)~/.openclaw/workspace/AGENTS.mdaggregate
Cursor.cursor/rules/<name>.mdc~/.cursor/rules/<name>.mdcdirectory (MDC)
Windsurf.windsurf/rules/<name>.md~/.codeium/windsurf/memories/global_rules.mddirectory / global aggregate
Cline.clinerules/<name>.md~/Documents/Cline/Rules/directory
Continue.continue/rules/<name>.mddirectory
Roo Code.roo/rules/<name>.md~/.roo/rules/directory
Augment.augment/rules/<name>.md~/.augment/rules/directory
Kiro CLI.kiro/steering/<name>.md~/.kiro/steering/directory
Trae.trae/rules/<name>.md— (UI-managed)directory

Only Cursor (.cursor/rules/*.mdc) gets reconstructed description/globs/alwaysApply frontmatter; every other agent receives the Markdown body. Many of these agents also read the cross-tool AGENTS.md standard as a fallback. See the instruction source reference for how instructions are transformed and merged.

Custom Paths

Don't see your agent? Use the destination field to point at any path:

destination: ~/.my-custom-agent/skills

If both agent and destination are set, destination wins. See the configuration reference for details.

On this page