wyattowalsh/agents

skill-lifecycle-manager

>- Report skill lifecycle stage from frontmatter, eval coverage, and validators. Use when promoting, deprecating, or auditing repo skills. NOT for live installs.

First seen Jul 5, 2026

Installation

$ npx skills add wyattowalsh/agents --skill skill-lifecycle-manager

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wyattowalsh/agents · top by installs.

npx skills add wyattowalsh/agents

Browse all from wyattowalsh/agents

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
wyattowalsh
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,929 B
  • docs SUMMARY.md 189 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 35 installs

SKILL.md

Skill Lifecycle Manager

Classify repository skills by lifecycle stage and readiness gates.

Scope: Read-only lifecycle reporting. Does not edit skills, run installs, or mutate catalog indexes.

Dispatch

$ARGUMENTS Action
<name> Lifecycle report for one skill
repo / --all Summary for every skills/*/ directory
--format json Machine-readable report
Empty Show stage definitions and example commands

Lifecycle Stages

Stage Signals
draft TODO description, missing evals, or failing scripts/check.py contract
internal metadata.internal: true
active Valid frontmatter, eval manifest, and portable validator present
deprecated Body or metadata marks deprecation (maintainer-authored)

Workflow

uv run python skills/skill-lifecycle-manager/scripts/lifecycle_report.py <name>
uv run python skills/skill-lifecycle-manager/scripts/lifecycle_report.py --all --format json

Pair lifecycle output with /skill-creator audit before promotion.

Validation Contract

uv run python skills/skill-lifecycle-manager/scripts/check.py

Critical Rules

  1. Never auto-promote a skill based on lifecycle heuristics alone.
  2. Treat missing evals as a draft signal, not a hard block for internal skills.
  3. Do not mutate metadata.internal or catalog authoring rows from this skill.
  4. Run the repo validation command before declaring a skill active-ready.
  5. Route executable fixes to skill-creator or the maintainer lead.