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 waqas1412/claude-harnessnpx agentmods add plugins/waqas1412/claude-harness/harnessgit clone --depth 1 https://github.com/waqas1412/claude-harnessWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/waqas1412/claude-harness/harness)<a href="https://agentmods.dev/plugins/waqas1412/claude-harness/harness"><img src="https://agentmods.dev/badge/plugins/waqas1412/claude-harness/harness.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
harness 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 5d 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.
What it actually says
{
"name": "harness",
"displayName": "Claude Harness",
"version": "0.7.0",
"description": "Portable read-only advisor agents, profile-driven PR/ticket skills, enforcement hooks, and a self-adapting /harness-init that tailors any repo to a documented index pattern.",
"author": {
"name": "Waqas Hameed",
"email": "[email protected]"
},
"homepage": "https://github.com/waqas1412/claude-harness",
"repository": "https://github.com/waqas1412/claude-harness",
"license": "MIT",
"keywords": [
"claude-code",
"claude",
"anthropic",
"agents",
"subagents",
"ai-agents",
"skills",
"slash-commands",
"hooks",
"code-review",
"developer-tools",
"productivity",
"orchestration",
"scaffolding",
"conventions",
"llm"
]
}
What it installs
The manifest is a name and a version. 9 skills, 16 agents, 2 hooks travel with it, and installing the plugin installs all of them — 2,692 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill harness-init A 0 tokens
- Skill workspace-init A 0 tokens
- Skill pr-comments A 106 tokens
- Skill sync-prs A 132 tokens
- Skill orchestrate A 92 tokens
- Skill refresh-seams A 143 tokens
- Skill harness-distill A 117 tokens
- Skill pr A 0 tokens
- Skill ticket A 0 tokens
- Agent spec-fidelity-auditor A 186 tokens
- Agent data-flow-timing-auditor A 145 tokens
- Agent accessibility-auditor A 163 tokens
- Agent compatibility-auditor A 151 tokens
- Agent design-principles-advisor A 102 tokens
- Agent developer-reviewer A 199 tokens
- Agent docs-researcher A 94 tokens
- Agent performance-optimizer A 96 tokens
- Agent security-auditor A 146 tokens
- Agent senior-software-engineer A 99 tokens
- Agent system-architect A 99 tokens
- Agent system-designer A 83 tokens
- Agent principles-engineer A 94 tokens
- Agent jira-ticket-author A 101 tokens
- Agent pr-author A 82 tokens
- Agent design-parity-auditor B 262 tokens
- Hook PreToolUse A not measured
- Hook PostToolUse A not measured
What 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.
- 5d ago First seen · 32 lines scan A 1232f505327b
harness is a plugin published in the GitHub repository waqas1412/claude-harness (1 stars, last pushed 4d 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
dx
Developer experience essentials: GitHub Actions debugging, conversation half/quarter-cloning, context handoffs, research (Reddit and Hacker News), private GitHub search, and Claude Code version checks.
junior-flow
Helps junior developers create technical story markdown from a story tracker.
milestone-driver
Drives a GitHub milestone to completion: triages each issue for design gaps + dependency order up front, then for each buildable issue finds the root cause (or parks it), dispatches a TDD implementer subagent, runs unit + E2E tests + code review, opens a PR, and auto-merges issues on CI green. The whole loop sits…
context-optimization
Techniques for extending effective context capacity through compaction, observation masking, KV-cache optimization, and context partitioning. Double or triple effective context without larger models.
cc-research
Multi-agent deep research on Claude models: orchestrator -> parallel researcher subagents -> triangulate -> synthesize -> cite -> report. Built-in tools only (WebSearch, WebFetch, Read, Grep, Glob, Write, Task); no external research APIs or MCP servers.
nextjs
Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.