Claude Code Guide Skill banner
win4r win4r

Claude Code Guide Skill

Git community

Description

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

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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

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

# Download the skill
curl -o ~/.claude/skills/claude-code-guide/SKILL.md \
  https://raw.githubusercontent.com/win4r/claude-code-guide-skill/main/SKILL.md

Or clone this repo:

git clone https://github.com/win4r/claude-code-guide-skill.git
cp claude-code-guide-skill/SKILL.md ~/.claude/skills/claude-code-guide/SKILL.md

What's Covered (38 Sections, 2800+ Lines)

Category Topics
Getting Started Installation, Basic Usage, CLI Reference (all flags)
Core Features Interactive Mode, CLAUDE.md, Auto Memory, Settings & Configuration
Integrations MCP (Model Context Protocol), Hooks (19 events, 4 handler types)
Extensibility Skills, Subagents, Agent Teams (experimental), Plugins
IDE Integration VS Code extension, JetBrains extension
Remote & Browser Remote Control, Chrome Browser Integration
Models All Claude models, aliases, opusplan, effort levels, 1M context
Sessions Checkpointing, Rewind, Git Worktrees, Fork Session
Automation Headless/Programmatic Use, Scheduled Tasks (/loop, CronCreate)
CI/CD GitHub Actions, GitLab CI/CD (beta)
**Collab