NikiforovAll/claude-code-rules

Learn practical techniques to enhance your AI-assisted development workflow with Claude Code.

141Stars on the repository
59Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when the user wants to add components (commands, agents, skills, hooks, or MCP servers) to the Component Reference section of the website.

141 4d ago A 38 tokens original Apache-2.0

version-bump

02

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill automates version bumping during the release process for the Claude Code Handbook monorepo. It should be used when the user requests to bump versions, prepare a release, or increment version numbers across the repository.

141 4d ago A 48 tokens original Apache-2.0

spec-driven

03

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Guide spec-driven development workflow (Requirements → Design → Tasks → Implementation) with approval gates between phases. Use when user wants structured feature planning or says "use spec-driven" or "follow the spec process".

141 4d ago A 44 tokens original Apache-2.0

subagent-review

04

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Review changed code for reuse, quality, and efficiency using three parallel disposable subagents. This skill should be used when the user says "review", "simplify", "code review", or wants a one-shot code review without persistent reviewers.

141 4d ago A 52 tokens copy · 88% Apache-2.0

team-review

05

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Review changed code for reuse, quality, and efficiency using a team of persistent named reviewers. This skill should be used when the user says "team review", "review with team", or wants parallel code review with persistent team members for follow-up questions. Similar to /subagent-review but reviewers persist after…

141 4d ago A 65 tokens original Apache-2.0

handbook-discover

06

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when users want to discover, browse, or audit cc-handbook marketplace plugins. Shows all available plugins with installation status, versions, and component breakdown (skills, agents, commands, MCP/LSP servers, hooks). Trigger phrases include "discover plugins", "list handbook plugins", "what…

141 4d ago A 75 tokens original Apache-2.0

coverage-report

07

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Generate a .NET code coverage report scoped to files changed in the current branch. Runs tests with coverage collection and produces filtered HTML reports.

141 4d ago C 30 tokens original Apache-2.0

dotnet-analyzers

08

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Run dotnet format to fix code style and analyzer diagnostics (IDE0005, CA, SA). Use when fixing unnecessary usings, code style violations, analyzer warnings, or verifying format compliance.

141 4d ago A 45 tokens original Apache-2.0

dotnet-dependency

09

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages.

141 4d ago A 35 tokens original Apache-2.0

dotnet-inspect

10

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Query .NET APIs across NuGet packages, platform libraries, and local files. Search for types, list API surfaces, compare and diff versions, find extension methods and implementors. Use whenever you need to answer questions about .NET library contents.

141 4d ago A 54 tokens original Apache-2.0

dotnet-run-file

11

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Run script-like CSharp programs using dotnet run file.cs. Use this skill when users want to execute CSharp code directly, write one-liner scripts via stdin, or learn about run file directives.

141 4d ago A 46 tokens original Apache-2.0

dotnet-test

12

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.

141 4d ago A 35 tokens original Apache-2.0

dotnet-verify

13

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when working with Verify snapshot tests in .NET projects. Use when updating verified snapshots after intentional code changes, accepting new snapshots, discovering verify tests, or troubleshooting snapshot mismatches. Trigger phrases include "verify tests", "update snapshots", "accept…

141 4d ago A 68 tokens original Apache-2.0

ilspy-decompile

14

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Understand implementation details of .NET code by decompiling assemblies. Use when you want to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or understand compiled .NET binaries.

141 4d ago A 49 tokens copy · 92% Apache-2.0

roslyn-query

15

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Query .NET/C# codebases using Roslyn AST analysis via dotnet run file. Use for tracing data flow, auditing API usage, finding pattern violations, or ad-hoc codebase queries.

141 4d ago A 44 tokens original Apache-2.0

elasticsearch

16

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Interact with Elasticsearch and Kibana via REST API using curl. Use when querying, indexing, managing indices, checking cluster health, writing aggregations, deploying dashboards, or troubleshooting Elasticsearch. Requires cluster URL and API key. Covers: search (Query DSL), CRUD operations, index management…

141 4d ago C 97 tokens original Apache-2.0

git-worktree

17

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when the user wants to manage Git worktrees - creating worktrees from local or remote branches, listing active worktrees with details, deleting worktrees, or switching between worktrees. Ideal for working on multiple branches simultaneously without stashing changes.

141 4d ago C 57 tokens original Apache-2.0

glab

18

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.

141 4d ago A 59 tokens original Apache-2.0

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used when crafting prompts for Nano Banana Pro (Gemini image generation). Use when users want help writing image generation prompts, need guidance on prompt structure, or want to optimize their prompts for better results.

141 4d ago A 51 tokens original Apache-2.0

nano-banana

20

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

This skill should be used for Python scripting and Gemini image generation. Use when users ask to generate images, create AI art, edit images with AI, or run Python scripts with uv. Trigger phrases include "generate an image", "create a picture", "draw", "make an image of", "nano banana", or any image generation…

141 4d ago A 73 tokens original Apache-2.0

reflect-solution

21

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Summarize WHAT WAS SHIPPED in a Claude Code session as a self-contained HTML slide deck — the elevator pitch (problem, solution, decisions, artifacts, verification, gaps), not a play-by-play of tool calls or debugging detours. Defaults to the current in-context session; optionally accepts a session ID or JSONL path.…

141 4d ago A 102 tokens original Apache-2.0

reflect-tree

22

NikiforovAll/claude-code-rules

Skill Claude CodeCodex

Visualize a Claude Code session as a quest/skill tree — a navigable SVG graph where nodes are turns and edges show flow, with distinct visual encoding for normal flow, dead-ends, corrections, retries, reversals, and backtracking. Sibling to /reflect (which produces an incidents+recommendations dashboard); this one…

141 4d ago A 115 tokens original Apache-2.0