スキル一覧に戻る
kiki830621

claude-config-guide

by kiki830621

Che's Claude Code Plugin Marketplace - 學術研究與生產力工具

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: claude-config-guide description: | Query Claude Code configuration, file locations, MCP settings, and official documentation. Use this skill proactively when the conversation involves:

  • Claude Code settings, configuration, config, settings
  • MCP server setup, mcp.json, mcpServers
  • ~/.claude.json, .mcp.json, settings.json locations
  • hooks, slash commands, skills configuration
  • Claude Code features, API, SDK questions allowed-tools: WebFetch, Read, Glob, Grep

Claude Config Guide

This Skill queries correct Claude Code configuration information.

When to Use

When the user asks about or the conversation involves:

  • Claude Code config file locations
  • MCP server configuration
  • Hooks setup
  • Skills/Commands creation
  • Claude Code features

Execution Steps (IMPORTANT!)

You MUST WebFetch official documentation - never answer from memory!

Step 1: Documentation Sources

Two primary documentation sources:

SourceURLPurpose
Claude Code CLI docshttps://code.claude.com/docs/en/claude_code_docs_map.mdCLI config, MCP, hooks, skills
Claude API/SDK docshttps://platform.claude.com/llms.txtAPI reference, Agent SDK, platform features

Step 2: WebFetch the corresponding doc based on question type

Claude Code CLI documentation:

Claude API/SDK documentation:

Step 3: Parse and respond

Extract relevant information from WebFetch results and answer the user directly.

Important Reminder

Never answer Claude Code configuration questions from memory!

Common Mistakes

WrongCorrect
~/.claude/settings.json~/.claude.json (user scope MCP config)
.mcp.json (project scope MCP config)

Config File Precedence

  1. Managed (system-wide)
  2. Command line arguments
  3. Local project settings .claude/settings.local.json
  4. Shared project settings .claude/settings.json, .mcp.json
  5. User global settings ~/.claude.json, ~/.claude/settings.json

Why not use a sub-agent?

Sub-agent responses require paraphrasing, which may cause information loss. Fetch the docs yourself for more direct and accurate information.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です