plugin-forge
Claude Code plugin linter + scaffolder. `lint` validates a plugin (or a whole marketplace) against a house grammar — a strict superset of the usual manifest/frontmatter checks plus stdlib-only, hook-protocol, and test-harness invariants; `scaffold` generates a grammar-conformant plugin skeleton that passes the linter by construction. Pure stdlib; self-hosting; runs standalone on any plugin or snaps onto this marketplace.
pinned to #248a01fupdated 2 weeks ago
Ask your AI client: “install plugins/plugin-forge”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/plugin-forgemetahub onboarded this repo on the author's behalf.
If you own github.com/s0912758806p/agentic-sop-to-work on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
197
Last commit
2 weeks ago
Latest release
published
- #agentic-workflow
- #claude-code
- #claude-code-plugin
- #claude-code-plugin-agenticsop
- #sop
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.248a01f· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent248a01fwarn2 weeks ago
Contents
Lint + scaffold Claude Code plugins against a house grammar. A companion in the agentic-sop-to-work suite — but runs standalone on any plugin.
python3 plugins/plugin-forge/pluginforge/lint.py --all --strict # lint the marketplace
python3 plugins/plugin-forge/pluginforge/lint.py <plugin-dir> # lint one plugin
python3 plugins/plugin-forge/pluginforge/scaffold.py <name> # generate a new plugin
Reviews
No reviews yet. Be the first.
Related
mega-brain
OKF-powered knowledge context for Claude Code — injects your project knowledge base at every session
cc10x
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
manifest-dev-tools
Tools for working with prompts and PRs alongside the manifest workflow. Collaborative PR walkthroughs, autonomous PR review with per-comment verification, author-side PR babysitting via manifest-dev, gap-calibrated prompt engineering, cross-boundary context handoff, and incremental teaching for session work.
mh install plugins/plugin-forge