Error banner
valsecchi75 valsecchi75

Error

Development community

Description

--- name: error description: Log a bug or error atomically — creates entries in known-errors and errors-to-avoid, propagates the lesson via Synapse. --- # /error Log a bug or error with full propagation to guardrails and connected skills. ## Usage ``` /error <short title> ``` ## Examples ``` /error DateFormat crashes on Android 11 with IT locale /error Isar schema migration fails when switching device /error Push notification silently dropped on MIUI devices ``` ## Prompt flow 1. **Conte

Installation

Installs to ~/.claude/skills/valsecchi75-project-scaffolder-error/SKILL.md

Terminal
mkdir -p ~/.claude/skills/valsecchi75-project-scaffolder-error && curl -fsSL https://raw.githubusercontent.com/valsecchi75/project-scaffolder/HEAD/commands/error.md -o ~/.claude/skills/valsecchi75-project-scaffolder-error/SKILL.md

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

Full documentation available on GitHub

View Source Repository