agentsclimarketplace

Check ecosystem consistency

Skill KhurrumMahmood/senior-vibe-engineer/.claude/skills/check-ecosystem-consistency

Diff-aware ecosystem consistency audit for engineering-skills. Snapshots skills, shape routing references, docs skill-count claims, and catalog coverage; compares with the last reviewed state so significant skill changes surface follow-up obligations such as updating /which-shape.From its SKILL.md

Install
npx -y skills add KhurrumMahmood/senior-vibe-engineer --skill check-ecosystem-consistency

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

6.0 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

/check-ecosystem-consistency

Audit whether the skill ecosystem still agrees with itself after a material change.

This skill exists because new skills create coordination obligations: the skill may need catalogue coverage, count updates, tests, and possibly a /which-shape registry update. Not every new skill belongs in a shape, but every new skill should be consciously reviewed against the shape registry.

How success is judged

  • The script exit code is honored. If .claude/skills/check-ecosystem-consistency/scripts/check.py exits nonzero, report the failure and do not call the ecosystem consistent.
  • report.md, state.json, findings.json, and evidence.json are written under reports/check-ecosystem-consistency/scan-<UTC>/ (previous-state.json is included when a baseline exists).
  • Every findings.json row is relayed complete in the user-facing findings table: pattern, severity, file, summary, and recommendation.
  • --update-state is run only after the findings have been reviewed and any needed catalogue or /which-shape updates have landed.

Forms

/check-ecosystem-consistency
/check-ecosystem-consistency --changed-from main
/check-ecosystem-consistency --staged
/check-ecosystem-consistency --update-state

Script form:

.venv/bin/python .claude/skills/check-ecosystem-consistency/scripts/check.py

Execution contract:

FormScript commandContract
/check-ecosystem-consistency.venv/bin/python .claude/skills/check-ecosystem-consistency/scripts/check.pySnapshot the full ecosystem, compare to .claude/ecosystem/last-state.json, and write a timestamped report
/check-ecosystem-consistency --changed-from REF.venv/bin/python .claude/skills/check-ecosystem-consistency/scripts/check.py --changed-from REFInclude git diff --name-only REF paths in report.md; the ecosystem snapshot is still full, not limited to those paths
/check-ecosystem-consistency --staged.venv/bin/python .claude/skills/check-ecosystem-consistency/scripts/check.py --stagedInclude staged git diff --name-only --cached paths in report.md; the ecosystem snapshot is still full
/check-ecosystem-consistency --update-state.venv/bin/python .claude/skills/check-ecosystem-consistency/scripts/check.py --update-stateWrite .claude/ecosystem/last-state.json only after the preceding report's findings were reviewed and required follow-up landed

What It Checks

  • skill inventory and frontmatter snapshot;
  • added, removed, or changed skills since the last reviewed state;
  • /which-shape/shapes.json schema and referenced skill slugs;
  • new skills that should be reviewed for shape-router impact;
  • README/ONBOARDING skill-count claims;
  • new skills missing obvious .claude/docs/skill-catalog.md coverage.

State And Reports

Reports are written under:

reports/check-ecosystem-consistency/scan-<UTC>/

The scan contains report.md, state.json, previous-state.json when available, findings.json, and evidence.json.

The durable baseline lives at:

.claude/ecosystem/last-state.json

The script reads that state by default, but it only writes it when --update-state is passed. Use --update-state after the consistency findings have been reviewed and any needed catalogue or /which-shape updates have landed.

When things go sideways

SymptomAction
--changed-from REF names a bad git ref and Changed Paths is empty unexpectedlyRe-run git diff --name-only REF to verify the ref, then rerun with a valid REF; do not treat an empty changed-path list as proof nothing changed
Shape registry schema error appears in findings.json as shape_registry_schema_errorHonor the script's nonzero exit, fix .claude/skills/which-shape/shapes.json, and rerun before updating state
Report or state write failsState which artifact failed to write; do not claim report.md, state.json, findings.json, evidence.json, or .claude/ecosystem/last-state.json landed
Baseline is missing and baseline_missing appears in findings.jsonReview the first report as the baseline, then rerun with --update-state only after accepting that snapshot

Relationship To /which-shape

When a skill is added or materially repurposed, review .claude/skills/which-shape/shapes.json. Add the skill to a shape only when it changes a durable problem-solving loop. If the skill is purely tactical, leaving it out is fine; updating the ecosystem state records that the omission was reviewed.

What ships with it: 2 files

21.8 KB alongside SKILL.md, 1 of them executable

agents/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.