win4r/claude-code-guide-skill

6 stars · Last commit 2026-03-14

Comprehensive Claude Code skill covering all features: CLI, MCP, hooks, subagents, IDE integration, GitHub Actions, and more. 2800+ lines from official docs.

README preview

# Claude Code Complete Guide — Skill

A comprehensive Claude Code skill that covers **every feature and configuration option** of Claude Code, distilled from the official documentation at [code.claude.com/docs](https://code.claude.com/docs).

## What is a Claude Code Skill?

Skills are Markdown files that Claude Code automatically loads and follows when relevant tasks arise. Place this skill in:

- `~/.claude/skills/claude-code-guide/SKILL.md` — available in all projects (recommended)
- `.claude/skills/claude-code-guide/SKILL.md` — available in one project only

Claude Code detects when a question or task matches the skill's description and applies its guidance automatically.

## Installation

```bash
# Create skills directory if it doesn't exist
mkdir -p ~/.claude/skills/claude-code-guide

# Download the skill

View full repository on GitHub →