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

orchestrix-skills

v0.5.1

Published

Capability-first AI development skill graph — Anthropic-native skills that run in any agent runtime.

Readme

orchestrix-skills

Capability-first AI development as an Anthropic-native skill graph. Organize by capability, not by role agents. A warm-context orchestrator wires small, contract-bearing skills from intent to commit — with independent verification that never trusts the model's self-report.

Open source (MIT). The skills run in any runtime that loads Anthropic skills (Claude Code, Claude apps, Agent SDK). The hosted orchestrator, knowledge hosting, and team features are the premium layer — see below.

The graph

intent
  └─ orchestrate (root: warm context, wires skills by output→input, enforces gates)
       ├─ brainstorm ──(needs facts?)─→ research
       ├─ (existing repo?) ──→ map-codebase (brownfield entry: evidence-based map → registry)
       ├─ (has UI?) ──→ design-system (once) → design-ui
       ├─ (arch decision?) ──→ design-architecture
       ├─ draft-story → implement → run-tests → review-code → commit
       │                              ↑ verify         ↑ design-review (UI only)
       │                              (objective)      ↑ accept (batched)
       ├─ (verify failing, cause unknown?) ──→ investigate (root cause → rework)
       ├─ (runnable app?) ──→ smoke-test (drive real flows, evidence captured)
       └─ (accepted + ship it?) ──→ deploy (inline gate, rollback-first)

Human gates are front-loaded (planning = direction) and at the end (acceptance); the build loop runs lights-out, gated only by objective verify.

Install (free, no license)

npx orchestrix-skills install            # default: Claude Code (.claude/skills/)
npx orchestrix-skills install --ide cursor

This copies the skills into your runtime's skills dir and scaffolds knowledge/

  • core-config.yaml (it never overwrites an existing knowledge/ — that's your brain). Then use the orchestrate skill. You run it in your own runtime with your own API key. No server, no license.

For Claude Code you can also install via the plugin marketplace: /plugin install orchestrix-skills.

How it works

  • Every skill is a standard Anthropic Agent Skill plus a metadata.contract extension. Vanilla runtimes read name + description + allowed-tools and ignore the contract, so each skill runs anywhere. The orchestrator additionally reads the contract to wire, gate, and verify. See skills/README.md.
  • Two zones in your project: knowledge/ (the brain skills read — AI-primary, structured, with provenance) and docs/ + src/ (work products and the deliverable). core-config.yaml maps logical namespaces to physical paths.

Premium (hosted)

The skills are free and open. The hosted layer is where the work runs for you: the orchestrator-as-a-service, knowledge hosting + metabolism, team sync, and the transparent AI software company ("建造中心"). See orchestrix-mcp.youlidao.ai.

Design

Full design rationale: Skill 编排器与最小契约设计 (the capability-first model, the 6-field contract, lights-out accept gates, the knowledge KB, distribution).

Attribution

The TDD, verification, and code-review disciplines adapt patterns from obra/superpowers (MIT). The world-class design approach draws on gstack's design skills and the anti-slop consensus. The contract, orchestrator, knowledge layer, and graph model are original.

MIT © 2026 Orchestrix