Thin notes for using Plotloom skills from Claude Code. Do not duplicate Plotloom business logic in host adapters.
~/.claude/skills/ for user-level skills, or a project-local .claude/skills/ when the host is configured to load project skills.
Copy or symlink individual directories from this repo:
skills/<name>/
to the host skill directory above. Keep the Plotloom repo skills/ directory as the source of truth while developing.
- Markdown/TOML file editing.
- Shell execution for small deterministic helpers.
- ffmpeg / ffprobe when stitching or fake video tests are needed.
- Optional image/video generation tools configured by the host.
- Use
skills/as the source of truth. - Keep adapters thin.
- Do not duplicate Plotloom business logic.
- Do not introduce runtime state, queues, dashboards, or databases.