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

@hiroleague/taskmanager

v0.1.0

Published

Task Manager for Solo Builders and AI Agents, working as a team

Downloads

1,133

Readme

What is Hiro Task Manager?

CI npm Docs License: MIT

Task management for solo builders with endless ideas and a talent for forgetting. Hiro Task Manager adds superpowers to your task lists with AI-agent access control.

Hiro Task Manager — watch on YouTube

Current Status

Hiro Task Manager is in active development and is not yet ready for production use. However it is stable enough to try out and get started with.

Features

  • Boards & Lists
    • Create unlimited boards, lists, and tasks - Spin up as much structure as you need with no arbitrary caps.
    • Markdown and Mermaid support - Use markdown to format your tasks and lists, encourage your AI Agents to build organized task descriptions and diagrams.
    • Organize your tasks - Use priorities, statuses, and groups to organize your tasks.
    • Customize your view - Board themes, custom task groups, custom statuses, emojis, and multiple board and task views.
  • Agentic workflow
    • Manage your lists and tasks - Let your agents create your tasks and organize them in lists and boards.
    • Control agent access - Define exactly what your agent can see or change, using granular CLI Access Control.
    • Cursor IDE, Claude Code, GitHub Copilot - powered by npx skills to support dozens of AI Agents.
    • Web notifications - Stay informed about what your agents are doing on your boards.
  • Productivity
    • Keyboard shortcuts - Developer first, desktop first; keyboard shortcuts for hardcore developers.
    • Search and filter - Filter by any field, full-text search.
    • Instant statistics - See task counts per list, per status.

Why Hiro Task Manager?

  • Open source - Use it, modify it, and extend it; docs and agentic skills help you customize.
  • Cross-platform - Windows, Linux, and macOS.
  • Works with any AI agent - supports dozens of AI Agents.
  • Quick to start - One-line installer, or install via AI agents.
  • Detailed Documentation - for developers and AI Agents.
  • Your data, your machine, your models - Privacy stays under your control.

Prerequisites

  • You need either bun or node.js, Not both.
  • You can replace all bun/bunx commands below with npm/npx commands.

Install (Local Setup)

Most users will use the Local Setup. If you're into setting the server up on a VPS, visit the Advanced Setup page.

1. Install

bun install -g @hiroleague/taskmanager

2. First time setup - Interactive walkthrough

hirotaskmanager     # Interactive: pick server option and accept all defaults

You will be prompted to set a passphrase for website login. A recovery key will be generated for you to recover your access if needed.

3. Add AI Agent Skills

bunx skills add hiro-league/hirotaskmanager        # from our repo
bunx skills add "$HOME/.taskmanager/skills"        # or from the local install

Install the skill globally to any AI Agent. Alternatively, install to specific projects or specific agents.

4. Use the CLI

hirotm boards list

Go to http://127.0.0.1:3001/ , login, create a board, give it CLI access and your AI Agents can now interact with it.

Need to run the server on VPS and access it from anywhere? Visit the Advanced Setup page.

Update

bun update -g @hiroleague/taskmanager
bunx skills update

Installed Commands

This package installs two commands on your PATH:

| Binary | Use it for | |--------|------------| | hirotaskmanager | For Humans. First time setup, profile management and optional server lifecycle management | | hirotm | For AI Agents. Start Server, Manage boards, lists and tasks|

hirotm command index

Hiro Task Manager exposes hirotm for command-line and AI-agent-friendly control. AI Agents can create, update, and delete entities subject to per-board CLI access control.

| Command | Summary | |---------|---------| | server | Start, stop, and check the server status. | | boards | List boards, inspect structure, manage board settings, and handle board trash operations. | | lists | List, create, update, move, delete, restore, and purge lists on a board. | | tasks | List, create, update, move, delete, restore, and purge tasks. | | releases | List, show, create, update, delete, and set-default releases on a board. | | statuses | List global workflow statuses. | | query | Run full-text task search with query search. | | trash | Read items currently in Trash. Restore and purge stay under their resource commands. |

hirotaskmanager admin commands

| Command | Summary | |---------|---------| | - | First time wizard, pick a server or client mode | | --setup-server | First time wizard for server mode | | --setup-client | First time wizard for client mode | | server start/stop/status | Manage the local server process. | | server api-key generate/list/revoke | Mint, list, or revoke CLI API keys (when required) | | profile use <name> | Set the default profile so commands run without --profile argument. |

Contributing

Issues and pull requests are welcome.

References