/gem
Hand any OKF task to the okf skill — search, author, curate, or doctor a bundle
$ npx -y skills add serradura/okf-gem --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/gem
Context preview
What this command does when you run it.
Hand any OKF task to the okf skill — search, author, curate, or doctor a bundle
Command definition
gem.mddescription: Hand any OKF task to the okf skill — search, author, curate, or doctor a bundle argument-hint: "[search|produce|migrate|maintain|refine|consume|curate|doctor|<okf-cli-verb>] [dir] [--flags]" allowed-tools: Bash, Read, Write, Edit, Glob, Grep
Invoke the okf skill that ships with this plugin, passing the arguments ("$ARGUMENTS") through unchanged. The skill's `SKILL.md` owns all routing — its Commands table picks the playbook by the first word, its intent inference handles free-form wording, and empty arguments land on the menu playbook (orient, then recommend; never auto-run). Do not re-route, filter, or summarize here: read the skill and follow it exactly as written.
Open Knowledge Format for coding agents. Author, validate, lint, search, and visualize portable Markdown knowledge bundles. One gem carries the agent skill, the CLI and Ruby library, and an interactive graph. Docker and Claude Code plugin included, 100% local.
Repo: serradura/okf-gem

