MCPHub LabRegistryshanraisshan/claude-code-best-practice
shanraisshan

shanraisshan/claude code best practice

Built by shanraisshan β€’ 22,638 stars

What is shanraisshan/claude code best practice?

practice made claude perfect

How to use shanraisshan/claude code best practice?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add shanraisshan/claude code best practice using the following command: npx @modelcontextprotocol/shanraisshan-claude-code-best-practice 4. Restart the client and verify the new tools are active.
πŸ›‘οΈ Scoped (Restricted)
npx @modelcontextprotocol/shanraisshan-claude-code-best-practice --scope restricted
πŸ”“ Unrestricted Access
npx @modelcontextprotocol/shanraisshan-claude-code-best-practice

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

shanraisshan/claude code best practice FAQ

Q

Is shanraisshan/claude code best practice safe?

Yes, shanraisshan/claude code best practice follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is shanraisshan/claude code best practice up to date?

shanraisshan/claude code best practice is currently active in the registry with 22,638 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for shanraisshan/claude code best practice?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

claude-code-best-practice

practice makes claude perfect

updated with Claude Code <a href="https://github.com/shanraisshan/claude-code-best-practice/stargazers"><img src="https://img.shields.io/github/stars/shanraisshan/claude-code-best-practice?style=flat&label=%E2%98%85&labelColor=555&color=white" alt="GitHub Stars"></a><br>

Best Practice Implemented Orchestration Workflow Boris Click on these badges below to see the actual sources<br> <img src="!/tags/a.svg" height="14"> = Agents Β· <img src="!/tags/c.svg" height="14"> = Commands Β· <img src="!/tags/s.svg" height="14"> = Skills

<p align="center"> <img src="!/claude-jumping.svg" alt="Claude Code mascot jumping" width="120" height="100"><br> <a href="https://github.com/trending"><img src="!/root/github-trending-day.svg" alt="GitHub Trending #1 Repository Of The Day"></a> </p> <p align="center"> <img src="!/root/boris-slider.gif" alt="Boris Cherny on Claude Code" width="600"><br> Boris Cherny on X (<a href="https://x.com/bcherny/status/2007179832300581177">tweet 1</a> Β· <a href="https://x.com/bcherny/status/2017742741636321619">tweet 2</a> Β· <a href="https://x.com/bcherny/status/2021699851499798911">tweet 3</a>) </p>

🧠 CONCEPTS

FeatureLocationDescription
<img src="!/tags/a.svg" height="14"> Subagents.claude/agents/<name>.mdBest Practice Implemented Autonomous actor in fresh isolated context β€” custom tools, permissions, model, memory, and persistent identity
<img src="!/tags/c.svg" height="14"> Commands.claude/commands/<name>.mdBest Practice Implemented Knowledge injected into existing context β€” simple user-invoked prompt templates for workflow orchestration
<img src="!/tags/s.svg" height="14"> Skills.claude/skills/<name>/SKILL.mdBest Practice Implemented Knowledge injected into existing context β€” configurable, preloadable, auto-discoverable, with context forking and progressive disclosure Β· Official Skills
Workflows.claude/commands/weather-orchestrator.mdOrchestration Workflow
Hooks.claude/hooks/Best Practice Implemented User-defined handlers (scripts, HTTP, prompts, agents) that run outside the agentic loop on specific events Β· Guide
MCP Servers.claude/settings.json, .mcp.jsonBest Practice Implemented Model Context Protocol connections to external tools, databases, and APIs
Pluginsdistributable packagesBundles of skills, subagents, hooks, MCP servers, and LSP servers Β· Marketplaces Β· Create Marketplaces
Settings.claude/settings.jsonBest Practice Implemented Hierarchical configuration system Β· Permissions Β· Model Config Β· Output Styles Β· Sandboxing Β· Keybindings Β· Fast Mode
Status Line.claude/settings.jsonBest Practice Implemented Customizable status bar showing context usage, model, cost, and session info
MemoryCLAUDE.md, .claude/rules/, ~/.claude/rules/, ~/.claude/projects/<project>/memory/Best Practice Implemented Persistent context via CLAUDE.md files and @path imports Β· Auto Memory Β· Rules
Checkpointingautomatic (git-based)Automatic tracking of file edits with rewind (Esc Esc or /rewind) and targeted summarization
CLI Startup Flagsclaude [flags]Best Practice Command-line flags, subcommands, and environment variables for launching Claude Code Β· Interactive Mode
AI TermsBest Practice Agentic Engineering Β· Context Engineering Β· Vibe Coding
Best PracticesOfficial best practices Β· Prompt Engineering Β· Extend Claude Code

