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

@tryambakam-noesis/swarm-architect-skill

v0.3.2

Published

NPX installer wrapper for Swarm Architect + Taskmaster OpenClaw orchestration skills

Readme

Build License Stars Issues

Move from issue creation to full orchestration: phase/wave/swarm planning, milestone-aware execution, agent routing, and event-driven GitHub automation.

What this repository contains

  • skills/swarm-architect/SKILL.md — orchestration-first planning skill
  • skills/task-master-planner/SKILL.md — detailed taskmaster protocol with agent/action contracts
  • .github/workflows/taskmaster-dispatch.yml — task-level dispatch entrypoint
  • .github/workflows/taskmaster-event-sync.yml — event-driven issue/PR sync
  • .github/workflows/taskmaster-milestone-digest.yml — progress digest and milestone telemetry

Why this is different

🤖 Agent-aware by design

Each task explicitly maps to agent_class, execution mode, and workflow hooks.

⚙️ Actions-native orchestration

Built for workflow_dispatch + issue/pr event loops + milestone digest updates.

🧭 Dependency-safe swarm execution

Phases → Waves → Swarms with strict dependency discipline and verification gates.

📊 Evidence-driven completion

Completion requires run URLs, acceptance evidence, and validation artifacts.

Quick start

git clone https://github.com/Sheshiyer/swarm-architect-orchestrator-skill.git
cd swarm-architect-orchestrator-skill
  1. Copy skills/swarm-architect/SKILL.md and/or skills/task-master-planner/SKILL.md into your agent workspace.
  2. Use the workflow files in .github/workflows/ to wire dispatch + event sync + milestone digest.
  3. Ensure issue titles carry stable task tokens (e.g., [T042]) and issue bodies include orchestration metadata.

Architecture

graph LR
    A[🧠 Swarm Architect Skill] --> B[📝 Taskmaster Plan]
    B --> C[🐙 GitHub Issues + Milestones]
    C --> D[⚙️ taskmaster-dispatch.yml]
    D --> E[🤖 Agent Execution]
    E --> F[💬 Issue Evidence Comments]
    C --> G[🔁 taskmaster-event-sync.yml]
    C --> H[📈 taskmaster-milestone-digest.yml]

Project health

| Category | Status | Score | |:--|:--:|--:| | Workflow scaffolding | ████████████████████ | 100% | | Skill completeness | ████████████████████ | 100% | | Orchestration metadata | ████████████████████ | 100% | | Documentation | ██████████████████░░ | 90% | | Demo portability | ███████████████░░░░░ | 75% |

Overall: 93% — orchestration-ready

NPX Install Layer (skills.sh wrapper)

You can install this skill pack through a branded NPX entrypoint:

npx @sheshiyer/swarm-architect-skill

Under the hood it runs:

npx skills add Sheshiyer/swarm-architect-orchestrator-skill

More options: docs/NPX_INSTALL.md

OpenClaw Integration (Idea → Swarm Flow)

You can now trigger swarm planning from OpenClaw without CLI-first behavior.

Trigger phrase

  • "Use swarm architect for this idea"

Wrapper assets

What happens

  1. OpenClaw captures idea + constraints
  2. Wrapper normalizes payload
  3. Initial Taskmaster tasks are auto-dispatched
  4. Event sync + milestone digest continue orchestration

License

MIT (recommended). Add a LICENSE file if your org requires explicit licensing.

Built with ❤️ for autonomous delivery systems.