skill-lifecycle-manager

skill-lifecycle-manager is a skill for Codex from EthanYoQ/Skill-hub. It costs 114 tokens per session (2,708 once invoked), scanned A, original, MIT.

A tool for managing agent skills across runtimes, projects, repositories, hubs, and plugin caches.

In plain words
What is it for?
For finding, installing, updating, syncing, auditing, merging, cleaning, packaging, publishing, and validating skills.
Why use it?
It keeps track of where a skill came from, where it is installed, and which system owns it, reducing mistaken updates, duplicates, and unclear fixes.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ethanyoq/skill-hub/skill-lifecycle-manager
Any agent
npx skills add EthanYoQ/Skill-hub --skill skill-lifecycle-manager
Clone the repo
git clone --depth 1 https://github.com/EthanYoQ/Skill-hub

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-lifecycle-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/ethanyoq/skill-hub/skill-lifecycle-manager.svg)](https://agentmods.dev/skills/ethanyoq/skill-hub/skill-lifecycle-manager)
Your own site
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/skill-lifecycle-manager"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/skill-lifecycle-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,708 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00114 $0.02708
Opus 5 $0.00057 $0.01354
Sonnet 5 $0.00023 $0.00542
Haiku 4.5 $0.00011 $0.00271

Measured 6d ago against content hash 051bbc7fb9ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

skill-lifecycle-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_upstreams.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/01-agent-engineering/skill-lifecycle-manager/SKILL.md · 278 lines

How it starts

The opening of the file, as written. The whole thing — 278 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill Lifecycle Manager

Orchestrate skill work as one evidence-backed lifecycle. Keep source, installation, and ownership separate so an update to one copy does not silently overwrite another.

Core Contract

Maintain three boundaries throughout the task:

  • Source: where the skill came from, such as GitHub, skills.sh, a Skill Hub checkout, or a local repository.
  • Install: where a runtime loads the active skill, such as a global user root or project root.
  • Ownership: whether the path is user-maintained, project-maintained, or system/plugin-managed.
  • Runtime: which loader owns the active copy, such as Codex, Claude Code, an Agent Skills-compatible host, or more than one runtime.

Do not treat a Skill Hub checkout, _repos source, plugin cache, and global install as interchangeable even when their skill names match.

When evidence is incomplete, report known facts, candidate hypotheses, verification paths, and temporary mitigation. Do not present an unverified hypothesis as a cause or completed fix.

Start With Lifecycle Triage

Create a compact internal task card before acting:

  • Intent: discover, recommend, install, update, sync, merge, audit, cleanup, package, publish, validate, or create/edit.
  • Target: skill name, source URL, repository path, installed path, or topic.
  • Scope: project, global/user, source repository, managed root, or unknown.
  • Runtime: Codex, Claude Code, multiple runtimes, or unknown. Do not assume the runtime executing this skill is the runtime whose skills are being managed.
  • Destructive risk: none, overwrite, move, delete, cleanup, or ownership change.
  • Evidence needed: source, version, usage, quality, or scope proof.
  • Companion skill: find-skills, skill-installer, skill-creator, or no companion.

Proceed without asking when target, scope, and ownership are clear. Ask a short question only when a reasonable assumption could modify the wrong skill or cross an ownership boundary.

Read the full file on GitHub · 278 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 278 lines · 114 tokens per session scan A 051bbc7fb9ae

Subscribe to this mod's changes

skill-lifecycle-manager is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 2d ago), licensed MIT. It adds 114 tokens to every session and 2,708 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories