Skill Promote banner
renchris renchris

Skill Promote

Development community

Description

--- name: skill-promote description: Promote a reviewed draft skill from ~/.claude/skills-pending/<slug>/ to the active ~/.claude/skills/<slug>/ after explicit human confirmation. Strips the draft frontmatter. Companion to /harvest-skill. allowed-tools: Read, Bash, Edit, AskUserQuestion, Glob argument-hint: "<slug> — the pending skill directory name to promote" --- # /skill-promote — activate a reviewed draft skill 1. Resolve `<slug>` from `$ARGUMENTS`. Read `~/.claude/skills-pending/<slug>/SK

Installation

Installs to ~/.claude/skills/renchris-claude-infrastructure-skill-promote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/renchris-claude-infrastructure-skill-promote && curl -fsSL https://raw.githubusercontent.com/renchris/claude-infrastructure/HEAD/commands/skill-promote.md -o ~/.claude/skills/renchris-claude-infrastructure-skill-promote/SKILL.md

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

Full documentation available on GitHub

View Source Repository