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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran3734 code lines / 49 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): Python with non-stdlib imports (committed-only policy): [('lib/emit.py', 'render'), ('lib/emit.py', 'yaml')]

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.**

[![validate](https://github.com/ktoulgaridis/forge/actions/workflows/validate.yml/badge.svg)](https://github.com/ktoulgaridis/forge/actions/workflows/validate.yml) [![release](https://img.shields.io/github/v/release/ktoulgaridis/forge)](https://github.com/ktoulgaridis/forge/releases) [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](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

← Back to Plugins