LatticeCast
- 21 skills
- 0 followers
- 5 hours ago last updated
- ▌ Gamedesign Proposal · latticecastGenerate one-page game proposal as proposal.yml — title, mechanics, selling points, concept art.
- ▌ Gamedesign Character · latticecastGenerate character.yml for game characters — base profile, BigFive personality, multi-stage arcs for main characters.
- ▌ Content How To Guides · latticecast bundleCreate step-by-step tutorial guides with Playwright screenshots and Jekyll markdown output.
- ▌ Content Jekyll Slides · latticecastCreate Jekyll slide presentations. Use when building slides with h2 headings as separators.
- ▌ Developing Onboarding · latticecastOnboard 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.
- ▌ Content Jekyll Mindmap · latticecastCreate Jekyll mindmap visualizations using markmap layout. Use when building mind maps with nested bullet points.
- ▌ Developing Programming · latticecast bundlePost-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 · latticecast bundleFrontend debugging with Playwright in Docker — screenshot, click, inspect pages. Use when debugging frontend UI, testing web pages, or checking visual state.
- ▌ Agent Instructions Creating · latticecastGuide for creating portable AGENTS.md project instructions for coding agents. Use when setting up, writing, or organizing repository-level agent guidance.
- ▌ Developing Project Management · latticecast bundleLatticeCast PM integration — ticket status updates, project setup, pre-flight checks. Internal library used by developing/programming, agent/agentic-hive, and developing/onboarding.
- ▌ Agent SEO Bot · latticecast bundleCross-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.
- ▌ Developing E2e · latticecast bundleEnd-to-end tests — pytest + Playwright drives a real browser, every step verifies DB state, optional per-step snapshot.
- ▌ Agent Skill Rule · latticecast bundleRule for creating portable agent skills (SKILL.md). Use when building, structuring, or debugging reusable skills and commands for coding agents.
- ▌ Business Startup · latticecast bundleStartup strategy — brand marketing, project management, and quarterly reviews. Use for product launch or iteration planning.
- ▌ Developing DB SQL · latticecast bundleSQL writing — INSERT, UPSERT, indexing, JSONB. Use when writing or reviewing SQL statements, migrations, or schema changes.
- ▌ Developing Svelte · latticecastSvelte/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 Agentic Hive · latticecast bundleStart the autonomous multi-agent dev loop — a queen + bees in tmux solving tickets from LatticeCast PM
- ▌ Business Interview · latticecast bundleCareer — interview preparation, hiring evaluation, and resume building. Use for job search or recruitment workflows.
- ▌ Developing Fastapi · latticecastFastAPI backend development — async-by-default, multi-worker safe. Use when writing FastAPI routes, DB access, or any I/O call in the backend.
- ▌ Gamedesign Outline · latticecastGenerate outline.yml following Save the Cat beat sheet in 3 acts. Use for story structure and narrative design.
- ▌ Agent Swarm Cluster · latticecastPersistent cluster that delegates goal-scoped swarms to agentic hives; use for multi-initiative autonomous delivery and recovery