Skip to content
Strive Docs

Skills

Skills are reusable instructions your agents can run — invoked with a slash command in chat, created by your team, or installed from the Strive repository.

A skill is a reusable set of instructions your agents can run. Skills capture a repeatable task — building a report, drafting a routine, writing a blog strategy — so anyone on your team can trigger it consistently.

In chat, type / to see the skills available in your workspace, then pick one. Each skill has a short handle (its slash command), a display name, and a description of what it does.

  • Built-in skills ship with Strive — for example create_routine, update_routine, and report_builder.
  • Your own skills can be authored by your team on the Skills page.
  • Installed skills can be added from the Strive repository.

Every skill has:

  • a handle — the /short-name you type to run it,
  • a name and description shown in the skill picker, and
  • content — the Markdown instructions the agent follows.
  • Chat — where skills are invoked.
  • Routines — often created via the create_routine skill.