focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:deep-learning — Study companion for the Deep Learning textbook (Goodfellow, Bengio & Courville, 2016). Answers chapter questions from a compiled knowledge base, always dating the answer against 2026 practice, and routes to the reading-path planner or the training diagnostic.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-deep-learningContext preview
What this command does when you run it.
/cs:deep-learning — Study companion for the Deep Learning textbook (Goodfellow, Bengio & Courville, 2016). Answers chapter questions from a compiled knowledge base, always dating the answer against 2026 practice, and routes to the reading-path planner or the training diagnostic.
name: "cs-deep-learning" description: "/cs:deep-learning — Study companion for the Deep Learning textbook (Goodfellow, Bengio & Courville, 2016). Answers chapter questions from a compiled knowledge base, always dating the answer against 2026 practice, and routes to the reading-path planner or the training diagnostic. Points at the free official chapters; never reproduces them." argument-hint: "[a topic, a chapter number, a question about the book, or 'where do I start']"
**Command:** `/cs:deep-learning [topic | chNN | question]`
The book is free to read at [deeplearningbook.org](https://www.deeplearningbook.org/). This command navigates it and keeps it current; it does not replace it.
1. **Load** `engineering/deep-learning-book/skills/deep-learning-book/SKILL.md`. 2. **Resolve** the request through the Topic Index to one or more chapters. 3. **Read** those chapter files before answering. The index is navigation, not content. 4. **Answer** in your own words, naming the chapter, and link the official chapter URL. 5. **Date it.** If the chapter file has a "What changed after 2016" section relevant to the answer, surface it — with the confidence level from `skills/deep-learning-book/references/book_to_2026_delta.md`. Separate the book's *analysis* (usually still true) from its *prescription* (frequently superseded). 6. **Name the boundary.** If the question is outside the twenty chapters, say so and route.
Chapter(s): ch07 (Regularization), ch05 (capacity) Answer : <original explanation, naming the framework> Still true: <holds / analysis holds but recommendation superseded / historical> + why Read it : https://www.deeplearningbook.org/contents/regularization.html Next : <the tool, worksheet, or chapter that follows>
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…