πŸ”₯ Hot

FeatureLocationDescription
Auto Mode beta--permission-mode autoBest Practice Background safety classifier replaces manual permission prompts β€” Claude decides what's safe while blocking prompt injection and risky escalations Β· Blog
Channels beta--channels, plugin-basedPush events from Telegram, Discord, or webhooks into a running session β€” Claude reacts while you're away Β· Reference
Slack@Claude in SlackMention @Claude in team chat with a coding task β€” routes to Claude Code web sessions for bug fixes, code reviews, and parallel task execution
Code Review betaGitHub App (managed)Best Practice Multi-agent PR analysis that catches bugs, security vulnerabilities, and regressions Β· Blog
GitHub Actions.github/workflows/Automate PR reviews, issue triage, and code generation in CI/CD pipelines Β· GitLab CI/CD
Chrome beta--chrome, extensionBest Practice Browser automation via Claude in Chrome β€” test web apps, debug with console, automate forms, extract data from pages
Scheduled Tasks/loop, /schedule, cron toolsBest Practice Implemented /loop runs prompts locally on a recurring schedule (up to 3 days) Β· /schedule runs prompts in the cloud on Anthropic infrastructure β€” works even when your machine is off Β· Announcement
Voice Dictation beta/voiceBest Practice Push-to-talk speech input for prompts with 20-language support and rebindable activation key
Simplify & Batch/simplify, /batchBest Practice Built-in skills for code quality and bulk operations β€” simplify refactors for reuse and efficiency, batch runs commands across files
Agent Teams betabuilt-in (env var)Best Practice Implemented Multiple agents working in parallel on the same codebase with shared task coordination
Remote Control/remote-control, /rcBest Practice Continue local sessions from any device β€” phone, tablet, or browser Β· Headless Mode
Git Worktreesbuilt-inBest Practice Isolated git branches for parallel development β€” each agent gets its own working copy
Ralph Wiggum LooppluginBest Practice Implemented Autonomous development loop for long-running tasks β€” iterates until completion
<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

<a id="orchestration-workflow"></a>

<a href="orchestration-workflow/orchestration-workflow.md"><img src="!/tags/orchestration-workflow-hd.svg" alt="Orchestration Workflow"></a>

See orchestration-workflow for implementation details of <img src="!/tags/c.svg" height="14"> Command β†’ <img src="!/tags/a.svg" height="14"> Agent β†’ <img src="!/tags/s.svg" height="14"> Skill pattern.

<p align="center"> <img src="orchestration-workflow/orchestration-workflow.svg" alt="Command Skill Agent Architecture Flow" width="100%"> </p> <p align="center"> <img src="orchestration-workflow/orchestration-workflow.gif" alt="Orchestration Workflow Demo" width="600"> </p>

How to Use

claude
/weather-orchestrator
<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

βš™οΈ DEVELOPMENT WORKFLOWS

All major workflows converge on the same architectural pattern: Research β†’ Plan β†’ Execute β†’ Review β†’ Ship

Nameβ˜…UniquenessPlan<img src="!/tags/a.svg" height="14"><img src="!/tags/c.svg" height="14"><img src="!/tags/s.svg" height="14">
Superpowers127kTDD-first Iron Laws whole-plan review<img src="!/tags/s.svg" height="14"> writing-plans5314
Everything Claude Code124kinstinct scoring AgentShield multi-lang rules<img src="!/tags/a.svg" height="14"> planner3063135
Spec Kit84kspec-driven constitution 22+ tools<img src="!/tags/c.svg" height="14"> speckit.plan09+0
gstack59krole personas /codex review parallel sprints<img src="!/tags/s.svg" height="14"> autoplan0032
Get Shit Done46kfresh 200K contexts wave execution XML plans<img src="!/tags/a.svg" height="14"> gsd-planner18570
BMAD-METHOD43kfull SDLC agent personas 22+ platforms<img src="!/tags/s.svg" height="14"> bmad-create-prd0043
OpenSpec36kdelta specs brownfield artifact DAG<img src="!/tags/c.svg" height="14"> opsx:propose0110
Compound Engineering12kCompound Learning Multi-Platform CLI Plugin Marketplace<img src="!/tags/s.svg" height="14"> ce-plan48442
HumanLayer10kRPI context engineering 300k+ LOC<img src="!/tags/c.svg" height="14"> create_plan6270

