focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:capture <dump-text-or-path> — Explicit invocation of the brain-dump organizer. Captures an unstructured stream of thoughts/tasks/ideas and returns a 4-section actionable system (Projects/Ideas, Tasks, Connections, How I Can Help). Compressed format for small dumps. Max 1
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-captureContext preview
What this command does when you run it.
/cs:capture <dump-text-or-path> — Explicit invocation of the brain-dump organizer. Captures an unstructured stream of thoughts/tasks/ideas and returns a 4-section actionable system (Projects/Ideas, Tasks, Connections, How I Can Help). Compressed format for small dumps. Max 1
name: "cs-capture" description: "/cs:capture <dump-text-or-path> — Explicit invocation of the brain-dump organizer. Captures an unstructured stream of thoughts/tasks/ideas and returns a 4-section actionable system (Projects/Ideas, Tasks, Connections, How I Can Help). Compressed format for small dumps. Max 1 clarifying question. No fabricated connections. No corporate-ifying."
**Command:** `/cs:capture <dump-text-or-path>`
The `cs-capture` persona organizes a dump into 4 actionable sections with zero information loss.
The skill ALSO triggers automatically without `/cs:capture` when you:
`/cs:capture` is the explicit form — useful when your dump doesn't include the trigger phrasing but you still want the organize behavior.
**For a typical 8+ item dump (4-section format):**
## Projects & Ideas
{clustered themes with embedded questions/decisions}
## Tasks
{flat scannable action list}
## Connections
{real workspace links — Glob+Grep verified, never fabricated}
## How I Can Help
{concrete offers — what + where}
**Which of these should I tackle?****For a small dump (≤5 unrelated items, compressed format):**
## What I heard - ... ## How I can help - ... Which should I tackle?
# 1. (Optional) Pre-classify the dump as a heuristic seed python ../skills/capture/scripts/dump_classifier.py path/to/dump.txt # 2. (Optional) Recommend output format python ../skills/capture/scripts/complexity_estimator.py path/to/dump.txt # 3. Inventory the workspace for Section 3 candidates python ../skills/capture/scripts/workspace_inventory.py \ --root . --keywords "<extracted-keywords-from-dump>" # 4. Persona organizes + delivers four (or compressed) sections. # 5. Persona ends with "Which of these should I tackle?" and waits.
---
**Version:** 1.0.0 **Source:** Path-B direct conversion of `megaprompts/05-capture-megaprompt.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…