dev.shortcuts

Installation
SKILL.md

Context

Shortcuts are a small self-contained workflow that can be triggered via trigger:<shortcut-name>, for example trigger:merge-pr.

Shortcut Location

Shortcuts can be in the following locations:

  1. Under the skill-bundled ./references/shortcuts/ directory next to this SKILL.md (runtime mirror is typically ~/.codex/skills/dev.shortcuts/references/shortcuts/).
  2. Inlined in agent instructions under ## Shortcuts. Shortcut is header text. Can be followed by a space with argument hints enclosed in [arg_name] Examples
## Shortcuts

### Foo [arg1] [arg2]
Invokes a foo with [arg1] and [arg2]

Available Bundled Shortcuts

This section is an inline index of the shortcut files bundled in ./references/shortcuts/. The file under ./references/shortcuts/[shortcut].md remains the executable source of truth.

Installs
1
GitHub Stars
13
First Seen
8 days ago
dev.shortcuts — kevinslin/skills