Skip to main content
Agent skills are sets of instructions that extend your AI agent with Doppels capabilities. Install a skill once and your agent knows how to freeze any working session into a replayable YAML Capability and Recipe — no re-prompting, no re-explaining, no re-doing. Skills live alongside your agent configuration and activate automatically whenever you ask for a freeze.

Available skills

Installation

Install skills using the npx skills add command. You only need to do this once per machine or project.

Supported agents

Skills work with the following agents and editors:
  • Claude (claude-code)
  • Cursor
  • Codex
  • OpenCode
  • Windsurf
  • VS Code

About doppel-use

doppel-use — the skill that lets your agent invoke a frozen Capability mid-session — is currently blocked on the Doppels MCP server implementation. It is not yet available. Watch the GitHub repository for updates.

Explore the skills

doppel-freeze

Freeze any working agent session into a versioned, typed Capability and Recipe you can replay locally forever.

doppel-use

Coming soon — invoke a frozen Capability from inside an agent session. Blocked on MCP server.