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 agentmods add commands/nguyennguyenit/multiclaude/validategit clone --depth 1 https://github.com/nguyennguyenit/MultiClaudeWrote 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/commands/nguyennguyenit/multiclaude/validate)<a href="https://agentmods.dev/commands/nguyennguyenit/multiclaude/validate"><img src="https://agentmods.dev/badge/commands/nguyennguyenit/multiclaude/validate.svg" alt="Measured on agentmods" 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 | $0.00007 | $0.00653 |
| Opus 5 | $0.00003 | $0.00327 |
| Sonnet 5 | $0.00001 | $0.00131 |
| Haiku 4.5 | $0.00001 | $0.00065 |
Grade A, and why
validate 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.
How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
Run IPA validation to check documentation consistency, traceability, and completeness.
When to Use
| Scenario | Auto/Manual | Notes |
|---|---|---|
After /ipa:all |
Auto | Built-in, runs automatically |
After /ipa:init |
Auto | Built-in, runs automatically |
| After manual doc edits | Manual | Run /ipa:validate explicitly |
Before /plan |
Manual | Recommended quality gate |
After /ipa-docs:sync |
Manual | Verify sync completeness |
Note: /ipa:all and /ipa:init run validation automatically. Use this command manually only when you edit docs or want to re-verify.
Prerequisites
IPA docs must exist:
docs/SRD.mddocs/UX_SPEC.mddocs/INTERFACE_SPEC.mddocs/DB_DESIGN.md
Workflow
Step 1: Load Skill
Activate ipa-validator skill from .claude/skills/ipa-validator/
Step 2: Check Docs Exist
docs/
├── SRD.md ✓ or ✗
├── UX_SPEC.md ✓ or ✗
├── INTERFACE_SPEC.md ✓ or ✗
└── DB_DESIGN.md ✓ or ✗
If any missing, report and stop.
Step 3: Extract IDs from SRD
Parse tables for:
- FR-xx (Feature List)
- S-xx (Screen List)
- E-xx (Entity List)
- B-xx (Batch List)
- R-xx (Report List)
- IF-xx (Integration List)
Step 4: Validate Cross-References
Check each doc references valid SRD IDs:
- UX_SPEC.md → S-xx refs
- INTERFACE_SPEC.md → FR-xx, S-xx refs
- DB_DESIGN.md → E-xx refs
Step 5: Check Status Tracking
Verify INTERFACE_SPEC.md Endpoint Matrix has status column with valid values: ⏳, ✅, 🔄
Step 6: Generate Report
Output validation report with:
- Summary (counts, status)
- Errors (blocking issues)
- Warnings (non-blocking)
- Recommendations
- Traceability Matrix
Output
## IPA Validation Report
### Summary
- Total Features (FR): X
- Total Screens (S): X
- Total Entities (E): X
- Errors: X
- Warnings: X
- Status: PASS / FAIL
### Details
[...see ipa-validator skill for format...]
Usage
# After manual edits to docs
/ipa:validate
# Before planning (quality gate)
/ipa:validate
/plan
# After sync to verify
/ipa-docs:sync
/ipa:validate
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 · 106 lines · 7 tokens per session scan A b938b7363416
validate is a command published in the GitHub repository nguyennguyenit/MultiClaude (22 stars, last pushed 24d ago), licensed MIT. It adds 7 tokens to every session and 653 once invoked, about $0.0000 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-30.
Other commands, from other repositories
organize-files
Organize and rename files based on content analysis.
brand-generate
Generate an on-brand document from a saved Brand Profile.
tree
Show file tree with sync status indicators showing which files are indexed, modified, new, or deleted.
cti-report
Render case deliverables — relationship graph (PNG/SVG/Mermaid) and a polished PDF/DOCX assessment. Usage: /cti-report [--graph|--pdf].
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
convert
Convert a file to Markdown using markitdown.