一键导入
claude-guide
Navigate Claude Code documentation and get quick answers about configuration, MCP, plugins, and best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Navigate Claude Code documentation and get quick answers about configuration, MCP, plugins, and best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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] |
Quick access to Claude Code documentation and best practices.
/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
| 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 |
When invoked without arguments, shows:
Full documentation at: https://github.com/diegocconsolini/ClaudeSkillCollection/wiki
This skill uses the claude-guide agent to search and retrieve documentation.
Use when applying the same security fix across many files or repos at once — large-scale vulnerability remediation. Provides 7 copy-paste /batch recipes (XSS, HTTPS, SQLi, input validation, log PII, secret rotation, CVE patches) each with a safety tier and false-positive trap, plus scan_diff.py to prove the migration introduced no new HIGH/CRITICAL findings.
Use this skill to install ready-made Claude Code hooks for security — a ConfigChange compliance audit trail (logs every settings/skill change), plus PreToolUse guards and optional HTTP notifications for security-relevant events. Covers command, http, and prompt hook types.
Use this skill to seed Claude Code's auto-memory with pre-built security/compliance patterns — known-safe code patterns, false-positive suppressions for the plugin-security-checker, org compliance rules, and supply-chain best practices. Helps Claude apply consistent security judgment across sessions.
Use this skill to reduce token consumption by 70-80% when using the Chrome DevTools MCP. Applies a snapshot-first strategy (text over images) with decision trees and pattern guides for navigation, forms, debugging, and visual checks, plus optional Gemini Flash vision processing for the cases that genuinely need an image.
Use this skill to extract and analyze large Word documents (1MB-50MB+) with minimal token usage. Losslessly extracts text, tables, formatting, and structure while achieving 10-50x token reduction through local extraction, semantic chunking by headings, and intelligent caching. Use when a .docx is too large for the context window (policies, contracts, technical reports).
Use this skill to scan a Claude Code plugin (or any npm/PyPI package tree) for security issues before installation. Detects dangerous functions, code obfuscation, hardcoded credentials, schema problems, and known 2024-2026 supply-chain attack IOCs (Shai-Hulud, Nx s1ngularity, chalk/debug clipper, Axios RAT, litellm/.pth), mapped to MITRE ATT&CK/ATLAS, CVE, and OWASP.