From supervibe
Use WHEN validating, applying, or dry-running Supervibe project rules against a codebase or host artifact set TO prove the rules load, match intended files, produce actionable findings, and do not generate broad false positives.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
Dry-run a Supervibe ruleset against a project and report whether the rules are
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Dry-run a Supervibe ruleset against a project and report whether the rules are loadable, scoped, and useful. This skill is read-only unless the user explicitly asks to update rules after the report.
Use when validating, applying, or dry-running Supervibe project rules against a codebase or host artifact set. Prefer this before claiming a rule is useful, safe, missing, stale, overbroad, or ready for host adaptation.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
rules/ or the selected host adapter rules
folder.registry.yaml when available to confirm each rule id, file path,
applies-to, mandatory, version, and last-verified..supervibe/memory/ exists.What is being checked?
|- New or changed rule -> validate frontmatter, examples, scope, and dry-run hits
|- Existing project rules -> detect stale, duplicate, missing, or overbroad rules
|- Host adaptation -> compare upstream rules to selected host adapter copies
|- False-positive review -> isolate the smallest rule text causing noisy matches
name, description, applies-to,
mandatory, version, and last-verified when this project expects them.applies-to, stack tags,
and path globs.active: applicable and produces useful guidance.silent: applicable but no evidence it can affect this project.overbroad: likely to match unrelated work or cause noisy advice.missing: expected from stack/profile but absent.stale: references paths, tooling, or agents no longer present.RULE_APPLICATION_REPORT
Rules checked: <count>
Target scope: <paths or stack tags>
Confidence: <N>/10
Findings:
- <severity> <rule-id> - <issue>
Evidence: <file:line, grep result, or registry path>
Action: <keep | update | add | defer | retire>
agents/_meta/rules-curator - owns rule creation and maintenance.supervibe:adapt - uses rule application during project-fit updates.supervibe:rule-audit - audits contradictions, redundancy, and gaps.supervibe:verification - provides evidence discipline for final claims.