claude-code-best-practice
Master Claude Code with proven skills, agents, and workflow patterns
All Skills in This Repository (9)
Pure Emerald Level Indicatorsagent-browser
Automate browser navigation, form submission, data extraction, and screenshot capture.
weather-fetcher
Fetch current Dubai temperature from the Open-Meteo API with configurable units.
time-skill
Retrieve and display the current date and time in Pakistan Standard Time.
weather-svg-creator
Generates an SVG weather card and markdown summary for Dubai's current temperature.
presentation-styling
Provide CSS classes and HTML patterns for styling presentation slides.
presentation-structure
Explain the data-slide and data-level attributes of an HTML-based presentation.
vibe-to-agentic-framework
Explain the 4-level journey from vibe coding to agentic engineering in Claude Code.
time-svg-creator
Generate an SVG time card for Dubai with a markdown summary file.
time-fetcher
Fetch the current time and timezone for Dubai using a bash command.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core