How to install capture
npx skills add https://github.com/camacho/ai-skills --skill captureFull instructions (SKILL.md)
Source of truth, from camacho/ai-skills.
name: capture description: Creates a draft GitHub Issue with triage label from natural language description.
Inputs
- Free-text description of an idea, bug, or feature request
Steps
-
Parse the description to detect type:
Keywords Type Labels error, crash, broken, fix, bug, fails, regression Bug triage,bugadd, want, should, new, feature, enhance, improve Feature triage,enhancementDefault Feature triage,enhancement -
Create GitHub Issue:
gh issue create \ --title "<concise title from description>" \ --body "<full description>" \ --label "triage" --label "<bug or enhancement>" -
Return the issue number and URL.
Fallback
If gh is not available or GitHub access fails:
- Try GitHub MCP tools (if available)
- If neither works → append to
ai-workspace/scratchpad.md:
Inform the user that the capture was saved locally.## Captured [date] **Type**: [bug/feature] **Description**: [text] _Failed to create GitHub Issue — saved here as fallback._
Edge Cases
- No description provided → ask the user to describe the idea/bug
- Offline / no GitHub access → scratchpad fallback (see above)
Related skills
More from camacho/ai-skills and the wider catalog.

orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.

plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.

reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.

archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.

xcodebuildmcp
Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

capacitor-best-practices
Best practices for Capacitor app development including project structure, plugin usage, performance optimization, security, and deployment. Use this skill when reviewing Capacitor code, setting up new projects, or optimizing existing apps.