Claude-Code-Everything-You-Need-to-Know — CLAUDE.md
A practical Claude Code guide with clear mental models and copy-paste examples — setup, prompt engineering, slash commands, skills, hooks, subagents, agent teams, and MCP servers. Beginner path to pow
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(uv:*)",
"Bash(find:*)",
"Bash(mv:*)",
"Bash(grep:*)",
"Bash(npm:*)",
"Bash(ls:*)",
"Bash(cp:*)",
"Write",
"Edit",
"Bash(chmod:*)",
"Bash(touch:*)",
"mcp__playwright__browser_take_screenshot",
"mcp__playwright__browser_resize"
],
"deny": []
},
"hooks": {
"PostToolUse": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/post_tool_use.py"
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/notification.py --notify"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/stop.py --chat"
}
]
}
],
"SubagentStop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/subagent_stop.py"
}
]
}
]
}
} こちらもおすすめ
Backend カテゴリの他のルール
もっとルールを探す
CLAUDE.md、.cursorrules、AGENTS.md、Image Prompts の全 313 ルールをチェック。



