
Opflow
- Updated May 13, 2026
- josef32/opflow-claude-plugin
opflow is a Claude Code skill in the Documentation category. Opflow orchestrator workflows for Claude Code: handover, issue, plan, plan-scoping, and documentation skills with matching slash commands. Pair with the `opflow` CLI (install via your project's settings page) to talk to the orchestrator.
Key points
- opflow
- Documentation
- AI-coding skill
Opflow by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add josef32/opflow-claude-plugin/plugin install opflow@opflowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 13, 2026 |
|---|---|
| Repository | josef32/opflow-claude-plugin ↗ |
What it does
Opflow orchestrator workflows for Claude Code: handover, issue, plan, plan-scoping, and documentation skills with matching slash commands. Pair with the `opflow` CLI (install via your project's s
README.md
@opflow/plugin
Source for the opflow Claude Code plugin: skills, slash commands, and a plugin.json manifest.
Distribution
Published as a public Claude Code marketplace at josef32/opflow-claude-plugin. The orchestrator's settings UI and invitation acceptance screen point users at:
/plugin marketplace add josef32/opflow-claude-plugin
/plugin install opflow@opflow
The plugin ships skills + slash commands only. Workflow tools (handover, plan, issue, docs, search, etc.) are invoked via the standalone opflow CLI, installed separately with curl -fsSL <orchestrator>/install.sh | sh and authenticated with opflow auth login --project <slug> --token <jwt> — the per-user JWT is surfaced in the orchestrator's project Settings page.
Layout
.claude-plugin/marketplace.json marketplace manifest — lists plugins
plugin/ single plugin
├── .claude-plugin/plugin.json plugin manifest (name, version)
├── skills/<name>/SKILL.md skill definitions (auto-trigger via description)
└── commands/<name>.md explicit slash commands (/handover, /issue, ...)
The owner/repo-style install (/plugin marketplace add josef32/opflow-claude-plugin) requires .claude-plugin/marketplace.json at the repo root; the marketplace's plugins[0].source then points at the plugin's directory (./plugin).
Why a separate package
- Source-of-truth lives in this repo; no drift between in-repo dev and external users.
- Versioned at
1.0.0(mutable tip) —/plugin updatealways re-fetches latest. - Keeps skill content auditable as ordinary files in CI.
Publishing
Mirror this directory to the public josef32/opflow-claude-plugin GitHub repo when contents change. (Automation TBD; the simplest path is a git subtree push or a small CI job.)
See
- Plan: orchestrator project plan #36 — Onboarding via Claude Code Plugin (per-user marketplace URL).