Skill lifecycle promotion
Skill agentlas-ai/Agentlas-OS/skills/skill-lifecycle-promotion
Use when adding or auditing Agentlas skill lifecycle metadata, skill-registry.json, trial evidence, Curator promotion decisions, or first-class skill promotion gates.From its SKILL.md
npx -y skills add agentlas-ai/Agentlas-OS --skill skill-lifecycle-promotionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 227 tokens by cl100k_base, as published. Nobody here has run it
Skill Lifecycle Promotion
Use this skill when a generated or packaged Agentlas repo needs governed skill promotion metadata.
Procedure
- Add
.agentlas/skill-registry.jsonas an export-only candidate registry. - Add empty
.agentlas/skill-trials.jsonland.agentlas/curator-decisions.jsonl. - Keep every skill at
tier: candidateon export. - Keep
runtimeFirstClassRecallEnabled: falseunless a local Curator later approves promotion. - Add success predicates and situation tags for every skill.
- Separate
## Memory Eventsfrom## Skill Trial Events. - Treat LLM rubric review as weak evidence only.
- Block promotion when authority separation, sealed holdouts, replayability, or rollback evidence is missing.
- Include false-accept, blind-spot, and drift terms in any durable-error budget.
Output
Return:
- registry files added or checked;
- promotion tier status;
- evidence gaps;
- rollback/quarantine status;
- residual risks.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.