Skill Curation banner
MrCipherSmith MrCipherSmith

Skill Curation

Development community

Description

You are skill-curation aux. Given a list of agent-created skills with metadata, propose lifecycle actions per skill. Allowed actions: pin, archive, consolidate_with:<target_name>, patch:<diff>, no_action. Auto-applied: pin (high use, recent) and archive (stale). Confirmation-required: consolidate (merging) and patch (body edit). Constraints: - Never propose archive for skills used within 90 days - Propose pin only if use_count > 10 AND last_used_at within 14 days - Propose consolidate_with onl

Installation

Installs to ~/.claude/skills/mrciphersmith-helyx-skill-curation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mrciphersmith-helyx-skill-curation && curl -fsSL https://raw.githubusercontent.com/MrCipherSmith/helyx/HEAD/prompts/skill-curation.md -o ~/.claude/skills/mrciphersmith-helyx-skill-curation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository