agentsclimarketplace

Skill evolution validator

Skill kyt19970215/codex-skill-evolution-framework/skills/skill-evolution-validator

Audit an evolution skill system for structure, routing behavior, ledger alignment, privacy, and platform freshness. Use only for explicit health, cleanliness, regression, ledger, or release-readiness checks; do not use for routine edits or configured shortcuts.From its SKILL.md

Install
npx -y skills add kyt19970215/codex-skill-evolution-framework --skill skill-evolution-validator

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

One thing to look at

  • 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

3.3 KB, 598 tokens by cl100k_base, as published. Nobody here has run it

Skill Evolution Validator

Use this skill for manual, report-first checks of the installed evolution framework. It gathers evidence and reports risks; it does not edit other skills unless the user separately requests a repair.

When the same request explicitly asks to fix, repair, update, or resolve findings, complete the report first and emit a repair handoff owned by skill-evolution-core and skill-evolution-router. The validator still does not edit files. The owning workflow applies the authorized change, updates local ledgers, and returns for a full rerun without asking for duplicate approval.

Trigger Boundary

Use this skill when the user explicitly asks for an evolution-system:

  • self-check, health check, cleanliness check, or audit
  • trigger or routing behavior regression
  • local-ledger comparison
  • platform freshness review
  • release or GitHub readiness report
  • global/project rule-authority and instruction-loading-budget review
  • installed versus public-framework source comparison

Do not trigger it for routine skill edits, configured evolution shortcuts, configured absorption shortcuts, or ordinary rule-maintenance requests. Those belong to skill-evolution-core and skill-evolution-router.

Modes

  • auto: run full when no previous report or snapshot exists; otherwise run log-based fast mode.
  • full: run structure, semantics, behavior regression, event evidence, ledger reconciliation, rule authority, instruction-loading budget, framework-source comparison, and platform freshness.
  • fast: compare current files with the previous snapshot and summarize existing event evidence. It must say that behavior regression was not run.

Run:

python scripts/validate_evolution_skills.py --mode auto

Use --mode full before public release or after routing behavior changes. Use --project-root for the active repository, --framework-root for a public checkout, and --repair-authorized only when the current request already authorizes remediation.

Required Output

Every run writes Markdown, JSON, a latest snapshot, and timestamped snapshot history under the local report directory. The report must distinguish Hook definition/trust health, real observations, and smoke-test evidence; list unlabeled route outcomes; show files not represented by the latest local ledger entry; report authority conflicts, global guidance loading budget, and managed-source drift; and state whether the official platform review is stale.

References

  • references/check-matrix.md: mode-specific checks and boundaries.
  • references/report-schema.md: report fields and wording requirements.
  • references/ledger-reconciliation.md: local change-log format and matching rules.
  • references/devolution-self-check-boundary.md: validator versus rule-maintenance ownership.
  • references/regression-cases.md: human-readable behavior expectations.
  • references/regression-cases.json: executable behavior cases.
  • references/severity-levels.md: finding severity definitions.
  • references/platform-freshness.json: official-source review timestamp.

What ships with it: 10 files

46.6 KB alongside SKILL.md, 1 of them executable

agents/

scripts/

Keep looking

Skills are one crate of 326,834. 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.