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

specability

v0.3.0

Published

Free local coding-agent harness distributed as Specability Core.

Downloads

465

Readme

Specability Core

Specability Core is a free local agent harness for coding workflows.

This repository distributes free local builds, checksums, release notes, installation instructions, and feedback channels for Specability Core.

The complete source code and advanced method packs are developed privately.

What You Get

  • A local specability command-line binary.
  • Coding-focused Starter Pack content.
  • Local runtime state stored under your project.
  • Host integration for agent workflows.
  • No automatic upload of source code, runtime state, or workflow data.

Install

macOS and Linux install script:

curl -fsSL https://raw.githubusercontent.com/SpecabilityAI/specability-core/main/install.sh | sh

Node/npm users:

npm install -g specability

Homebrew users:

brew tap SpecabilityAI/tap
brew trust specabilityai/tap
brew install specability

Windows PowerShell:

iwr https://raw.githubusercontent.com/SpecabilityAI/specability-core/main/install.ps1 -UseB | iex

See docs/install.md for the review-before-run PowerShell path.

To install a specific preview:

curl -fsSL https://raw.githubusercontent.com/SpecabilityAI/specability-core/main/install.sh | sh -s -- --version v0.1.0-preview.1

Windows users can also download the zip from GitHub Releases.

Supported preview targets:

  • macOS Apple Silicon: darwin_arm64
  • macOS Intel: darwin_amd64
  • Linux x64: linux_amd64
  • Linux arm64: linux_arm64
  • Windows x64: windows_amd64

See docs/install.md for platform-specific steps, package manager notes, custom install directories, and uninstall instructions.

Verify A Download

Every release includes checksums.txt.

grep 'specability-core_<version>_<platform>_<arch>' checksums.txt | shasum -a 256 -c -

The macOS/Linux installer downloads checksums.txt and verifies the selected archive before installing.

The npm and PowerShell installers also verify SHA256 checksums before exposing the specability command.

See docs/verify.md for details.

Activate

After installing, choose the AI coding tool you use and activate Specability:

specability install hook --host claude --scope global   # Claude Code
specability install hook --host codex  --scope global   # Codex CLI
specability install hook --host gemini --scope global   # Gemini CLI

Then open a new agent session. Specability will automatically load its concise main-agent workflow guidance when that session starts.

Verify

specability doctor

Feedback

Specability Core does not send telemetry automatically. Feedback is explicit: you choose what to share.

Use GitHub Issues for:

  • Installation or runtime bugs.
  • Real workflow feedback.
  • Requests for new methodology content or workflow support.

See docs/feedback.md.

Product Line

  • Specability Core: free local coding-agent harness with the Starter Pack.
  • Specability [Domain]: domain expansions shaped with partners.
  • Specability Enterprise: paid enterprise customization and deployment.

Repository Boundary

This is a public distribution repository. It is not the complete product source repository.

It contains public documentation, installation guidance, feedback templates, and release artifacts. It does not contain the complete source code, full method library, Partner Packs, Domain Previews, Domain Products, or Enterprise content.