init-project
73Command
Initialize a Claude Code project structure with CLAUDE.md, docs, hooks, skills, agents, and MCP config. Adapts to existing projects by detecting language/framework.
Command
Initialize a Claude Code project structure with CLAUDE.md, docs, hooks, skills, agents, and MCP config. Adapts to existing projects by detecting language/framework.
Skill Claude CodeCodex
Understand and apply Claude Code project structure patterns. Use when user asks about project organization, wants to add new modules, or needs guidance on where to place files in a Claude Code project.
Command Claude Code
A deployment command for the seoul-opendata-mcp project, an MCP server that connects to Seoul's public-data API.
Command Claude Code
A command for reviewing current code changes using project rules and a confidence score. It checks for bugs, security problems, quality issues, and missing tests.
Command Claude Code
A command that detects the project's test setup, runs the full test suite, and reports the results.
Hook Claude Code
Runs when a session starts, executing session-context.sh via bash. From whchoi98/seoul-opendata-mcp.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing secret-scan.sh via bash. From whchoi98/seoul-opendata-mcp.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing check-doc-sync.sh via bash. From whchoi98/seoul-opendata-mcp.
Hook Claude Code
Runs when the agent sends a notification, executing notify.sh via bash. From whchoi98/seoul-opendata-mcp.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Notification) and 8 allowed tools.
Skill Claude CodeCodex
A code-review helper that checks changed files against project rules and looks for likely bugs, security issues, and quality problems. It reports only findings that score as sufficiently credible.
Skill Claude CodeCodex
Skill "refactor" from whchoi98/seoul-opendata-mcp, covering refactor skill, 원칙, 프로세스, 1. 분석 and 2. 계획.
Skill Claude CodeCodex
Skill "release" from whchoi98/seoul-opendata-mcp, covering release skill, 절차, 1. 릴리스 전 체크, 2. 버전 결정 and 3. 버전 동기화 (seoul-opendata-mcp 특화).
Skill Claude CodeCodex
A documentation-maintenance workflow for keeping project guides aligned with the current code. It also checks documentation quality and missing coverage.
Instructions file
Claude Code instructions for whchoi98/seoul-opendata-mcp, covering project context, tech stack, project structure, key commands and conventions.