focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:dl-reading-path — Build a prerequisite-closed reading path through the Deep Learning book from a goal, a background and the hours you actually have. Refuses to route a goal the 2016 book does not cover, and names what covers it instead.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-dl-reading-pathContext preview
What this command does when you run it.
/cs:dl-reading-path — Build a prerequisite-closed reading path through the Deep Learning book from a goal, a background and the hours you actually have. Refuses to route a goal the 2016 book does not cover, and names what covers it instead.
name: "cs-dl-reading-path" description: "/cs:dl-reading-path — Build a prerequisite-closed reading path through the Deep Learning book from a goal, a background and the hours you actually have. Refuses to route a goal the 2016 book does not cover, and names what covers it instead." argument-hint: "[your goal — what you want to be able to do after reading]"
**Command:** `/cs:dl-reading-path [goal]`
The book's part order is not its dependency order. Front-to-back means weeks in Chapters 2–4 before touching a network, which is where most readers stop.
1. **Ask three things** if the user has not said them, one at a time:
2. **Run the planner:**
python3 engineering/deep-learning-book/skills/deep-learning-book/scripts/reading_path_planner.py \
--goal "<goal>" --background <bg> --hours-per-week <n>3. **Handle the refusals rather than working around them.**
4. **Relay the path** with the hour budget, and flag that the hours are a planning heuristic to recalibrate after chapter one. 5. **Offer the study scaffolding**: `skills/deep-learning-book/assets/study_log_template.md` and `skills/deep-learning-book/assets/chapter_worksheet.md`, plus the retrieval-practice cadence from `skills/deep-learning-book/references/study_method_canon.md`.
Most applied readers should skim Chapters 2–4 once for vocabulary, start at Chapter 5, and return to a specific section when Chapter 8 needs it. Readers heading for Part III should work Part I properly — those chapters compound, and so do the gaps. `skills/deep-learning-book/references/prerequisite_map.md` has the dependency graph and the three strategies.
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…