SDODS
ReferenceCLI commands

sdods skills

List and install the Agent Skills SDODS ships for Claude Code, Codex, Cursor, Copilot and Gemini CLI.

skills

sdods skills list
sdods skills install [--agent <list>] [-g|--global] [--skill <names>] [--force]
FlagMeaning
--agent <list>comma-separated targets: claude, agents, cursor, copilot, gemini; default claude,agents
-g, --globalinstall under your home directory instead of the project
--skill <names>only these skills; default all of them
--forcereplace a skill that is already installed; without it an existing folder, including your own edits, is left alone and reported

Where each target writes, relative to the project (or ~ with --global):

TargetFolderRead by
claude.claude/skillsClaude Code
agents.agents/skillsCodex, Cursor, Gemini CLI, GitHub Copilot, OpenCode, Amp, Goose
cursor.cursor/skillsCursor
copilot.github/skillsGitHub Copilot in VS Code (~/.copilot/skills with --global)
gemini.gemini/skillsGemini CLI

The bundled skills are sdods (working rules and the command reference), sdods-run, sdods-record and sdods-start-ui. sdods init installs the same set into new workspaces.

No global install is needed:

npx -y @sdods/cli skills install

See Connect AI coding tools for npx skills add and the Claude Code plugin.

Using an AI coding agent? Install SDODS:

Install the SDODS plugin in Claude Code: skills, subagents, commands and the MCP server.

  1. /plugin marketplace add siri1410/sdods-skills
  2. /plugin install sdods@sdods
Learn more about using SDODS with AI tools

On this page