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

@ojesusmp/operations-council

v1.0.0

Published

Solo-operator operability review (Operator, Support Desk, Process Auditor, Foreman). Verdict: OPERABLE / FIX FIRST / NOT OPERABLE. Claude Code skill.

Readme

OperationsCouncil

Solo-operator operability review. Can one person actually run, maintain, and recover this system after launch?

License: MIT

The Operations Council is a Claude Code skill that evaluates whether a project, system, website, workflow, or service can be operated and maintained by a solo founder without hidden complexity. Four roles — Operator, Support Desk, Process Auditor, Foreman — produce a single verdict: OPERABLE / FIX FIRST / NOT OPERABLE in under 1,200 tokens.

Operations only. Does not duplicate Tech, Marketing, Sales, Forge, TrueCouncilOf12, or TrueBusinessCouncil.


Install

1. Claude Code plugin marketplace

/plugin marketplace add ojesusmp/OperationsCouncil
/plugin install operations-council@operations-council

Verify: ~/.claude/skills/operations-council/SKILL.md exists and starts with ---\nname: operations-council.

2. Git clone (manual)

git clone https://github.com/ojesusmp/OperationsCouncil.git

Git does not run install scripts — this step is manual:

POSIX:

mkdir -p ~/.claude/skills/operations-council
cp OperationsCouncil/SKILL.md ~/.claude/skills/operations-council/SKILL.md

Windows PowerShell:

New-Item -ItemType Directory -Force "$env:USERPROFILE\.claude\skills\operations-council" | Out-Null
Copy-Item "OperationsCouncil\SKILL.md" "$env:USERPROFILE\.claude\skills\operations-council\SKILL.md"

Verify: sha256sum ~/.claude/skills/operations-council/SKILL.md matches the source.

3. npm

npm install -g @ojesusmp/operations-council

Windows + Node 24 + npm 11 may print MODULE_NOT_FOUND and exit 1 even though the postinstall copy succeeded. Verify with the printed SHA-256 or use npm pack + local tarball for a clean exit.

Verify: install.cjs prints copied ... (sha256=...) confirming the file landed at ~/.claude/skills/operations-council/SKILL.md.


Usage

operations-council Evaluate <system> for solo-operator operability.

Council runs four roles — Operator → Support Desk → Process Auditor → Foreman — and emits a 10-section report with a single verdict: OPERABLE / FIX FIRST / NOT OPERABLE.

See SKILL.md for the full protocol.


The 4 Roles

| Role | Owns | |------|------| | Operator | Day-to-day burden, credentials, single-points-of-failure, sustainability for 90 days | | Support Desk | Top failure modes, manual fallback, first-response template, recovery time | | Process Auditor | Setup runbook, secret rotation, restore-from-scratch, hidden dependencies | | Foreman | Verdict + minimum fix list (≤7 items, each ≤1 day operator time) |


The 10 mandatory output sections

  1. Substrate echo
  2. Operator burden
  3. Setup burden
  4. Daily/weekly maintenance
  5. Failure handling
  6. Manual fallback
  7. Documentation gaps
  8. Hidden dependencies
  9. Minimum fix list
  10. Verdict

Verdict ∈ {OPERABLE, FIX FIRST, NOT OPERABLE}. Missing facts default to FIX FIRST, never silently to OPERABLE.


Hard boundaries

  • No new councils proposed inside output.
  • No product code, copy, feature suggestions.
  • No technical redesign (unless required to make operable, and then only as a fix-list item).
  • No business strategy, marketing, sales, or ideation.
  • No motivational language.

Siblings (do not duplicate)

  • TechCouncil — architecture and engineering tradeoffs
  • MarketingCouncil — positioning, copy, offers
  • SalesCouncil — close, advance, objections
  • forge-council — creative ideation
  • TrueCouncilOf12 — 12-lens stakeholder analysis
  • TrueBusinessCouncil — business model

OperationsCouncil owns operations only.


Credits

Built and maintained by Orlando Molina under TruePointAgents.

License

Released under the MIT License.