forge

Solid

Forge schema-bound, sandboxed tools at runtime. Paired with the cowork `forge` persona for chat-driven use in the voice-skill bridge. Use when you would otherwise write the same Bash snippet ≥3× with different parameters, when you need precise numerical results over a dataset, or when the user wants reproducible/deterministic output written to a file.

AI & Automation 20 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# forge — runtime tool factory for Claude Code You (Claude) can register a new tool at runtime via the `forge` MCP server. The new tool is callable as `mcp__forge__<name>` from the next `tools/list` onward, in the current session and in any future session that sees the same `~/.config/corvin-voice/forge/` workspace. When this plugin runs inside the voice-skill repo (the normal case), the cowork `forge` persona auto-routes user phrases like "forge mir ein tool", "build me a tool that …", or "I need a deterministic tool" onto this MCP server — the persona ships restrictively (no Bash/Edit/Write) so generated tools cannot inherit the owner's bypassPermissions privilege. ## When to use forge Reach for `forge_tool` when **at least one** of these holds: - You would otherwise write the same Bash/Python snippet ≥3 times with different parameters (paths, columns, thresholds) - You need precise numerical results over a dataset (statistics, regression, aggregation, filtering, splitting) - The user wants the answer **written to a file** (CSV, JSON, PNG) - The user uses the words *"deterministic"*, *"reproducible"*, *"save as"*, *"compute exactly"*, *"audit trail"* - The result of one computation is used multiple times later — caching it in a forged tool gets you reuse for free ## When NOT to use forge - One-off shell commands (`wc -l`, `git status`) — Bash is fine - LLM-shaped work (code review, translation, design discussion) - An existing forged tool already does this — ...

Details

Author
CorvinLabs
Repository
CorvinLabs/CorvinOS
Created
4 weeks ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

forge

Build, audit, deploy, and reason about the Forge + Loom + Crawler substrate. Token-efficient subcommand surface, structured JSON output; reach for these before bash/grep. Use in any tenant or substrate repo. Heavy ops defer to the `forge` MCP server.

0 Updated 5 days ago
thepictishbeast
AI & Automation Listed

forge

/forge - Summon The Forge

10 Updated 1 weeks ago
samibs
Code & Development Listed

forge-autopilot

Routes any product, engineering, or software development lifecycle (SDLC/PDLC) activity to Forge. Invoke this skill whenever the user describes work that involves the product development process — across any phase: discovery, definition, planning, execution, review, handoff, release, or reporting. This includes: building or shipping features, fixing bugs, writing PRDs, breaking down stories, estimating, prioritizing, reviewing PRs, security audits, vulnerability assessments, release readiness checks, deployment gates, test planning and strategy, refactoring, mapping or documenting system architecture across the codebase, reconstructing an architecture estate or building an architecture atlas, or any similar SDLC activity. ALSO invoke when the current user request directly targets a tracked work item key matching "PROJ-123" / "BUG-42" / any "<UPPERCASE>-<digits>" id. Do NOT invoke for pure coding requests ("write a function", "refactor this file", "add a test") or continuation of already-scoped execution, even

0 Updated 1 weeks ago
ShipToday