plugin/pi-skills/todos/SKILL.md
Handle the agent personal todos.md file
npx skillsauth add desplega-ai/agent-swarm todosInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
File location: /workspace/personal/todos.md
# 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).
Regularly review and clean up: remove completed tasks from ## Current and archive them under the appropriate date section.
If this skill is used without a clear action, provide a summary of how to use the todos.md file, including the format above.
tools
# Artifacts — Serving Interactive Web Content ## Quick Start ### Static content ```bash # Create your content in a persisted directory mkdir -p /workspace/personal/artifacts/my-report echo '<h1>My Report</h1>' > /workspace/personal/artifacts/my-report/index.html # Serve it (auto-assigns a free port, creates tunnel) artifact serve /workspace/personal/artifacts/my-report --name "my-report" # -> https://{agentId}-my-report.lt.desplega.ai ``` ### Programmatic (custom Hono server) ```typescript i
testing
Work on a specific task assigned to you in the agent swarm
business
How to manage the user registry — creating users for new Slack/GitHub/GitLab identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.
data-ai
Effective communication within the agent swarm using internal Slack