From myco
Checks Myco substrate health at session boot, returning boot brief, active reflexes, and raw-notes backlog via Bash/Python command. Invoke manually if SessionStart hook missed or state drifted.
npx claudepluginhub battam1111/myco --plugin mycoThis skill is limited to using the following tools:
Myco's boot ritual, per L1 rule R1. Every session begins here.
Initializes or resumes work sessions by loading OPERATOR.md and SHELL.md context, reading runtime.json state, handling locks, interrupted recoveries, and unclean shutdowns. Invoke at session start.
Checks Ouroboros execution session status and measures goal drift from seed objectives. Useful for monitoring progress and detecting deviations via /status.
Bootstraps Claude Code sessions by organizing files, generating CLAUDE.md, managing soul purpose lifecycle with completion protocol and context harvesting. Use /start or /init.
Share bugs, ideas, or general feedback.
Myco's boot ritual, per L1 rule R1. Every session begins here.
python -m myco --json --project-dir "$CLAUDE_PROJECT_DIR" hunger
If $CLAUDE_PROJECT_DIR is not set (you are invoking outside Claude
Code), substitute the substrate root path, e.g. "$PWD".
JSON with at least:
boot_brief — path to the newly written brief under .myco_state/.reflexes — HIGH-severity signals that gate all other work until
addressed. Read these first.backlog — raw-notes count, stale-reflection flags, MB1 / MB2
indicators.reflexes first. Any HIGH item is addressed before the user's
request./myco:sense (or myco sense) before
any factual claim about the substrate./myco:session-end: the matched ritual at session close (the
skill is kept under its legacy directory name; the canonical verb
is myco senesce, with --quick for SessionEnd hooks).brief) is exposed as MCP tools when the plugin's MCP server is
running.