Create Todo
Generate prioritized to-do lists from meeting notes, emails, or unstructured text for improved task management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-todo npx -- -y @trustedskills/create-todo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-todo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-todo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-todo skill allows AI agents to generate and manage a simple todo list. It can add new tasks, mark existing tasks as complete, and display the current state of the todo list. This provides a basic task management capability for your agent.
When to use it
- Personal Assistant: Have an agent create and track daily tasks like "Buy groceries" or "Schedule doctor appointment."
- Project Management: Use the skill to manage small, simple project steps within a larger workflow.
- Simple Reminders: Quickly add reminders for yourself through your AI agent.
- Learning Tool: Teach an agent basic list manipulation and task management concepts.
Key capabilities
- Add new tasks to the todo list.
- Mark existing tasks as complete.
- Display the current state of the todo list.
Example prompts
- "Add 'Pay bills' to my todo list."
- "What’s on my todo list?"
- "Mark 'Walk the dog' as done."
Tips & gotchas
The skill operates with a very simple, text-based todo list format. More complex task management features (due dates, priorities) are not supported.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.