Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add orin-dx/agent-pluginsnpx agentmods add plugins/orin-dx/agent-plugins/marketplacegit clone --depth 1 https://github.com/orin-dx/agent-pluginsGrade A, and why
orin-dx-agent-plugins marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "orin-dx-agent-plugins",
"description": "Ten cooperating plugins covering the full development lifecycle — from requirement capture through spec, plan, implementation, verification, and shipping.",
"owner": {
"name": "Gabriel Castro",
"email": "[email protected]"
},
"plugins": [
{
"name": "mason",
"description": "Meta-plugin for scaffolding and auditing plugins, skills, and subagents. Generates plugin directory structure, validates conformance to ecosystem schemas, and designs shared schema contracts. Skills: scaffold-plugin, audit-plugin, design-schema, scaffold-subagent.",
"source": {
"source": "git-subdir",
"url": "https://github.com/orin-dx/agent-plugins.git",
"path": "plugins/mason",
"ref": "main"
}
},
{
"name": "ranger",
"description": "Cross-language bug hunting. Finds real bugs in live code through recon, hazard scanning, adversarial verification, and exit-gate verdict. Supersedes bug-hunter-rust and bug-hunter-ts.",
"source": {
"source": "git-subdir",
"url": "https://github.com/orin-dx/agent-plugins.git",
"path": "plugins/ranger",
"ref": "main"
}
},
{
"name": "sentinel",
"description": "Cross-cutting verification gate. Confirms that any stage artifact meets its criteria before the next stage begins. One skill, one recon-verify-judge pipeline, reused unchanged against any artifact type.",
"source": {
"source": "git-subdir",
"url": "https://github.com/orin-dx/agent-plugins.git",
"path": "plugins/sentinel",
"ref": "main"
}
},
{
"name": "weaver",
"description": "Need definition plugin. Captures and structures requirements before implementation begins. Integrates with GitHub Issues by default; extensible to Linear, Jira, or any issue tracker that produces thWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 112 lines scan A a32c95bd9785
orin-dx-agent-plugins marketplace is a plugin published in the GitHub repository orin-dx/agent-plugins (1 stars, last pushed 5d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
claude-code-workflows marketplace
Plugin marketplace listing 8 plugins: dev-workflows, dev-workflows-frontend, dev-workflows-fullstack, dev-skills, metronome.
procoder
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.
agentic-awesome-skills
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 2,049 supported skills.
cc-skills
AI Agent Skills.
harness-engineering-skills
Two Claude Code engineering skills bundled as one plugin: review-loop (cross-LLM iterative code review with Codex or Gemini as peer) and harness (cybernetics-based Planner→Generator→Evaluator→Retro orchestration for complex tasks).
drift
Tells your coding agent when it is about to build something that already exists.