shanraisshanshanraisshanCommunityยท9 Agent Skills Included

claude-code-best-practice

Master Claude Code with proven skills, agents, and workflow patterns

Teaches developers how to configure Claude Code with skills, subagents, slash commands, hooks, and memory rules. Includes working examples like weather fetching, time display, browser automation, and SVG card generation. Eliminates guesswork when setting up agent orchestration, settings hierarchies, and multi-step workflows. Helps teams move from unstructured prompting to reliable, repeatable AI-assisted engineering.
npx skills add shanraisshan/claude-code-best-practice --all -g -y
Available:

Instructs the AI agent on this repository's architecture, skill and subagent definition formats, orchestration patterns, and workflow best practices so it answers questions and executes tasks consistently.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-best-practice?โ–ผ

Run `npx skills add shanraisshan/claude-code-best-practice --all -g -y` in your terminal to install all skills in this suite globally.

What is the Command Agent Skill pattern in Claude Code?โ–ผ

It is an orchestration pattern where a slash command invokes a specialized subagent, which then uses preloaded skills to complete a task. This repository demonstrates it with a working weather workflow.

How do I create a custom skill for Claude Code?โ–ผ

Create a SKILL.md file inside .claude/skills/<name>/ with YAML frontmatter defining its name, description, and allowed tools. This repo includes ready examples like weather-fetcher and time-skill you can copy.

Can beginners use this repository without deep AI knowledge?โ–ผ

Yes. It includes step-by-step tutorials, a day-by-day learning path, and plain-language explanations of every Claude Code feature from setup to advanced orchestration.

Does this work with agents, hooks, and MCP servers?โ–ผ

Yes. The repository covers subagents, lifecycle hooks with sound notifications, MCP server configuration, and settings hierarchies with tested example configurations.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’