mit einem Klick
coco-manager
coco-manager enthält 12 gesammelte Skills von shumanpng, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Lists installed context-manager skills and points new users to the tutorial. Triggers when the user types `/about`, asks "what skills are available", "what can I do with this", or "tell me about this system".
Wrap any write-heavy skill with two independent subagents (proposer + reviewer) that draft and audit the work end-to-end before any writes happen. Single user-approval moment at the end with summary, must-fix-already-applied, user-decision questions, and a pointer to the full proposal. Use when you want a high-confidence pass for a complex skill (e.g., `/audit end-session`, `/audit process-meeting`, `/audit build-week`) without mid-flow interruptions. Default proposer model is sonnet, reviewer model is opus; override with `--proposer-model` / `--reviewer-model` (or `--subagent-model` for both).
Creates or updates this week's focused plan. Reads the planning and state indices (not individual items) for speed, incorporates recent meeting signals, confirms priorities with the user, then writes the weekly plan file. Use when the user invokes /build-week or /build-weekly-plan.
Start-of-session briefing skill. Summarizes recent worklog sessions, surfaces incomplete tasks, and helps the user plan their day. Use when the user invokes /catchup or asks for an overview of recent work.
Adopt the collaborative research/engineering co-working workflow for the rest of the session — Claude acts as a Research Engineer Collaborator who decomposes tasks, dispatches subagents, enforces quality gates, and documents everything, while you set scope and direction. Triggers when the user types `/co-work`, or asks to "start a co-working session", "pair on this", or "use the collaboration workflow".
End-of-session skill. Helps the user fill out the Summary section of today's worklog, update planning backlog items, and suggest new state items. Use when the user invokes /end-session or says they are done for the day.
End-of-week review skill. Summarizes the week's work against the weekly plan, fills the Review notes section, and catches missed planning item updates. Use when the user invokes /end-week or says they want to wrap up the week.
Creates a new meeting note from the template. Use when the user invokes /new-meeting or asks to create a new meeting note.
Creates a new worklog for today's session. Use when the user invokes /new-worklog or asks to start a new worklog/work log.
Processes a meeting note by extracting decisions, action items, and open questions into planning backlog items and state items. Links the meeting note to the worklog matching the meeting date (not necessarily today). Use when the user invokes /process-meeting or wants to sync a meeting note into the planning/state system.
First-time configuration skill. Sets the worklogs directory path in meta.md so all other skills know where to find worklogs. Use when the user invokes /setup or when another skill says configuration is missing.
Shows a concise prioritization dashboard reading from planning and state indices, with today's worklog as a secondary source. Use when the user invokes /status or asks what tasks are open or in progress.