From team-shinchan
Runs plugin consistency checks for agents, structure, and drift detection. Supports --category and --format options.
How this command is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:lint-harnessThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Lint Harness Command Run plugin consistency and drift detection checks. See `skills/lint-harness/SKILL.md` for full documentation. ## Usage
Run plugin consistency and drift detection checks.
See skills/lint-harness/SKILL.md for full documentation.
/team-shinchan:lint-harness
/team-shinchan:lint-harness --category agents --format table
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan/audit-pluginAudits Claude Code plugin artifacts for schema, specification, security, and structural defects. Supports --full (7 dimensions) and --mini (4 dimensions) depth flags.
/pluginValidates current Claude Code plugin against official guidelines, checking manifest, structure, commands, installation blockers, and compatibility. Produces quality score, critical issues, warnings, and fix recommendations.
/validateValidates Claude Code plugin structure including plugin.json, marketplace.json, skills frontmatter, and commands, producing a structured checklist of pass/fail results.
/validateValidates Claude plugin structure, manifest (plugin.json), paths, naming conventions, and components (commands, agents, skills, hooks) for common issues.
/audit-pluginsAudits specified Claude plugins (name, path, or 'all') for structure validity, best practices, deprecations, changelog compatibility, and security; generates Markdown report with summary, details, and action items.