Others

<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

πŸ’‘ TIPS AND TRICKS (87)

πŸš«πŸ‘Ά = do not babysit

Prompting Β· Planning Β· CLAUDE.md Β· Agents Β· Commands Β· Skills Β· Hooks Β· Workflows Β· Advanced Β· Git / PR Β· Debugging Β· Utilities Β· Daily

Community

<a id="tips-prompting"></a>β–  Prompting (3)

TipSource
challenge Claude β€” "grill me on these changes and don't make a PR until I pass your test." or "prove to me this works" and have Claude diff between main and your branch πŸš«πŸ‘ΆBoris
after a mediocre fix β€” "knowing everything you know now, scrap this and implement the elegant solution" πŸš«πŸ‘ΆBoris
Claude fixes most bugs by itself β€” paste the bug, say "fix", don't micromanage how πŸš«πŸ‘ΆBoris

<a id="tips-planning"></a>β–  Planning/Specs (6)

TipSource
always start with plan modeBoris
start with a minimal spec or prompt and ask Claude to interview you using AskUserQuestion tool, then make a new session to execute the specThariq
always make a phase-wise gated plan, with each phase having multiple tests (unit, automation, integration)
spin up a second Claude to review your plan as a staff engineer, or use cross-model for reviewBoris
write detailed specs and reduce ambiguity before handing work off β€” the more specific you are, the better the outputBoris
prototype > PRD β€” build 20-30 versions instead of writing specs, the cost of building is low so take many shotsBoris Video

<a id="tips-claudemd"></a>β–  CLAUDE.md (7)

TipSource
CLAUDE.md should target under 200 lines per file. 60 lines in humanlayer (still not 100% guaranteed)Boris Dex
wrap domain-specific CLAUDE.md rules in <important if="..."> tags to stop Claude from ignoring them as files grow longerDex
use multiple CLAUDE.md for monorepos β€” ancestor + descendant loading
use .claude/rules/ to split large instructions
memory.md, constitution.md does not guarantee anything
any developer should be able to launch Claude, say "run the tests" and it works on the first try β€” if it doesn't, your CLAUDE.md is missing essential setup/build/test commandsDex
keep codebases clean and finish migrations β€” partially migrated frameworks confuse models that might pick the wrong patternBoris Video
use settings.json for harness-enforced behavior (attribution, permissions, model) β€” don't put "NEVER add Co-Authored-By" in CLAUDE.md when attribution.commit: "" is deterministicdavila7

<a id="tips-agents"></a><img src="!/tags/a.svg" height="14"> Agents (4)

TipSource
have feature specific sub-agents (extra context) with skills (progressive disclosure) instead of general qa, backend engineerBoris
say "use subagents" to throw more compute at a problem β€” offload tasks to keep your main context clean and focused πŸš«πŸ‘ΆBoris
agent teams with tmux and git worktrees for parallel development
use test time compute β€” separate context windows make results better; one agent can cause bugs and another (same model) can find themBoris

<a id="tips-commands"></a><img src="!/tags/c.svg" height="14"> Commands (3)

TipSource
use commands for your workflows instead of sub-agentsBoris
use slash commands for every "inner loop" workflow you do many times a day β€” saves repeated prompting, commands live in .claude/commands/ and are checked into gitBoris
if you do something more than once a day, turn it into a skill or command β€” build /techdebt, context-dump, or analytics commandsBoris

<a id="tips-skills"></a><img src="!/tags/s.svg" height="14"> Skills (9)

TipSource
use context: fork to run a skill in an isolated subagent β€” main context only sees the final result, not intermediate tool calls. The agent field lets you set the subagent typeLydia
use skills in subfolders for monorepos
skills are folders, not files β€” use references/, scripts/, examples/ subdirectories for progressive disclosureThariq
build a Gotchas section in every skill β€” highest-signal content, add Claude's failure points over timeThariq
skill description field is a trigger, not a summary β€” write it for the model ("when should I fire?")Thariq
don't state the obvious in skills β€” focus on what pushes Claude out of its default behavior πŸš«πŸ‘ΆThariq
don't railroad Claude in skills β€” give goals and constraints, not prescriptive step-by-step instructions πŸš«πŸ‘ΆThariq
include scripts and libraries in skills so Claude composes rather than reconstructs boilerplateThariq
embed !`command` in SKILL.md to inject dynamic shell output into the prompt β€” Claude runs it on invocation and the model only sees the resultLydia

