@shanraisshan/claude-code-best-practice
This is a best practices repository for Claude Code configuration, demonstrating patterns for skills, subagents, hooks, and commands. It serves as a reference implementation rather than an application
Install
Add @shanraisshan/claude-code-best-practice to Claude Code with the PolySkill CLI: polyskill add @shanraisshan/claude-code-best-practice
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Repository Overview This is a best practices repository for Claude Code configuration, demonstrating patterns for skills, subagents, hooks, and commands. It serves as a reference implementation rather than an application codebase. ## Key Components ### Weather System (Example Workflow) A demonstration of the **Command → Agent → Skills** architecture pattern: - `/weather-orchestrator` command (`.claude/commands/weather-orchestrator.md`): Entry point that invokes the weather age…
Keywords: github, best-practices, code-configuration, claude-ai, subagents, hooks, commands, reference-implementation, coding-guidelines