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

@aperant/framework

v0.7.4

Published

AI coding framework — composable skills for planning, executing, verifying, and reviewing code with any LLM provider. Works as Claude Code commands, Codex tasks, or programmatically.

Readme

Aperant Framework

npm License: AGPL v3

Work in progress. This is the foundation that will run the Aperant ecosystem — an agentic IDE covering the full software lifecycle. Join the waitlist at aperant.com.

Install

npx @aperant/framework init .

Usage

Just type /apt and describe what you want in natural language. The router classifies your input and dispatches to the right skill.

/apt add OAuth login with Google
/apt the chat scroll is jittery — debug it
/apt help me think through the new pricing model
/apt typo in the footer — wrong year
/apt review my PR

You can also call any skill directly (e.g. /apt:plan ..., /apt:debug ...).

Available commands

| Stage | Command | Purpose | |---|---|---| | Route | /apt | Smart router — natural-language dispatch to any skill | | Discovery | /apt:scan | Build/refresh .aperant/features/ registry | | Discovery | /apt:zoom-out | One-page architectural orientation for an unfamiliar area | | Discovery | /apt:improve | 3-lens scan for refactor opportunities (DEEPENING / INTERFACE-DESIGN / LANGUAGE) | | Discovery | /apt:debug | Systematic debugging with persistent state across context resets | | Planning | /apt:discuss | Brainstorm a vision or lock ambiguous decisions before planning | | Planning | /apt:design | Pre-coding wireframe → critique → handoff to /apt:plan | | Planning | /apt:mockup | Visual HTML+Tailwind mockup loop with parallel variants | | Planning | /apt:plan | Investigate codebase, produce spec.md + implementation_plan.json | | Planning | /apt:roundtable | 10-agent structured debate with supermajority voting | | Planning | /apt:spar | Bidirectional adversarial sparring with a second CLI provider | | Planning | /apt:stress-test | Scenario simulation to catch operational gaps before execution | | Planning | /apt:prototype | Question-driven throwaway prototyping (LOGIC + UI branches) | | Build | /apt:quick | Fast single-shot task — skip planning, go straight to implementation | | Build | /apt:execute | Build code from a plan with atomic commits and progress tracking | | Build | /apt:run | Full pipeline: plan → execute → verify → review in one command | | Verify | /apt:verify | 4-dimension QA scoring (correctness / completeness / quality / coverage) | | Verify | /apt:verify-proof | Visual proof verification — screenshots, video, HTML report | | Verify | /apt:review | 6-pass inline code review with fix-all pipeline | | Verify | /apt:pr-review | Multi-agent PR review — 6 parallel specialists + validator + fixer + self-reviewer | | Ship | /apt:ship | Create PR with QA scores, decision traceability, commit-to-subtask mapping | | Ship | /apt:watch-ci | Post-ship CI watcher — polls PR checks, auto-fixes red, pushes, reschedules | | Ship | /apt:close-task | Post-merge closer — confirm merged, flip phase, GC state | | Session | /apt:pause | Human-initiated handoff — save CONTINUE artifacts when you need to stop | | Session | /apt:resume | Restore context from paused session and route to next action | | Docs | /apt:docs | Generate/update documentation verified against the actual codebase | | Docs | /apt:create-docs | Persona-first product docs from PROJECT.md + personas.json + features registry | | Docs | /apt:diagram | Render a DiagramScene to .excalidraw file or live Excalidraw MCP canvas | | Project | /apt:bootstrap | Generate/refresh PROJECT.md (product-context source of truth) | | Project | /apt:personas | Discover 3–5 product personas grounded in code + PROJECT.md | | Project | /apt:roadmap | Manage per-scope milestones, phases, owners, ROADMAP.md rendering | | Project | /apt:triage | Move a task through the 5-state machine | | Framework | /apt:setup | Change preferences (verification style, multi-model, parallelization, branching) | | Framework | /apt:update | Refresh installed skills / agents / hooks across every runtime |

License

AGPL-3.0-only. See LICENSE.