<a id="tips-hooks"></a>β–  Hooks (5)

TipSource
use on-demand hooks in skills β€” /careful blocks destructive commands, /freeze blocks edits outside a directoryThariq
measure skill usage with a PreToolUse hook to find popular or undertriggering skillsThariq
use a PostToolUse hook to auto-format code β€” Claude generates well-formatted code, the hook handles the last 10% to avoid CI failuresBoris
route permission requests to Opus via a hook β€” let it scan for attacks and auto-approve safe ones πŸš«πŸ‘ΆBoris
use a Stop hook to nudge Claude to keep going or verify its work at the end of a turnBoris

<a id="tips-workflows"></a>β–  Workflows (7)

TipSource
avoid agent dumb zone, do manual /compact at max 50%. Use /clear to reset context mid-session if switching to a new task
vanilla cc is better than any workflows with smaller tasks
use /model to select model and reasoning, /context to see context usage, /usage to check plan limits, /extra-usage to configure overflow billing, /config to configure settings β€” use Opus for plan mode and Sonnet for code to get the best of bothCat
always use thinking mode true (to see reasoning) and Output Style Explanatory (to see detailed output with β˜… Insight boxes) in /config for better understanding of Claude's decisionsBoris
use ultrathink keyword in prompts for high effort reasoning
/rename important sessions (e.g. [TODO - refactor task]) and /resume them later β€” label each instance when running multiple Claudes simultaneouslyCat
use Esc Esc or /rewind to undo when Claude goes off-track instead of trying to fix it in the same context

<a id="tips-workflows-advanced"></a>β–  Workflows Advanced (6)

