todos
This Claude Code skill manages a personal task list stored in `/workspace/personal/todos.md` using a structured markdown format with a "Current" section for active work and dated archive sections for completed tasks. Use it to create, update, and review ongoing tasks, moving finished items to dated sections to maintain organization and focus on immediate priorities.
git clone --depth 1 https://github.com/desplega-ai/agent-swarm /tmp/todos && cp -r /tmp/todos/plugin/pi-skills/todos ~/.claude/skills/todosSKILL.md
# Agent Personal Todos File location: `/workspace/personal/todos.md` ## Format ``` # My TODOs ## Current - [ ] Task 1 - [x] Task 2 - [ ] Task 3 ## <YYYY-MM-DD> - [ ] Task 4 - [ ] Task 5 ``` `## Current` contains ongoing tasks related to your active work — what you should be focusing on right now. Once done, move completed tasks to a section with the completion date (create it if it doesn't exist). ## Keep it tidy Regularly review and clean up: remove completed tasks from `## Current` and archive them under the appropriate date section. ## Fallback If this skill is used without a clear action, provide a summary of how to use the todos.md file, including the format above.
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.
Guide for running local E2E tests with API server, Docker lead/worker containers, task creation, log verification, UI dashboard, and cleanup
Close a GitHub or GitLab issue with a summary comment
Create a pull request (GitHub) or merge request (GitLab) from the current branch
Implement a GitHub issue or GitLab issue and create a PR/MR
Investigate and triage a Sentry error issue
Respond to a GitHub issue/PR or GitLab issue/MR
Review a task that has been offered to you and decide whether to accept or reject it