loom-code
v3.7.3Optional using-loom-code discovery routing and five stations carry one change from plan to PR with non-blocking cross-vendor suggestions, content-bound verification, one closing review, and a fast publication gate. Claude Code, Codex + Antigravity CLI.
By koukoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 21, 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 loom-code for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add loom-code@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/kouko/loom-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is loom-code/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/build/SKILL.md├── skills/closing-review/SKILL.md├── skills/expert-mode/SKILL.md├── skills/maintain/SKILL.md├── skills/ship/SKILL.md├── skills/using-loom-code/SKILL.md└── skills/write-plan/SKILL.md
Included Skills7
Implement a committed plan with test-first changes. Use when a confirmed intent and plan are ready to build.
Run closing review and generate an attestation. Use after Build completes or functional changes invalidate prior review evidence.
Skip chosen Loom steps for one change. Only for the user typing /loom-code:expert-mode (Codex: $expert-mode); the agent never invokes it.
Route bug reports, alerts, regressions, or dogfood incidents into an intent. Use for incidents outside an active unmerged change.
Publish a reviewed branch and verify PR checks. Use after closing-review generates a matching content attestation.
Route general Loom implementation requests to the right station. Use when asked to use Loom for a change without naming a station.
Plan an engineering change or turn a confirmed intent into implementation tasks. Use when planning or starting work without a plan.
Plugin manifests2
{
"name": "loom-code",
"version": "3.7.3",
"description": "Optional using-loom-code discovery routing and five stations carry one change from plan to PR with non-blocking cross-vendor suggestions, content-bound verification, one closing review, and a fast publication gate. Claude Code, Codex + Antigravity CLI.",
"author": {
"name": "kouko",
"url": "https://github.com/kouko"
},
"homepage": "https://github.com/kouko/loom-plugins/tree/main/loom-code",
"repository": "https://github.com/kouko/loom-plugins",
"license": "MIT",
"keywords": [
"loom-code",
"write-plan",
"build",
"closing-review",
"ship",
"maintain",
"contract-package",
"loom-checker",
"blind-run",
"adversarial-review",
"session-start-hook",
"codex-cli",
"loom-design"
],
"skills": "./skills/",
"hooks": "./hooks/hooks-codex.json",
"interface": {
"displayName": "loom-code",
"shortDescription": "Five-station coding flow with a deterministic push gate, for Codex CLI",
"longDescription": "Carries one change from a confirmed intent to a pull request through five stations. Build ends with an independent adversary's programs and the complete package suite, which must pass before review; finalize-review runs them again on committed content, then generates an attestation bound to functional content. The installed plugin hook validates that attestation and publication safety without replaying functional work. Publication-only fixes reuse matching evidence; functional edits invalidate it. loom-design and loom-workflow are optional and read this plugin's versioned contract package.",
"developerName": "kouko",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Let's add a feature to this project.",
"I want to refactor this module.",
"Fix this bug."
],
"websiteURL": "https://github.com/kouko/loom-plugins/tree/main/loom-code",
"brandColor": "#2563EB"
}
}{
"name": "loom-code",
"version": "3.7.3",
"description": "Optional using-loom-code discovery routing and five stations carry one change from plan to PR with non-blocking cross-vendor suggestions, content-bound verification, one closing review, and a fast publication gate. Claude Code, Codex + Antigravity CLI.",
"author": {
"name": "kouko",
"url": "https://github.com/kouko"
},
"homepage": "https://github.com/kouko/loom-plugins/tree/main/loom-code",
"repository": "https://github.com/kouko/loom-plugins",
"license": "MIT",
"keywords": [
"loom-code",
"write-plan",
"build",
"closing-review",
"ship",
"maintain",
"contract-package",
"loom-checker",
"blind-run",
"adversarial-review",
"session-start-hook",
"codex-cli",
"loom-design"
],
"skills": "./skills/"
}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.
[loom-code on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loom-code)