Claude Tools / Plugins / forge
Plugins · ktoulgaridis/forge
forge
A generator: it interviews an organization and emits a standalone, org-owned Claude Code plugin (the org's agent harness) aligned to how that org actually works. Karpathy-schema wiki + role/subagent pattern + skill verbs + tool adapters + the operating model. Re-emit to upgrade; never fork.
CLEARED_STATICclaude-onlyv0.3.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
commands/add-adapter.md
componentmedium
commands/add-role.md
componentmedium
commands/configure.md
componentmedium
commands/doctor.md
componentmedium
commands/emit.md
componentmedium
commands/new.md
componentmedium
commands/prime.md
componentmedium
adapters/chat/slack.md
componentlow
adapters/scm/github.md
componentlow
adapters/scm/gitlab.md
componentlow
adapters/tracker/github.md
componentlow
adapters/tracker/gitlab.md
componentlow
adapters/tracker/jira-acli.md
componentmedium
adapters/tracker/jira-mcp.md
componentmedium
adapters/tracker/jira-multi.md
componentmedium
adapters/tracker/jira-single.md
componentmedium
adapters/tracker/linear.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
README
From the repository
# forge **Align Claude Code to your org and its operational model.** [](https://github.com/ktoulgaridis/forge/actions/workflows/validate.yml) [](https://github.com/ktoulgaridis/forge/releases) [](LICENSE) forge is a **generator**. It interviews your organization — which tools you run, which process shape you're held to, and *how your org actually works* (how agents communicate, under what identity they act, what gates and autonomy govern them) — and **emits a standalone, org-owned Claude Code plugin** that makes agent-driven development behave like a member of *your* org. > **forge v2 is a generator, not a scaffolder.** The full design lives in [`docs/GENERATOR.md`](docs/GENERATOR.md) — the authoritative north star. Some of v2 is still being built; v0.1.x ships the v1 flow. Two levels, kept separate: - **forge — the generator** (shared, eventually open source, the *same tool everywhere*). Everyone improves it upstream: adapters, methodology bundles, ope…