From Metis
Finalize project-specific Metis setup. Thin wrapper around the plugin's init.sh — creates .metis/, populates .metis/config.yaml, splices a delimited block into CLAUDE.md, and writes a .metis/CURRENT.md stub.
How this skill is triggered — by the user, by Claude, or both
Slash command
/metis:metis-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `references/init.sh` and relay its output verbatim. The script handles arguments (`--name=<name>`, `--reinit`), preconditions, interactive prompts, and re-run idempotency; this skill does not intermediate.
Run references/init.sh and relay its output verbatim. The script handles arguments (--name=<name>, --reinit), preconditions, interactive prompts, and re-run idempotency; this skill does not intermediate.
None. The script writes.
Silently accept and ignore any trailing free-text prompt.
npx claudepluginhub gsaranti/pantheon --plugin metisGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.