grounded-forge
v0.3.0A retrieval architecture that pre-projects sources to task domains at ingestion time. Runtime becomes lookup, not reshape. Ships skills for ingesting sources under a 9-pass source-only protocol, retrieving via two-layer indexes (corpus catalogue + per-task distillation indexes), and a deep-reference structural guard at write time.
By Chris GagnéLicense: MIT7 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install grounded-forge for Codex and Claude Code
codex plugin marketplace add chrisgagne/grounded-forge
codex plugin marketplace upgrade grounded-forge
codex plugin add grounded-forge@grounded-forgePaste and run these commands in a terminal with Codex. They add and refresh the grounded-forge catalog, then install this plugin.
Compatibility: the page URL and API slug “grounded-forge” remain stable.
- Codex:
grounded-forge@agent-plugin-marketplace→grounded-forge@grounded-forge
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/chrisgagne/grounded-forgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "grounded-forge",
"version": "0.3.0",
"description": "A retrieval architecture that pre-projects sources to task domains at ingestion time. Runtime becomes lookup, not reshape. Ships skills for ingesting sources under a 9-pass source-only protocol, retrieving via two-layer indexes (corpus catalogue + per-task distillation indexes), and a deep-reference structural guard at write time.",
"author": {
"name": "Chris Gagné"
},
"homepage": "https://github.com/chrisgagne/grounded-forge",
"repository": "https://github.com/chrisgagne/grounded-forge",
"license": "MIT",
"keywords": [
"retrieval-architecture",
"rag",
"source-grounded",
"matrix-pattern",
"knowledge-management",
"ingestion-protocol",
"task-projection",
"skills"
],
"interface": {
"displayName": "Grounded Forge",
"shortDescription": "Build and query source-grounded corpora",
"longDescription": "A working example of the reference × task matrix architecture: sources are pre-projected to task domains at ingestion time, so runtime is lookup, not reshape. Provides source-integrity, 9-pass ingestion, shape-aware retrieval, and application-building workflows for grounded corpora, with source-only citation discipline enforced at every tier.",
"developerName": "Chris Gagné",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Help me build or query a source-grounded corpus with grounded-forge"
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "grounded-forge",
"version": "0.3.0",
"description": "A retrieval architecture that pre-projects sources to task domains at ingestion time. Runtime becomes lookup, not reshape. Ships skills for ingesting sources under a 9-pass source-only protocol, retrieving via two-layer indexes (corpus catalogue + per-task distillation indexes), and a PreToolUse hook that enforces deep-reference structural discipline at write time.",
"author": {
"name": "Chris Gagné"
},
"homepage": "https://github.com/chrisgagne/grounded-forge",
"repository": "https://github.com/chrisgagne/grounded-forge",
"license": "MIT",
"keywords": [
"retrieval-architecture",
"rag",
"source-grounded",
"matrix-pattern",
"knowledge-management",
"ingestion-protocol",
"task-projection",
"skills",
"hooks"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[grounded-forge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grounded-forge)