Check Guides banner
bborbe bborbe

Check Guides

Development community

Description

--- allowed-tools: Read, Grep, Bash(ls:*) argument-hint: [task description] description: Review relevant coding guidelines before starting implementation --- ## Usage Before starting to code, check which guidelines are relevant for your task: ```bash /check-guides "write tests for main package" /check-guides "create factory for user service" /check-guides "add HTTP handler for invoice forwarding" /check-guides "implement metrics for background worker" ``` ## Your Task You are helping the de

Installation

Installs to ~/.claude/skills/bborbe-coding-check-guides/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository