Commit Graph
11 Commits
Author SHA1 Message Date
jpmschweitzerandClaude Opus 4.6 0dc56e8c47 chore(meta): add PNG output directory structure convention to asset-gen skill
Document that generated PNGs should mirror the mod's gfx/ directory
structure under ~/Pictures/mcp-images/ for organization. Also note
to overwrite files on regeneration instead of creating versioned copies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 11:29:51 +01:00
jpmschweitzerandClaude Opus 4.6 1e2f4a4740 chore(meta): add event background scene-class overlays to asset-gen
Add 5 scene-class overlays for event backgrounds: Noble interior
(bright marble, colored fabrics, candlelight), Institutional interior
(cold stone, iron fixtures), Noble arena (Colosseum-style fighting
pit with house banners), Skaa/underclass (ash-stained, cramped),
and Exterior (overcast Scadrial landscape). Scene-class mapping
table routes each event scene to its overlay. Noble interiors use
bright marble instead of dark mahogany to contrast wealth against
the ash-choked exterior world.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 10:11:58 +01:00
jpmschweitzerandClaude Opus 4.6 6571b8f0c3 chore(meta): document modifier coin base in asset-gen skill
Adds the coin base PNG location and the prompt pattern that
keeps the model anchored to the correct coin style.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 09:49:11 +01:00
jpmschweitzerandClaude Opus 4.6 b088e0471d chore(meta): add asset-gen skill for visual asset generation
Skill for generating CK3-native art assets using the Nano Banana
(Gemini 2.5 Flash Image) MCP tool. Includes style guide, category
prompt templates, and DDS conversion reference. Encodes learnings
from first batch: no circular frames, no vector art, no text,
dark backgrounds edge-to-edge, consistent orientation within trait
families, max 3 parallel generation calls.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 20:26:46 +01:00
jpmschweitzerandClaude Opus 4.6 b7d168aba8 chore(meta): add teammateMode setting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 17:59:07 +01:00
jpmschweitzerandClaude Opus 4.6 c3512a8aa9 chore(meta): add ck3-tiger linting via Makefile
Adds static analysis for CK3 mod files using ck3-tiger. The Makefile
downloads the platform-specific binary and persists the CK3 game
directory path for validation runs.

Targets: make setup, make lint, make clean
Config: lords_of_ash/ck3-tiger.conf (English only, hide vanilla)
Commit skill updated with pre-commit lint step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 17:18:36 +01:00
jpmschweitzerandClaude Opus 4.6 7c4bdec83a chore(meta): add orient skill and project README
Added /orient skill for lightweight context bootstrapping — reads
README.md, skill frontmatters, and mod structure without flooding
context. Added a lean README.md as the entry point for orientation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 15:33:09 +01:00
jpmschweitzerandClaude Opus 4.6 3940e62c57 refactor(meta): rename mod directory and descriptor to lords-of-ash
Renamed mistborn_final_empire/ to lords_of_ash/ and
mistborn_final_empire.mod to lords-of-ash.mod using git mv.
Updated all references in CLAUDE.md, ck3-game-install skill,
and commit skill.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 15:12:46 +01:00
jpmschweitzerandClaude Opus 4.6 04a788aca6 chore(meta): add project skills, update CLAUDE.md and review notes
Add ck3-game-install skill for log analysis and vanilla comparison.
Add commit skill for structured commit messages and changelog.
Fix create-skill name field. Add skills scope preference to
CLAUDE.md. Update REVIEW_NOTES and add missing modifier
definitions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 15:00:19 +01:00
jpmschweitzerandClaude Opus 4.6 bc31c3dbfd Add Claude Code settings and CK3 modding reference doc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 13:55:56 +01:00
jpmschweitzerandClaude Opus 4.6 0ecf5f65b4 Add Skill Creator project skill, Mistborn lore doc, and project structure
Skill for creating Claude Code skills, high-level lore reference for the
Final Empire, bookmark scaffolding for story arcs, and CK3 modding docs
placeholder.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 13:24:21 +01:00