Emit banner
ktoulgaridis ktoulgaridis

Emit

Development community

Description

--- description: Generate a standalone, org-owned Claude Code plugin (the org's agent harness) from .forge.org.yaml. Reads the org interview, renders templates/org-plugin/, and validates that ZERO generator identity leaked into the output. --- # /forge:emit — Emit an org-owned agent harness The generative entry point of forge v2. `/forge:new` opens a project; **`/forge:emit` mints the org's package**: a standalone Claude Code plugin that aligns the harness to how *this* org works, owned entire

Installation

Installs to ~/.claude/skills/ktoulgaridis-forge-emit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ktoulgaridis-forge-emit && curl -fsSL https://raw.githubusercontent.com/ktoulgaridis/forge/HEAD/commands/emit.md -o ~/.claude/skills/ktoulgaridis-forge-emit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository