Developing Codebase Onboarding
Onboard a new codebase — explore, understand, and generate .tmp/llm*.md docs for quick reference. Use when joining a new project or needing to understand unfamiliar code.
Agent Claude Md Creating
Guide for creating CLAUDE.md files — project instructions that Claude Code auto-loads. Use when setting up, writing, or organizing CLAUDE.md files.
Developing Lattice Cast
Thin bash curl wrapper around the LatticeCast HTTP API — one function per route, no domain knowledge, no caching, no magic. Use as the foundation for project-specific tool layers (PM, SEO, dev tracking, etc.). Caller composes lc_api.sh + their own config.sh + domain helpers.
Developing E2e
End-to-end tests — pytest + Playwright drives a real browser, every step verifies DB state, optional per-step snapshot.
Gamedesign Proposal
Generate one-page game proposal as proposal.yml — title, mechanics, selling points, concept art.
Developing Svelte
Svelte/SvelteKit development — enforce pure TS logic in src/lib/, .svelte files handle UI/UX only, FE stores are cache of BE SSOT, render via $derived. Use when writing Svelte components or SvelteKit routes.
Agent Seo Bot
Cross-product SEO article generator. Reads 3 CSVs (TA × promotion × product), loops the full Cartesian product, and spawns one fresh `claude -p` worker per article. Saves to LatticeCast articles table via lc_api.sh.
Agent Assistant
Always-on AI assistant with theme delegation — assistant-main chats, theme-managers autonomously, assistant-main-backup handles recovery
Agent Claude Skills Guideline
Guide for creating Claude Code skills (SKILL.md). Use when building, structuring, or debugging custom skills/slash commands.
Developing Programming
Post-code workflow — test, format, lint, commit. Also handles versioning (CHANGELOG.md + package version bumps). Use after implementing code changes or when the user specifies a version.
Developing Debug Frontend
Frontend debugging with Playwright in Docker — screenshot, click, inspect pages. Use when debugging frontend UI, testing web pages, or checking visual state.
Content How To Guides
Create step-by-step tutorial guides with Playwright screenshots and Jekyll markdown output.
Content Jekyll Slides
Create Jekyll slide presentations. Use when building slides with h2 headings as separators.
Developing Fastapi
FastAPI backend development — async-by-default, multi-worker safe. Use when writing FastAPI routes, DB access, or any I/O call in the backend.
Developing Project Management
LatticeCast PM integration — ticket status updates, project setup, pre-flight checks. Internal lib used by developing-programming, agent-claude-bot, developing-onboarding.
Gamedesign Outline
Generate outline.yml following Save the Cat beat sheet in 3 acts. Use for story structure and narrative design.
Gamedesign Character
Generate character.yml for game characters — base profile, BigFive personality, multi-stage arcs for main characters.
Programming Emacs
Customize Emacs into a VSCode-like layout (treemacs sidebar + editor + bash terminal) in a single portable init.el. Use when the user wants an IDE-style layout, file tree, integrated terminal, or an Emacs config that copies cleanly to another machine.
Content Jekyll Mindmap
Create Jekyll mindmap visualizations using markmap layout. Use when building mind maps with nested bullet points.
Agent Claude Bot
Start the autonomous multi-agent dev loop — orchestrator + workers in tmux solving tickets from LatticeCast PM
Business Startup
Startup strategy — brand marketing, project management, and quarterly reviews. Use for product launch or iteration planning.
Developing Db Sql
SQL writing — INSERT, UPSERT, indexing, JSONB. Use when writing or reviewing SQL statements, migrations, or schema changes.
Business Interview
Career — interview preparation, hiring evaluation, and resume building. Use for job search or recruitment workflows.