Skip to content

Plugin Guide

Rick Hightower edited this page Aug 1, 2026 · 2 revisions

Current — this is the living version. Historical snapshots are linked from Index-Releases.

Plugin Guide

Install and host notes for okf-graph-eng.

Plugin identity

Field Value
Name okf-graph-eng
Version see .claude-plugin/plugin.json
Marketplace okf-plugin-marketplace
Repo https://github.com/SpillwaveSolutions/okf-plugin

Claude Code

claude plugin marketplace add SpillwaveSolutions/okf-plugin
claude plugin install okf-graph-eng@okf-plugin-marketplace

Local path:

claude plugin marketplace add /path/to/okf-plugin
claude plugin install okf-graph-eng@okf-plugin-marketplace

Metadata: .claude-plugin/plugin.json, .claude-plugin/marketplace.json.

Components discovered automatically

  • Skillsskills/*/SKILL.md
  • Commandscommands/*.md (/okf-init, /okf-impact, …)
  • Agentagents/graph-engineer.md
  • Hookshooks/hooks.json → post-edit curate

Use ${CLAUDE_PLUGIN_ROOT} for script paths inside skills/hooks.

Grok Build

Grok Build loads Claude-compatible plugins, skills, agents, and hooks with zero extra config. Optional pin: .grok-plugin/marketplace.json.

Do not add Grok-only features that break Claude Code.

Slash commands

Command Skill
/okf-init okf-init-graph
/okf-author okf-author
/okf-impact okf-impact
/okf-query okf-query
/okf-validate okf-validate
/okf-visualize okf-visualize
/okf-maintain okf-maintain

Specialist agent

graph-engineer — dual-graph impact, packs, curation. Prefer for multi-step graph work.

Project management plugin

Work tracking uses the separate worklog tooling vendored into this repo (bin/worklog, hooks). That is WikiTicket SDD, not part of the Claude skill pack itself. See Worklog-Spec.

Clone this wiki locally