From 7b79f02124c3490c6a76b87e19aaa5ec3197b521 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 31 Jan 2026 15:40:37 -0600 Subject: [PATCH] Add project-specific skills reference to CLAUDE.md Document local skill files in .claude/skills/ so they are discoverable when invoking /backend-phase, /frontend-phase, /code-audit, /frontend-code-audit, and /dev-server commands. --- CLAUDE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e3eb080..a033cdd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,20 @@ Guidelines for agentic coding agents working on this codebase. +## Project-Specific Skills + +Local skills are available in `.claude/skills/`. Load them when the user invokes the corresponding command: + +| Command | Skill File | Description | +|---------|------------|-------------| +| `/backend-phase` | `.claude/skills/backend-phase/SKILL.md` | Manage phased backend development workflow. Track tasks, mark progress, generate phase plans. | +| `/frontend-phase` | `.claude/skills/frontend-phase/SKILL.md` | Manage phased frontend development workflow. Track tasks, mark progress, generate phase plans. | +| `/code-audit` | `.claude/skills/code-audit/SKILL.md` | Audit backend Python code for errors, security issues, and architecture violations. Uses patterns in `patterns/` subdirectory. | +| `/frontend-code-audit` | `.claude/skills/frontend-code-audit/SKILL.md` | Audit frontend Vue/TypeScript/Phaser code for errors, security issues, and architecture violations. | +| `/dev-server` | `.claude/skills/dev-server/SKILL.md` | Start/stop/status the complete dev environment (Docker infra + backend + frontend). | + +When a user invokes one of these commands, **read the corresponding SKILL.md file first** to understand the full instructions before executing. + ## Project Overview Mantimon TCG is a home-rule-modified Pokemon Trading Card Game web application inspired by the Gameboy Color game *Pokemon TCG*. The core experience is a **single-player RPG campaign**: