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

@noetaris/harness-skills

v0.4.0

Published

AI coding assistant skills for the Noetaris Harness ecosystem

Downloads

78

Readme

@noetaris/skills

Claude Code skills for the Noetaris Harness ecosystem.

Overview

This package installs a set of Claude Code skills into your project (or globally) that teach Claude how to work with the Noetaris Harness framework. It installs two skills, split by activity:

  • harness — the implementation skill. Guides Claude through scaffolding, provider setup, session stores, running agents, testing, observability, and MCP tool integration when writing or modifying harness code.
  • harness-design — the design-phase skill. Loaded to learn the framework's concepts while evaluating it, or to architect a system around an already-chosen harness (topology, scaling, persistence, multi-agent composition) with no code written.

Installation

npx @noetaris/harness-skills install

This copies the skills into .claude/skills/harness/ and .claude/skills/harness-design/ in your current project directory.

For a global install (available in all projects):

npx @noetaris/harness-skills install --global

Updating

npx @noetaris/harness-skills update

What's Included

harness skill (implementation):

| Skill file | Covers | |---|---| | SKILL.md | Entry point — intent classification, routing, clarification gates | | setup.md | New agent scaffold | | providers.md | LLM provider setup (Anthropic, OpenAI, Google, Ollama) | | stores.md | Session store setup (in-memory, Postgres, Redis) | | running.md | Running agents, outcomes, interrupt/resume, stopping, events | | testing.md | Step and route testing with @noetaris/harness-testing | | otel.md | OpenTelemetry observability bridge | | mcp.md | MCP protocol client setup |

harness-design skill (design, no code):

| Skill file | Covers | |---|---| | SKILL.md | Framework mental model + concepts, for learning or the design phase | | architecture.md | Architecting a system around an already-chosen harness |

Requirements

Related Packages

License

MIT