procoder
v3.0.0A harness that gives AI coders the tools and skills to work like a senior developer
By Pascal WatteelLicense: Apache-2.0177 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add procoder@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/azrtydxb/procoderClone 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└── skills/procoder/SKILL.md
Included Skills1
Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming procoder, or when the user asks to run the gate, check formatting, open a spec or plan, close a task, or prepare a release.
Plugin manifests2
{
"name": "procoder",
"version": "3.0.0",
"description": "A harness that gives AI coders the tools and skills to work like a senior developer",
"commands": "./commands/",
"skills": "./commands/",
"hooks": "./hooks/claude-hooks.json"
}{
"name": "procoder",
"version": "3.0.0",
"description": "A harness that gives AI coders the tools and skills to work like a senior developer. All nine domains shipped: security, best practices, maintainability, performance, documentation, clean code, CI/CD, DevOps, GitOps — plus the code index. Hooks hand the agent results; the agent stays in control.",
"author": {
"name": "Pascal Watteel"
},
"license": "Apache-2.0",
"hooks": "./hooks/claude-hooks.json"
}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.
[procoder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/procoder)