forge

Solid

Reference-grounded prompt-artifact formation. Reads a target reference document (vendor prompt guide, Codex Goals spec), surfaces the user's under-determined contract coordinates, and projects a ready-to-use prompt artifact — an initial prompt for a follow-up session or tool, or a standing custom-skill recipe. Use when the user asks to 'forge a prompt', 'turn this guide into a usable prompt', 'make a Higgsfield prompt', 'draft a /goal from this', or has latent intent that must be grounded in an external reference before a tool can run it.

AI & Automation 125 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# Forge: Reference-Grounded Prompt-Artifact Formation Form a ready-to-use prompt artifact by grounding the user's under-determined intent in an authoritative reference document. This skill does not run the downstream tool, open branches, or create PRs. It surfaces the user's intent coordinates, grounds them against a reference (dynamically fetched, staleness-guarded), and emits one prompt artifact — an initial prompt for a follow-up session or tool, or a standing custom-skill recipe. **This is a projection utility, not a runtime executor and not a new epistemic protocol.** Forge introduces no new deficit. It realizes a known composite — surface under-determined intent coordinates (reverse-induction, the `/elicit` move) ∘ ground them against a canonical external reference (the `/inquire` canonical-external move) → thin projection. The output is a prompt artifact the user carries into the next session or tool. ## Core Contract `/forge` owns reference-grounded prompt-artifact formation: ``` ReferenceIntake -> ResolvedIntentIR (core: reverse-induce under-determined coordinates) -> GroundedReference (core: canonical-external snapshot + staleness guard) -> VendorPromptDraft (adapter: project IR through the reference schema) -> PromptArtifact (adapter: a prompt-family payload for a follow-up session/tool, or a standing custom-skill recipe) ``` The **core** is vendor-agnostic and stops at `ResolvedIntentIR` plus the validated `GroundedReferen...

Details

Author
jongwony
Repository
jongwony/epistemic-protocols
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

promptforge

Improve and structure the user's first substantive request in a new conversation when the task is complex, multi-step, ambiguous, or constraint-heavy, then execute the improved prompt. Use for planning, research, implementation, analysis, content production, technical work, or other non-trivial tasks where clearer task framing would materially improve the result. Do not trigger for simple factual questions, short translations, casual conversation, greetings, single-step transformations, or meta-discussion about these instructions.

0 Updated 4 days ago
arikitos
AI & Automation Listed

ingest

Grounds the next forge step in supplied reading, weighing sources the way the owner handed them. Material the request is built on (inspired-by, do-what-they-do, this person's articles, "the primary resources") is read whole in the main thread; supplementary references fan out to parallel subagents (one per source) that return quoted excerpts. Both land in a bounded brief with citations that hands off to the forge skill with the right surface in mind. Use when you have reading material (URLs, papers, blog posts, internal docs, pasted content) and want the next forge step grounded in those sources rather than training-data priors; skip when training already covers the topic well.

3 Updated today
claudialnathan
AI & Automation Listed

forge

FORGE protocol — world-class multi-model agent swarm and prompt optimiser. Fable engineers a rubric-driven plan (true goal + success rubric + constraints + risks + minimal-sufficient MECE decomposition); Opus critiques & repairs it for MECE/minimality/critical-path; sub-tasks route by tier+kind with effort scaling and real tool use; a perspective-diverse voter panel (with a soundness veto) verifies; failures escalate UP a tier and re-verify; Fable synthesizes and grades the final answer against the rubric. Cost-aware routing: haiku → sonnet → opus → fable. Runs automatically on every message via the UserPromptSubmit hook, and can be invoked manually as /forge <prompt>.

0 Updated today
somudatta06