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-councilInitializes Mycelium plugin by creating .claude/ directories (canvas, diamonds, memory, harness, evals, jit-tooling) with .gitkeep stubs and minimal starter files like active.yml. Idempotent setup.
Automatically configure Claude Code best practices for new projects: directory skeleton, AGENTS.md, hooks, and interactive placeholders fill. Invoke via `/init-project`.