MITupdated 2mo ago
Quick access to Claude Code documentation and best practices.
What can you do with Claude Guide?
name: claude-guide description: Navigate Claude Code documentation and get quick answers about configuration, MCP, plugins, and best practices. version: 1.0.0 author: ClaudeSkillCollection license: MIT invocation: /claude-guide [topic]
Claude Guide Skill
Quick access to Claude Code documentation and best practices.
Usage
/claude-guide # Show quick reference
/claude-guide mcp # MCP server documentation
/claude-guide claudemd # CLAUDE.md configuration
/claude-guide context # Context optimization tips
/claude-guide session # Session management
/claude-guide plugins # Plugin documentation
/claude-guide examples # List available examples
/claude-guide troubleshoot # Troubleshooting guide
/claude-guide [search term] # Search documentation
Topics
| Topic | Description |
|---|---|
mcp |
MCP servers: transports, scopes, authentication |
claudemd |
CLAUDE.md configuration and memory architecture |
context |
Context optimization and reduction strategies |
session |
Session management and workflow patterns |
plugins |
Plugin development and lifecycle |
examples |
Copy-paste examples for all categories |
troubleshoot |
Common issues and solutions |
platforms |
Platform-specific guides (macOS, Linux, WSL2, Windows) |
commands |
Claude Code command reference |
Quick Reference
When invoked without arguments, shows:
- Essential commands
- Key configuration paths
- Common patterns
- Links to detailed docs
Wiki
Full documentation at: https://github.com/diegocconsolini/ClaudeSkillCollection/wiki
Agent
This skill uses the claude-guide agent to search and retrieve documentation.
Install
Add Claude Guide to your client. Pick the one you use.
npx skills add diegocconsolini/ClaudeSkillCollectionInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add diegocconsolini/ClaudeSkillCollectionAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/diegocconsolini/ClaudeSkillCollection
cp -r claude-guide ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
75 / 100
Good