What problem does it solve? When an agent solves a hard problem in a session, that solution is lost unless it is captured as a reusable procedure. This Skill provides the complete workflow for writing, editing, and deleting skills, and for turning one-off scripts into bundled or registered tools so solved problems stay solved. ## Core Features & Use Cases - Skill authoring workflow: Guides creation of skills with correct frontmatter, trigger-focused descriptions under 80 characters, and verifiable step-by-step bodies using skill_create, skill_view, and skill_list. - Safe editing and patching: Uses skill_patch with exact byte matching and skill_file_write for full rewrites, with failure-mode guidance for invisible whitespace and ambiguous fragments. - Script and tool forging: Defines a three-level escalation path from one-off scripts run via shell_exec, to scripts bundled under a skill's scripts/ folder, to registered Forged Tools callable on every turn. - Use Case: After manually debugging a tricky deployment, you write a skill documenting the fix with prerequisites and verification steps, bundle the diagnostic script under scripts/, and the next occurrence is resolved with a single skill invocation. ## Quick Start Ask the agent to create a new skill documenting the procedure you just completed, including prerequisites and verification steps.