From the-council
Initialize The Council in the current project. Creates .council/ directory structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/the-council:council-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call `council_memory_init` with `project_dir` set to the current project root directory (absolute path).
Call council_memory_init with project_dir set to the current project root directory (absolute path).
Report the result to the user.
npx claudepluginhub southlab-ai/claude-plugin-marketplace --plugin the-councilAutomatically configure Claude Code best practices for new projects: directory skeleton, AGENTS.md, hooks, and interactive placeholders fill. Invoke via `/init-project`.
First-run setup for the Mycelium plugin. Creates project-state directories (.claude/canvas, .claude/diamonds, .claude/memory, .claude/harness) and starter files. Idempotent — safe to re-run.