Origin Docs

Skills

Reusable instructions agents can pull in on demand, grouped by where they live.

Skills are reusable instructions an agent pulls in on demand instead of you re-explaining a workflow in every conversation. Write (or install) a skill once, for "how we do code review here," "how to cut a release," "how to triage an incoming bug," and any agent that recognizes the task as relevant can load it automatically.

Manage skills from Settings → Extensions → Skills.

How skills get used

You don't invoke a skill by name in normal use. An agent reads each skill's description and decides on its own whether the current request matches, then pulls in that skill's instructions before it starts working. This is why a skill's description matters: it's the trigger condition the agent matches your request against, not just a label for you.

Skills are grouped by where they live:

  • Global: skills you or your team have added, available in every project
  • Built-in: ships with CDE, available everywhere by default

Use New skill to add your own.

Global

SkillWhat it doesWhen it's used
find-skillsDiscovers and installs agent skills relevant to what you're askingWhen you ask what skills are available, or describe a workflow and want to see if a matching skill already exists before you write one

Built-in

CDE ships a set of skills covering common repo and product workflows out of the box:

SkillWhat it doesWhen it's used
customize-orgnCreates or edits your Orgn configuration: agents, skills, plugins, and MCP serversWhen you ask to add, change, or clean up any of your AI Customization settings
frontend-ui-uxDesigns and implements polished user interfaces and experiencesWhen a task involves building or refining UI, even without an existing design to work from
git-masterHandles commits and Git history work: staging, rebasing, and related operationsWhen you ask to commit, clean up history, or otherwise manage Git state
grill-with-docsInterviews you rigorously to sharpen a plan or design while producing supporting docsWhen you want a plan or design pressure-tested before committing to it
handoffCompacts the current conversation into a handoff document for another agentWhen you're switching agents or sessions and want the new one to pick up full context
improve-codebase-architectureScans a codebase for architectural improvement opportunitiesWhen you ask for a structural or architectural review, not just a bug fix
prd-creatorGuides a structured product-requirements interview and produces a PRDWhen you're scoping a new feature and want a proper requirements doc out of the conversation
prototypeBuilds a disposable prototype to validate state, logic, or interface ideasWhen you want to test an idea quickly without committing to production-quality code
tddDevelops features and fixes bugs test-first, red-green-refactorWhen you ask for a feature or fix and want tests written before the implementation
to-specTurns the current conversation into a written specificationWhen a discussion has converged on an approach and you want it captured as a spec
to-ticketsBreaks a plan or specification into dependency-aware, agent-ready ticketsWhen you have a spec or plan and need it split into actionable work items
triageClassifies and verifies issues and external pull requestsWhen you're going through an issue queue or reviewing incoming PRs and want them sorted first

Built-in skills ship with the app and may be added, renamed, or removed across CDE releases, check Settings → Extensions → Skills for what's actually available in your version.

Next steps

On this page