Help us improve
Share bugs, ideas, or general feedback.
From interskill
Audit an existing skill against best practices — checks structure, frontmatter, invocation control, description quality, and anti-patterns. Use when verifying a skill before deployment.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interskillHow this skill is triggered — by the user, by Claude, or both
Slash command
/interskill:auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify a skill follows best practices and the official specification.
Audits a SKILL.md against the unified AgentOps template with 15 checks across three passes: structural hygiene, content discipline, and a 0-30 rubric score. Read-only; reports findings without modifying the target.
Audits SKILL.md files for format compliance against project guidelines: frontmatter validation, directory structure, version sync, documentation consistency, and content redundancy.
Reviews SKILL.md files against best practices with structured pass/fail reports, warnings, errors, and prioritized recommendations before publishing or deploying.
Share bugs, ideas, or general feedback.
Verify a skill follows best practices and the official specification.
Given a skill path (SKILL.md or skill directory), check each item below. Report findings as PASS/WARN/FAIL.
--- delimitersname field present (lowercase, hyphens, max 64 chars)description field present and specific (includes trigger keywords)gen-skill-compact.sh --check <dir> to verify freshness)disable-model-invocation: true set if skill has side effects (deploy, commit, send)user-invocable: false set if skill is background knowledge onlyallowed-tools declared if specific tools neededcontext: fork used for isolation where appropriateSkill Audit: {skill-name}
──────────────────────────────
Structure: {N}/6 pass
Invocation Control: {N}/4 pass
Content Quality: {N}/5 pass
Anti-Patterns: {N}/4 pass
──────────────────────────────
Overall: {PASS | WARN (N issues) | FAIL (N issues)}
Issues:
- [WARN] Description could be more specific
- [FAIL] Missing disable-model-invocation for deploy workflow