Harvest Skill banner
renchris renchris

Harvest Skill

Productivity community

Description

--- name: harvest-skill description: Draft a reusable skill (SKILL.md) from a just-finished session's workflow into a human-review staging area (~/.claude/skills-pending/). Never auto-promotes. Use after a session where you repeated a multi-step workflow worth capturing. Hermes skill-synthesis analog, human-gated. allowed-tools: Read, Write, Bash, Glob, Grep argument-hint: "[slug or short description of the workflow — optional; auto-detects from the recent session if omitted]" --- # /harvest-sk

Installation

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

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

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

Full documentation available on GitHub

View Source Repository