Validates that every skill output matches its declared contract (format, completeness, evidence tags). Rejects non-conformant outputs. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
"If the contract says 5 sections, I count 5 sections. Not 4. Not 6."
Post-execution validator that checks every skill's output against its declared Inputs/Outputs table. Verifies format compliance (markdown structure, evidence tags, naming conventions) and completeness (all required sections present). [EXPLICIT]
When to use:
/jm:verify is invoked[CODE]/[CONFIG]/[DOC]/[INFERENCE]/[ASSUMPTION] present?| Input | Type | Required | Description |
|---|---|---|---|
| Skill SKILL.md | File | Yes | The skill definition with I/O table |
| Generated output | File(s) | Yes | The output to validate |
| Output | Type | Description |
|---|---|---|
| Validation report | Text | Pass/fail per check with specifics |
[!WARNING] IF output has zero evidence tags but skill is in analysis category THEN FAIL. Evidence tags are mandatory for analysis.
[!WARNING] IF output file uses wrong naming convention THEN auto-suggest the correct name but don't rename without user approval.
Example invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |