🛠️
AI EngineeringPython

Plugin Forge

by s0912758806p

Plugin Forge is an AI Engineering skill for Claude Code, published by s0912758806p in agentic-sop-to-work.

206 stars21 forkson s0912758806p/agentic-sop-to-workAdded 2026/09/05Repository updated 2026/06/23
agentic-workflowclaude-codeclaude-code-pluginclaude-code-plugin-agenticsopsop
Install in seconds
Install Plugin Forge
Copy Plugin Forge into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/s0912758806p/agentic-sop-to-work/tree/main/plugins/plugin-forge/skills/plugin-forge ~/.claude/skills/plugin-forge

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/s0912758806p/agentic-sop-to-work.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/plugin-forge/skills/plugin-forge/SKILL.md in s0912758806p/agentic-sop-to-work
Installs to
~/.claude/skills/plugin-forge
Collection
One of 11 skills cataloged from this repository
Category
AI Engineering3101 skills

What Plugin Forge does

Plugin Forge scaffolds Claude Code plugins and lints a single plugin or the whole marketplace for manifest, frontmatter, stdlib-only, and test-harness rules. Use it when creating a new plugin or checking existing plugins against house invariants.

Plugin Forge is cataloged under AI Engineering on DirSkills. Plugin Forge comes from a repository tagged agentic-workflow, claude-code, claude-code-plugin, claude-code-plugin-agenticsop and sop.

Documentation

README

plugin-forge — lint + scaffold Claude Code plugins

Lint

  • One plugin: python3 plugins/plugin-forge/pluginforge/lint.py <plugin-dir>
  • Whole marketplace: python3 plugins/plugin-forge/pluginforge/lint.py --all --strict
  • --strict adds house invariants (stdlib-only, verify.py, test_no_third_party). Exits 1 on any HARD.

Scaffold

  • python3 plugins/plugin-forge/pluginforge/scaffold.py <name> → a skeleton that passes lint --strict.
  • Then add it to marketplace.json + CI and flesh out the TODOs.

The lint report is a DRAFT; a human decides. HARD = fails CI; SOFT = advisory.

Frequently asked about Plugin Forge

  • What else does s0912758806p publish alongside Plugin Forge?

    Plugin Forge is one of 11 skills that DirSkills catalogs from s0912758806p/agentic-sop-to-work, the repository it ships in. Its siblings there include ALCOA Guard, Agentic SOP and Agentic Workflow Audit. Each one is a separate skill with its own page in this directory, installs the same way Plugin Forge does, and is maintained by s0912758806p in that same repository. The rest of the collection is listed on the s0912758806p/agentic-sop-to-work page.

  • How does Plugin Forge compare to other AI Engineering skills?

    Plugin Forge ranks #2790 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Plugin Forge against them. Open each page to compare what they document and how they install.

More from s0912758806p/agentic-sop-to-work

Plugin Forge is one of 11 skills cataloged on DirSkills from s0912758806p/agentic-sop-to-work.

See all 11 skills