install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-status" ~/.claude/skills/tody-agent-codymaster-cm-status && rm -rf "$T"
manifest:
skills/cm-status/SKILL.mdsource content
Command: /cm-status
/cm-statusWhen this command is called, the AI Assistant should:
- Read progress: Quickly read the
file or current task state.task.md - Brief report: Return an ultra-concise message (1-2 sentences) indicating which task was just completed, which task is next, and whether anything is blocked by errors/bugs.
- No need to print the full board (save that for
)./cm-dashboard