File Todos

🌐Community
by everyinc Β· vlatest Β· Repository

This skill creates and manages to-do lists within files, streamlining task tracking and organization for efficient workflow management.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add file-todos npx -- -y @trustedskills/file-todos
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "file-todos": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/file-todos"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The file-todos skill allows AI agents to read and process todo lists from files. It can extract tasks, deadlines, and priorities directly from text file formats. This enables the agent to manage personal or team tasks without requiring manual entry into a dedicated task management system.

When to use it

  • Managing project backlog: Have your agent parse a tasks.txt file containing a list of outstanding development work.
  • Personal task organization: Use the skill to process a daily todo list stored in a simple text file format.
  • Automated reporting: Extract and summarize tasks from a shared "open issues" file for team updates.
  • Importing legacy lists: Convert older, unstructured todo lists into a structured format that an agent can utilize.

Key capabilities

  • Reads todo lists from files.
  • Extracts task descriptions.
  • Identifies deadlines (if present in the file).
  • Recognizes priorities (if indicated within the file).

Example prompts

  • "Read my daily_todos.txt file and remind me of any tasks due today."
  • "Summarize all open items from the project_backlog.md file, sorted by priority."
  • β€œCan you extract all tasks with deadlines from team_tasks.txt?”

Tips & gotchas

The skill relies on a consistent format within the todo list files; inconsistencies may lead to inaccurate parsing. Ensure your files use clear delimiters (e.g., bullet points, numbers) for task separation and prioritization.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
everyinc
Installs
0

🌐 Community

Passed automated security scans.