npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

todo.txt-skill

v1.0.0

Published

Manage tasks, todos and reminders using the todo.txt CLI (todo.sh). Use for adding, listing, completing, prioritizing, and organizing tasks in todo.txt format.

Readme

todo.txt Skill for AI Agents

A durable and light ToDo list your agent can use across conversations.

Ask things like "add buy milk to my groceries", "what's on my list for work?", or "mark the dentist task as done" — the skill translates these into the right todo.sh commands, runs them, and shows you the updated list.

Why this exists: the todo.txt format is a plain-text, future-proof, tool-agnostic way to track tasks. This skill teaches how to drive the official CLI so you can manage that file conversationally — no public skill for it existed, so here it is.

Who is it for?

People running AI agents who want to keep their task list durable, light and portable.

Features

  • 🗣️ Natural language → CLI — describe what you want; the skill picks the right command and flags.
  • Full task lifecycle — add, list, filter, prioritize, edit, complete, archive, and delete tasks.
  • 🏷️ Projects & contexts — understands +project and @context tags, plus key:value metadata like due:2026-06-30.
  • 🔧 Self-installing — if todo.sh isn't installed, the skill runs a bundled script (scripts/install_todo_cli.sh) that sets it up on macOS or Linux.
  • 📄 Durable, plain text, yours forever — your tasks live in a portable todo.txt file you fully control, readable with any text editor for as long as you need it, with no app or vendor lock-in.

Installation

Paste the one-liner for your platform:

npx skills add aguilera-ee/todo.txt-skill

Usage

Invoke it explicitly with a slash command, or just describe what you need and let your agent pick the skill:

/todo.txt-skill list all tasks
/todo.txt-skill add "buy milk +groceries @store"
/todo.txt-skill mark task 3 as done

Natural-language prompts work too:

"Add a high-priority task to call the dentist tomorrow, tagged health."

"Show me everything in the +work project."

"I finished the report — cross it off."

After any change, the skill re-lists your tasks so you always see the current state.

todo.txt format cheatsheet

| Element | Syntax | Example | |----------------|---------------------|--------------------------------------| | Priority | (A)(Z) | (A) Call dentist | | Completion | x prefix + date | x 2026-06-10 Buy groceries | | Creation date | YYYY-MM-DD | 2026-06-01 Write report | | Project tag | +project | +health | | Context tag | @context | @phone | | Metadata | key:value | due:2026-06-30 |

Full example:

(A) Call dentist @phone +health due:2026-06-15
(B) 2026-06-01 Write report +work @computer
x 2026-06-10 2026-06-01 Buy groceries +errands @store

See the todo.txt format spec for the complete definition.

Contributing

Contributions are welcome! See CONTRIBUTING.md for how to propose changes, test the skill, and open a pull request.

Acknowledgements

License

MIT © Eduardo Aguilera. This skill is an independent project and is not affiliated with the todo.txt project or Anthropic.