Improve Guide banner
bborbe bborbe

Improve Guide

AI community

Description

--- allowed-tools: Read, Edit argument-hint: "[file-path]" description: Refactor a coding guide into structured rule sets for humans and AI agents --- ## Usage Transform verbose coding guidelines into scannable, AI-optimized rule sets: ```bash /coding:improve-guide go-testing-guide.md ``` ## Your Task ### Step 1: Validate Input Check if file path was provided: - If no file path: Show usage examples and ask for the guide file to transform - If file path provided: Continue to Step 2 ### Ste

Installation

Installs to ~/.claude/skills/bborbe-coding-improve-guide/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-coding-improve-guide && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/commands/improve-guide.md -o ~/.claude/skills/bborbe-coding-improve-guide/SKILL.md

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

Full documentation available on GitHub

View Source Repository