This is a quick capture tool for turning fleeting thoughts into tracked GitHub issues without breaking your flow. You describe a bug or feature in natural language, it detects the type from keywords like "broken" or "enhance", then creates a proper issue with triage labels via the gh CLI. The smart bit is the fallback: if GitHub's unreachable, it dumps everything to a local scratchpad instead of just failing silently. It's the kind of friction reducer that matters most when you're context switching or trying to empty your head before a meeting. Not revolutionary, but solves the real problem of ideas evaporating because filing an issue felt like too many steps.
npx skills add https://github.com/camacho/ai-skills --skill capture