← ClaudeAtlas

engine-partslisted

Show what your engine is made of — its version, the kinds of files it governs, and the modules installed and how they depend on each other.
StarshipSuperjam/engine-template · ★ 0 · AI & Automation · score 64
Install: claude install-skill StarshipSuperjam/engine-template
<!-- GENERATED by .engine/tools/codex_gen.py from .claude/skills/engine-parts/SKILL.md — edit that source and regenerate; never edit this file by hand. --> ## Steps 1. Show what the engine is made of by running: `uv run --directory .engine -- python tools/self_map.py show` 2. Show the operator the readout exactly as it is printed — the engine version, the surfaces it defines, and the modules installed with how they depend on each other. Do not summarize or reword it. ## Notes This is a command you type any time to see what your engine is made of — the plain-language answer to "what is my engine made of." It only reads; it never changes anything.