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

@bhumika-ai/precise-cli

v0.1.2

Published

Precise CLI — Precise Platform CLI

Downloads

45

Readme

Precise CLI

The command-line interface for Precise — the enterprise context management platform that makes AI agents productive.

Context IS Everything. Without structured, traversable context, AI agents are flying blind. Precise gives your AI agents (Claude Code, Gemini CLI, Cursor, or any agentic system) the shared understanding they need to deliver precise outcomes.

Install

npm install -g @bhumika-ai/precise-cli

Quick Start

# Create your account
precise auth signup

# Log in
precise auth login

# Create your organization
precise org create --name "My Venture"

# Define your strategy — the kernel of context
precise sbm strategy create --name "Build the best X in the world"

# Break it into initiatives
precise sbm initiative create --name "Launch MVP" --strategy <strategy-id>

# Set up execution
precise wk project create --name "MVP Development"
precise wk wp create --name "Design landing page" --project <project-id>

That's it. The kernel of context exists. From here, AI agents can traverse your strategy, understand your org, and execute with full context.

What You Can Manage

Precise models your entire organization across three dimensions:

WHY — Strategy (precise sbm)

Define your purpose, initiatives, KPIs, and business contexts.

precise sbm strategy list
precise sbm initiative create --name "Q3 Growth Push"
precise sbm metric create --name "Monthly Active Users" --target 10000

WHAT — Organization & Assets

Stakeholders (precise sc) — Map personas, operating contexts, expectations, and interactions.

Enterprise Assets (precise ea) — Catalog services, systems, data, APIs with typed attributes.

Enterprise Operations (precise eo) — Model org structure, roles, skills, and teams.

precise sc persona create --name "End User" --type human
precise ea asset create --name "Auth Service" --type service
precise eo orgunit list

HOW — Execution (precise wk)

Projects, work packages, workflows, time tracking, and analytics. Domain-agnostic — configure types and workflows for any methodology.

precise wk project list
precise wk wp create --name "Implement auth flow" --project <id>
precise wk wp transition <wp-id> --to in_progress

Cross-Cutting

precise graph query              # Traverse the enterprise context graph
precise cookbook list             # Browse operational recipes and patterns
precise support create           # File support tickets
precise cache refresh            # Refresh local lookup caches
precise config show              # View CLI configuration

How It Works With AI

Precise is designed as the context layer for AI-powered workflows:

  1. You provide the kernel — strategy, org structure, stakeholder expectations
  2. AI agents build out the model — decomposing initiatives into work packages, mapping dependencies, cataloging assets
  3. Every session compounds — context grows richer with each interaction, making future sessions more productive
  4. Agents traverse the graph — from a task all the way up to the strategic intent behind it
WITHOUT PRECISE:
  Session 1: "Build me a landing page" → OK output, no context
  Session 5: "What were we building again?" → Context scattered across 50 chats

WITH PRECISE:
  Session 1: "Here's my strategy" → AI builds full context model
  Session 5: "Pick up WP-007" → Agent knows everything, delivers precisely

Configuration

precise config show        # View current config
precise config set <key>   # Update a setting

Config is stored in ~/.config/precise-cli/.

Private Preview

Precise is currently in private preview. Visit pre.cise.dev to join the waitlist.