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.
npx skills add vasuag09/harness-claude --skill discovergit clone --depth 1 https://github.com/vasuag09/harness-claudeWrote 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/skills/vasuag09/harness-claude/discover)<a href="https://agentmods.dev/skills/vasuag09/harness-claude/discover"><img src="https://agentmods.dev/badge/skills/vasuag09/harness-claude/discover/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vasuag09/harness-claude/discover"><img src="https://agentmods.dev/badge/skills/vasuag09/harness-claude/discover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00154 | $0.01895 |
| Opus 5 | $0.00077 | $0.00948 |
| Sonnet 5 | $0.00031 | $0.00379 |
| Haiku 4.5 | $0.00015 | $0.00189 |
Grade A, and why
discover 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 10d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/discover — vague intent → framed problem → one chosen direction
Goal: serve the altitude above /harness-claude:spec. The pipeline's front door assumes you can
already state what you want — /harness-claude:spec sharpens a known request, /harness-claude:research
is reuse-first on a known problem, /harness-claude:design does UX for an already-chosen feature.
/harness-claude:discover is for the step before all of them: a vague itch where you don't know the
shape of the answer. It is a divergent→convergent move — open up the space of what could be done,
then close it to one direction /harness-claude:spec can consume.
Opt-in & conditional. Invoked explicitly; nothing auto-routes here. If the request is already clear enough to spec, this skill says so and steps aside (see step 0) — no ceremony. Git boundary:
/harness-claude:discoveris read-only — it never commits, pushes, or branches.
When /harness-claude:discover, when /harness-claude:spec
/harness-claude:discover— you want something but can't yet state what: the goal is fuzzy, the options are unknown, or you're asking "what would make the best use of X?". It produces the request./harness-claude:spec— you can already state the request; you need it sharpened into testable acceptance criteria. If you're here, skip/harness-claude:discover.
It is strictly upstream of /harness-claude:spec, /harness-claude:research, and
/harness-claude:design — it never duplicates them. It frames
the problem and picks a direction; it leans on /harness-claude:research for any heavy feasibility
search and hands the chosen direction to /harness-claude:spec for criteria.
How it works
[0] spec-ready? → [1] interrogate → [2] map ≤5 options → [3] CONVERGE to one → hand to /spec
└─ if already clear: say so, route straight to /spec (no interview)
Do this
- Spec-ready check first (anti-ceremony). Before any interview, assess whether the request is
already clear enough to spec: is the goal stated, the scope bounded, the "done" recognizable? Use the
concrete test — if fewer than 3 critical unknowns (goal, target user/surface, scope boundary,
success signal, hard constraints) are missing, it's spec-ready: say so and route straight to
/harness-claude:specwithout running the interview. Only genuinely vague intent proceeds. (AC-4) - Interrogate the real goal (Socratic). Surface the underlying goal/pain/constraint behind the
vague ask — ask focused questions via
AskUserQuestion(group them; offer concrete options, not open-ended prose). IfAskUserQuestionis unavailable, ask the same questions inline. Do not invent a direction and run with it unilaterally — pull the intent out first. (AC-5) - Map the opportunity space — bounded. If step 1's answer is still a category (e.g. "novel,"
"make it better") rather than a direction, do not ask the user to sub-categorize it in the
abstract — that fails. A vague intent means they have no pre-formed sub-axis to name; offering
abstract "flavors" to choose between gets "none of these fit" (lived failure mode). Instead
ground first, then show concrete: do the light
mgrep/ codebase pass now, then put the candidate directions in front of them as concrete things to react to — people recognize the right direction when they see it far more reliably than they can synthesize it from axes. Generate at most 5 candidates, each one line: what it is, who it serves, rough value-vs-effort, grounded in feasibility and fit (what the project already has) — not pure speculation. Defer any heavy reuse search to/harness-claude:research; this is a quick reality check, not the full hunt. Never dump an unbounded list. (AC-1, AC-7) - CONVERGE — pick exactly one (the non-negotiable step). End with one recommended direction +
a one-line rationale. A runner-up shortlist is allowed, but the recommendation is singular and
explicit. The terminal output is a decision, not a catalog — ending with "here are some options"
and no pick is an invalid exit and a failure of this skill. When the choice is genuinely the
user's to make, present the ranked options via
AskUserQuestionand converge on their answer — but still exit with one chosen direction, never a tie. (AC-2, AC-3) - Hand off to
/harness-claude:spec— and stop. Emit a tight intent statement (one screen): the framed problem, the one chosen direction, and the key constraints surfaced. This is what/harness-claude:specrestates into acceptance criteria. Do NOT write acceptance criteria here — that is/harness-claude:spec's job; producing them blurs the seam./harness-claude:specshould be able to pick up the intent statement without re-interrogating from scratch. (AC-6, AC-8)
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.
- 10d ago First seen · 93 lines · 0 tokens per session scan A 75028df31e15
discover is a skill published in the GitHub repository vasuag09/harness-claude (2 stars, last pushed 2mo ago), licensed MIT. It adds 154 tokens to every session and 1,895 once invoked, about $0.0008 per session on Opus 5. 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 skills, from other repositories
audit-agents-skills
Audit Claude Code agents, skills, and commands for quality and production readiness. Use when evaluating skill quality, checking production readiness scores, or comparing agents against best-practice templates.
issue-triage
3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.
pr-triage
4-phase PR backlog management with audit, deep code review, validated comments, and optional worktree setup. Use when triaging pull requests, catching up on pending code reviews, or managing a backlog of open PRs. Args: 'all' to review all, PR numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit…
eval-agents
Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when…
check-cache-bugs
Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5.
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.