public/SKILLS/Development & Code Tools/claude-starter/claude-code/SKILL.md
Expert on Claude Code CLI, skills, commands, hooks, plugins, MCP, settings, and workflows. Triggers on claude code, cli, skill, command, hook, plugin, mcp, slash command, settings
npx skillsauth add eric861129/skills_all-in-one claude-code-expertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide expert guidance on Claude Code CLI features, including skills, commands, hooks, plugins, MCP integration, and configuration based on official Claude Code documentation.
Auto-invoke when users mention:
Documentation is stored in Markdown format (multiple languages):
docs/docs/INDEX.md.md files_en suffix, e.g., docs_en_skills.mdWhen a user asks about Claude Code:
Common topics:
- Getting started / installation
- Creating skills
- Writing slash commands
- Implementing hooks
- Using MCP plugins
- Configuration (settings.json, CLAUDE.md)
- Agents and sub-agents
- Memory and context management
- Sandboxing and security
- Headless/CI mode
- IDE integration (VS Code, JetBrains)
Use Grep to find relevant English docs:
# Search for specific topics (focus on English docs)
Grep "skill" docs/ --output-mode files_with_matches --glob "*_en_*.md"
Grep "hook|validation" docs/ --output-mode content -C 3 --glob "*_en_*.md"
Check the INDEX.md for navigation:
Read docs/INDEX.md
Read the most relevant English documentation files:
# Prefer English (_en) versions
Read docs/code_claude_com/docs_en_skills.md
Read docs/code_claude_com/docs_en_slash-commands.md
Structure your response:
.claude/ directory structureUser: "How do I create a skill in Claude Code?"
1. Search: Grep "skill" docs/ --glob "*_en_*.md"
2. Read: docs_en_skills.md
3. Answer:
- Explain skill.md frontmatter format
- Show directory structure
- Provide skill template
- Explain trigger keywords
- Mention allowed-tools
User: "How do I create a post-edit hook?"
1. Search: Grep "hook|PostToolUse" docs/ --glob "*_en_*.md"
2. Read: docs_en_hooks.md, docs_en_hooks-guide.md
3. Answer:
- Explain hook types (PostToolUse, etc.)
- Show hook file structure
- Demonstrate settings.json configuration
- Provide validation example
User: "How do I use MCP plugins with Claude Code?"
1. Search: Grep "mcp|plugin" docs/ --glob "*_en_*.md"
2. Read: docs_en_mcp.md, docs_en_plugins.md
3. Answer:
- Explain MCP (Model Context Protocol)
- Show plugin installation
- Demonstrate configuration
- List available plugins
Core Components:
Features:
Directory Structure:
.claude/
├── skills/ # Auto-invoked skills
├── commands/ # Slash commands
├── hooks/ # Validation hooks
├── docs/ # Documentation
└── settings.json # Configuration
Configuration Files:
.claude/settings.json - Claude Code settingsCLAUDE.md - Project-specific instructionsskill.md - Skill definition (with frontmatter)command-name.md - Command workflow_en docs when availableAfter answering, suggest:
development
Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like "what if...", "what would happen if...", "what are the possibilities", "explore scenarios", "scenario analysis", "possibility space", "what could go wrong", "best case / worst case", "risk analysis", "contingency planning", "strategic options", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.
development
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
development
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
tools
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.