zagrosi-forge
v0.2.0+codex.20260915170007Lean project decomposition, planning, and test-first implementation for Codex.
By ZagrosiLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 22, 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 zagrosi-forge for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add zagrosi-forge@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “zagrosi-forge” remain stable.
- Codex:
zagrosi-forge@agent-plugin-marketplace→zagrosi-forge@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zagrosi-code/zagrosi-forge/.
Plugin files
├── .codex-plugin/plugin.json├── skills/zagrosi-implement/SKILL.md├── skills/zagrosi-plan/SKILL.md└── skills/zagrosi-project/SKILL.md
Included Skills3
Build admitted Forge sections with minimal code, targeted TDD/review, resumable records, and final verification.
Produce compact, reviewed implementation contracts and ordered sections, with the user's requested analysis depth.
Split broad software briefs into dependency-ordered specs for Zagrosi Plan; keep coherent features together.
Plugin manifests1
{
"name": "zagrosi-forge",
"version": "0.2.0+codex.20260915170007",
"description": "Lean project decomposition, planning, and test-first implementation for Codex.",
"author": {
"name": "Zagrosi",
"url": "https://github.com/zagrosi-code"
},
"homepage": "https://github.com/zagrosi-code/zagrosi-forge",
"repository": "https://github.com/zagrosi-code/zagrosi-forge",
"license": "MIT",
"keywords": [
"codex",
"planning",
"tdd",
"implementation",
"code-review",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Zagrosi Forge",
"shortDescription": "Lean plans and test-first delivery",
"longDescription": "Three lean workflows: split broad work, create a reviewed implementation plan, and deliver its sections test-first.",
"developerName": "Zagrosi",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"composerIcon": "./assets/icon.svg",
"websiteURL": "https://github.com/zagrosi-code/zagrosi-forge",
"privacyPolicyURL": "https://github.com/zagrosi-code/zagrosi-forge",
"termsOfServiceURL": "https://github.com/zagrosi-code/zagrosi-forge",
"defaultPrompt": [
"Use $zagrosi-forge:zagrosi-project to split this project idea into planning specs",
"Use $zagrosi-forge:zagrosi-plan to create a reviewed TDD implementation plan",
"Use $zagrosi-forge:zagrosi-implement to build these sections with TDD"
],
"brandColor": "#0F766E",
"screenshots": [
"./assets/readme-hero.svg",
"./assets/readme-workflow.svg"
]
}
}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.
[zagrosi-forge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zagrosi-forge)