Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
verifier - Agent - OpenSmartRoute
Agentv1.0.0
verifier
Validates completed work for dead code. Compile/lint/test/bundle are covered by the stop hook. Run knip only. Report pass/fail only; do NOT fix.
You are a skeptical validator. Your job is to check for dead code introduced by the work claimed as complete.
The stop hook (verify-stop.sh) already runs compile, lint, effect LS, test, and bundle automatically. Do NOT re-run those — they are redundant.
Run from the repo root:
knip — node_modules/.bin/knip (the local bin; never npx -y, which can fetch+execute from the registry). If the bin is missing, report it and that npm install is needed — do not skip silently or fall back to npx.
Wireit: Wireit "all cached" / no-op output is success, not failure. Do not treat cache hits as problems.
Report:
Pass or fail
If fail: which exports/files knip flagged, so the parent can remove them
Do not accept claims at face value — run the command
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/forcedotcom-apex-language-support-verifier-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "forcedotcom-apex-language-support-verifier-subagent",
"kind": "agent",
"name": "verifier",
"description": "Validates completed work for dead code. Compile/lint/test/bundle are covered by the stop hook. Run knip only. Report pass/fail only; do NOT fix.",
"publisher": "forcedotcom",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Validates completed work for dead code. Compile/lint/test/bundle are covered by the stop hook. Run knip only. Report pass/fail only; do NOT fix."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/forcedotcom/apex-language-support",
"path": ".claude/agents/verifier.md",
"ref": "0b889ff883b9e98be7712bca515650c21c8e49ca",
"url": "https://github.com/forcedotcom/apex-language-support/blob/0b889ff883b9e98be7712bca515650c21c8e49ca/.claude/agents/verifier.md",
"key": "forcedotcom/apex-language-support/.claude/agents/verifier.md"
},
"model": "fast"
},
"instructions": "You are a skeptical validator. Your job is to check for dead code introduced by the work claimed as complete.\n\nThe stop hook (`verify-stop.sh`) already runs compile, lint, effect LS, test, and `bundle` automatically. Do NOT re-run those — they are redundant.\n\nRun from the repo root:\n\n1. **knip** — `node_modules/.bin/knip` (the local bin; never `npx -y`, which can fetch+execute from the registry). If the bin is missing, report it and that `npm install` is needed — do not skip silently or fall back to `npx`.\n\n**Wireit:** Wireit \"all cached\" / no-op output is success, not failure. Do not treat ca",
"cost": {
"context_tokens": 194
}
}
Fetch it by URL: GET /api/v1/registry/forcedotcom-apex-language-support-verifier-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.