TipSource
use ASCII diagrams a lot to understand your architectureBoris
use /loop for local recurring monitoring (up to 3 days) Β· use /schedule for cloud-based recurring tasks that run even when your machine is off
use Ralph Wiggum plugin for long-running autonomous tasksBoris
/permissions with wildcard syntax (Bash(npm run *), Edit(/docs/**)) instead of dangerously-skip-permissionsBoris
/sandbox to reduce permission prompts with file and network isolation β€” 84% reduction internallyBoris Cat
invest in product verification skills (signup-flow-driver, checkout-verifier) β€” worth spending a week to perfectThariq

<a id="tips-git-pr"></a>β–  Git / PR (5)

TipSource
keep PRs small and focused β€” p50 of 118 lines (141 PRs, 45K lines changed in a day), one feature per PR, easier to review and revertBoris
always squash merge PRs β€” clean linear history, one commit per feature, easy git revert and git bisectBoris
commit often β€” try to commit at least once per hour, as soon as task is completed, commit
tag @claude on a coworker's PR to auto-generate lint rules for recurring review feedback β€” automate yourself out of code review πŸš«πŸ‘ΆBoris Video
use /code-review for multi-agent PR analysis β€” catches bugs, security vulnerabilities, and regressions before mergeBoris

<a id="tips-debugging"></a>β–  Debugging (7)

TipSource
make it a habit to take screenshots and share with Claude whenever you are stuck with any issue
use mcp (Claude in Chrome, Playwright, Chrome DevTools) to let claude see chrome console logs on its own
always ask claude to run the terminal (you want to see logs of) as a background task for better debugging
/doctor to diagnose installation, authentication, and configuration issues
error during compaction can be resolved by using /model to select a 1M token model, then running /compact
use a cross-model for QA β€” e.g. Codex for plan and implementation review
agentic search (glob + grep) beats RAG β€” Claude Code tried and discarded vector databases because code drifts out of sync and permissions are complexBoris Video

<a id="tips-utilities"></a>β–  Utilities (5)

TipSource
iTerm/Ghostty/tmux terminals instead of IDE (VS Code/Cursor)Boris
Wispr Flow for voice prompting (10x productivity)
claude-code-hooks for claude feedback
status line for context awareness and fast compactingBoris
explore settings.json features like Plans Directory, Spinner Verbs for a personalized experienceBoris

<a id="tips-daily"></a>β–  Daily (4)

TipSource
update Claude Code daily and start your day by reading the changelog
follow r/ClaudeAI, r/ClaudeCodeReddit
follow Boris, Thariq, Cat, Lydia, Noah, Anthony, Alex, Kenneth, ClaudeX
follow Jesse, Affaan, Garry, Dex, Kieran, Tabish, Brian, TΓ‚CHES, Dani, Dan, KarpathyX

Boris Cherny + Team

Article / TweetSource
15 Hidden & Under-Utilized Features in Claude Code (Boris) | 30/Mar/26Tweet
Squash Merging & PR Size Distribution (Boris) | 25/Mar/26Tweet
Lessons from Building Claude Code: How We Use Skills (Thariq) | 17/Mar/26Article
Code Review & Test Time Compute (Boris) | 10/Mar/26Tweet
/loop β€” schedule recurring tasks for up to 3 days (Boris) | 07 Mar 2026Tweet
AskUserQuestion + ASCII Markdowns (Thariq) | 28 Feb 2026Tweet
Seeing like an Agent - lessons from building Claude Code (Thariq) | 28 Feb 2026Article
Git Worktrees - 5 ways how boris is using | 21 Feb 2026Tweet
Lessons from Building Claude Code: Prompt Caching Is Everything (Thariq) | 20 Feb 2026Article
12 ways how people are customizing their claudes (Boris) | 12/Feb/26Tweet
10 tips for using Claude Code from the team (Boris) | 01/Feb/26Tweet
How I use Claude Code β€” 13 tips from my surprisingly vanilla setup (Boris) | 03/Jan/26Tweet
Ask Claude to interview you using AskUserQuestion tool (Thariq) | 28/Dec/25Tweet
Always use plan mode, give Claude a way to verify, use /code-review (Boris) | 27/Dec/25Tweet

Videos / Podcasts

Video / PodcastSourceYouTube
Everything We Got Wrong About Research-Plan-Implement (Dex) | 24 Mar 2026 | MLOps CommunityDexYouTube
Building Claude Code with Boris Cherny (Boris) | 04 Mar 2026 | The Pragmatic EngineerBorisYouTube
Head of Claude Code: What happens after coding is solved (Boris) | 19 Feb 2026 | Lenny's PodcastBorisYouTube
Inside Claude Code With Its Creator Boris Cherny (Boris) | 17 Feb 2026 | Y CombinatorBorisYouTube
Boris Cherny (Creator of Claude Code) On What Grew His Career (Boris) | 15 Dec 2025 | Ryan PetermanBorisYouTube
The Secrets of Claude Code From the Engineers Who Built It (Cat) | 29 Oct 2025 | EveryBorisYouTube
<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

☠️ STARTUPS / BUSINESSES

ClaudeReplaced
Code ReviewGreptile, CodeRabbit, Devin Review, OpenDiff, Cursor BugBot
Voice DictationWispr Flow, SuperWhisper
Remote ControlOpenClaw
CoworkOpenAI Operator, AgentShadow
TasksBeads
Plan ModeAgent OS
Skills / PluginsYC AI wrapper startups (reddit)
<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

<a id="billion-dollar-questions"></a> Billion-Dollar Questions

If you have answers, do let me know at shanraisshan@gmail.com

Memory & Instructions (4)

  1. What exactly should you put inside your CLAUDE.md β€” and what should you leave out?
  2. If you already have a CLAUDE.md, is a separate constitution.md or rules.md actually needed?
  3. How often should you update your CLAUDE.md, and how do you know when it's become stale?
  4. Why does Claude still ignore CLAUDE.md instructions β€” even when they say MUST in all caps? (reddit)

Agents, Skills & Workflows (6)

  1. When should you use a command vs an agent vs a skill β€” and when is vanilla Claude Code just better?
  2. How often should you update your agents, commands, and workflows as models improve?
  3. Does giving your subagent a detailed persona improve quality? What does a "perfect persona/prompt" for research/QA subagent look like?
  4. Should you rely on Claude Code's built-in plan mode β€” or build your own planning command/agent that enforces your team's workflow?
  5. If you have a personal skill (e.g., /implement with your coding style), how do you incorporate community skills (e.g., /simplify) without conflicts β€” and who wins when they disagree?
  6. Are we there yet? Can we convert an existing codebase into specs, delete the code, and have AI regenerate the exact same code from those specs alone?

Specs & Documentation (3)

  1. Should every feature in your repo have a spec as a markdown file?
  2. How often do you need to update specs so they don't become obsolete when a new feature is implemented?
  3. When implementing a new feature, how do you handle the ripple effect on specs for other features?
<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

REPORTS

<p align="center"> <a href="reports/claude-agent-sdk-vs-cli-system-prompts.md"><img src="https://img.shields.io/badge/Agent_SDK_vs_CLI-555?style=for-the-badge" alt="Agent SDK vs CLI"></a> <a href="reports/claude-in-chrome-v-chrome-devtools-mcp.md"><img src="https://img.shields.io/badge/Browser_Automation_MCP-555?style=for-the-badge" alt="Browser Automation MCP"></a> <a href="reports/claude-global-vs-project-settings.md"><img src="https://img.shields.io/badge/Global_vs_Project_Settings-555?style=for-the-badge" alt="Global vs Project Settings"></a> <a href="reports/claude-skills-for-larger-mono-repos.md"><img src="https://img.shields.io/badge/Skills_in_Monorepos-555?style=for-the-badge" alt="Skills in Monorepos"></a> <br> <a href="reports/claude-agent-memory.md"><img src="https://img.shields.io/badge/Agent_Memory-555?style=for-the-badge" alt="Agent Memory"></a> <a href="reports/claude-advanced-tool-use.md"><img src="https://img.shields.io/badge/Advanced_Tool_Use-555?style=for-the-badge" alt="Advanced Tool Use"></a> <a href="reports/claude-usage-and-rate-limits.md"><img src="https://img.shields.io/badge/Usage_&_Rate_Limits-555?style=for-the-badge" alt="Usage & Rate Limits"></a> <a href="reports/claude-agent-command-skill.md"><img src="https://img.shields.io/badge/Agents_vs_Commands_vs_Skills-555?style=for-the-badge" alt="Agents vs Commands vs Skills"></a> <br> <a href="reports/llm-day-to-day-degradation.md"><img src="https://img.shields.io/badge/LLM_Degradation-555?style=for-the-badge" alt="LLM Degradation"></a> </p> <p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p>

How to Use

1. Read the repo like a course, learn what commands, agents, skills, and hooks are before trying to use them.
2. Clone this repo and play with the examples, try /weather-orchestrator, listen to the hook sounds, run agent teams, so you can see how things actually work.
3. Go to your own project and ask Claude to suggest what best practices from this repo you should add, give it this repo as a reference so it knows what's possible.
<p align="center"> <img src="!/claude-jumping.svg" alt="section divider" width="60" height="50"> </p> <p align="center"> <a href="https://github.com/trending?since=monthly"><img src="!/root/github-trending.png" alt="GitHub Trending" width="1200"></a><br> ✨Trending on Github in March 2026✨ </p>

Other Repos

<a href="https://github.com/shanraisshan/claude-code-hooks"><img src="!/claude-speaking.svg" alt="Claude Code Hooks" width="40" height="40" align="center"></a> <a href="https://github.com/shanraisshan/claude-code-hooks"><strong>claude-code-hooks</strong></a> Β· <a href="https://github.com/shanraisshan/codex-cli-best-practice"><img src="!/codex-jumping.svg" alt="Codex CLI" width="40" height="40" align="center"></a> <a href="https://github.com/shanraisshan/codex-cli-best-practice"><strong>codex-cli-best-practice</strong></a> Β· <a href="https://github.com/shanraisshan/codex-cli-hooks"><img src="!/codex-speaking.svg" alt="Codex CLI Hooks" width="40" height="40" align="center"></a> <a href="https://github.com/shanraisshan/codex-cli-hooks"><strong>codex-cli-hooks</strong></a>

Developed by

Developed by

WorkflowDescription
/workflows:development-workflowsUpdate the DEVELOPMENT WORKFLOWS table and cross-workflow analysis report by researching all 8 workflow repos in parallel
/workflows:best-practice:workflow-conceptsUpdate the README CONCEPTS section with the latest Claude Code features and concepts
/workflows:best-practice:workflow-claude-settingsTrack Claude Code settings report changes and find what needs updating
/workflows:best-practice:workflow-claude-subagentsTrack Claude Code subagents report changes and find what needs updating
/workflows:best-practice:workflow-claude-commandsTrack Claude Code commands report changes and find what needs updating
/workflows:best-practice:workflow-claude-skillsTrack Claude Code skills report changes and find what needs updating

Claude for OSS Claude Community Ambassador Claude Certified Architect Anthropic Academy

Star History

Star History Chart

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "shanraisshan-claude-code-best-practice": { "command": "npx", "args": ["shanraisshan-claude-code-best-practice"] } } }