What problem does it solve? Hard-won operational knowledge — how to reach the dev database, deploy, run migrations, or verify a change live — is rediscovered from scratch every new session. This Skill turns a proven "golden path" from the current conversation into a reusable Agent Skill so future sessions start already knowing it. ## Core Features & Use Cases - Automatic trigger recognition: Detects harvestable moments such as multi-attempt debugging, rediscovered project facts, recurring operational workflows, or explicit user requests like "remember this". - Promotion rule gating: Only writes a skill when there is a passing verification check, a named failure pattern, and at least one ruled-out dead-end, keeping confident guesses out of the skill set. - Guided authoring workflow: Distills the golden path, dedupes against existing skills, chooses project vs global scope, and delegates the write to a subagent or inline using a strict brief with a template and authoring spec. - Use Case: After spending an hour figuring out the exact command sequence to run migrations against the staging database, the Skill captures that procedure — including the dead-ends that failed — as a project-local skill committed to the repo for the whole team. ## Quick Start Ask the agent to save the workflow you just completed as a reusable skill, for example by saying "save this deployment procedure as a skill so I don't have to re-explain it next time".