Claude Code Best Practice

Active
GitHub HTML MIT

Description

From vibe coding to agentic engineering — a practice guide helping developers master Claude Code best practices and advanced techniques.

Key Features

  • Subagents best practices — guide to creating, configuring, and orchestrating Claude Code sub-agents
  • Commands & Skills tutorials — comprehensive coverage of slash commands and skills writing patterns
  • Hooks integration guide — automated workflow hooks configuration and hands-on examples
  • MCP Server configuration — Model Context Protocol server setup and usage patterns
  • Memory management — CLAUDE.md, rules, and auto memory organization strategies
  • Orchestration Workflow — multi-step orchestration design patterns and implementations

Use Cases

💡 Learning how to build reusable agent architectures with Claude Code
💡 Mastering enterprise-level integration of MCP Server and Hooks
💡 Optimizing prompt engineering and memory management strategies for Claude Code
💡 Getting started quickly with Claude Code advanced features through example code
💡 Referencing community best practices to avoid common agent development pitfalls

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (65.6k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

git clone https://github.com/shanraisshan/claude-code-best-practice.git
cd claude-code-best-practice
# Follow the guide in CLAUDE.md to configure your Claude Code project
# See best-practice/ directory for topic-specific documentation

Related Projects

Anthropic Agent Skills

173.3k · Python
Active A

Official Anthropic repository for Agent Skills, providing ready-to-use Claude agent skill examples and templates.

agentcodingclaude +3
  • · Dynamic skill loading — Claude loads skill folders on demand at runtime to improve performance on specialized tasks
  • · SKILL.md specification — Each skill is structured with YAML frontmatter and Markdown instructions for reusability
  • · Document capabilities — Built-in skills for creating and editing DOCX, PDF, PPTX, and XLSX documents

Context Engineering Intro

13.8k · Python
Stale B

An introductory guide to context engineering - the systematic approach to building high-quality context for AI coding assistants, centered on Claude Code but applicable to any AI coding tool.

codingprompt-engineeringllm +2
  • · Comprehensive template for context engineering — the discipline of providing AI coding assistants with complete project context
  • · PRP (Product Requirements Prompt) workflow: generate detailed implementation blueprints from feature requests
  • · CLAUDE.md global rules system for project-aware AI coding with file size limits, testing patterns, and style conventions

Claude Code Game Studios

24.8k · Shell
Stale B

Turn Claude Code into a full game dev studio with 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy.

codingagentmulti-agent +1
  • · 49 specialized AI agents — Design, programming, art, audio, narrative, QA and production roles in full studio hierarchy
  • · 73 workflow skills — Slash commands covering every phase from brainstorm to launch
  • · Three-tier studio hierarchy — Directors (Opus), Department Leads (Sonnet), Specialists (Sonnet/Haiku)

Scientific Agent Skills

42.1k · Python
Active A+

A set of ready-to-use Agent Skills for research, science, engineering, analysis, finance and writing across multiple coding agents.

agentcodingtools +2
  • · 142 ready-to-use scientific skills — Covers 17+ fields: bioinformatics, cheminformatics, proteomics, clinical research, medical imaging, and more
  • · 100+ scientific database integration — Unified access to 78+ public databases including PubChem, ChEMBL, UniProt, COSMIC, ClinicalTrials.gov
  • · 70+ optimized Python package skills — Dedicated skills for RDKit, Scanpy, PyTorch Lightning, scikit-learn with curated documentation and examples