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

@istmx/skills

v2.1.1

Published

The Elite Agentic Orchestration & Enterprise SDLC Engine for Claude Code, Cursor, Windsurf, and Gemini. 70+ design presets, automated browser QA, full-stack architecture, and senior-dev efficiency.

Readme

@istmx/skills is a deterministic, stack-agnostic Agentic Operating System designed to supercharge CLI-based agents like Claude Code and modern IDEs (Cursor, Windsurf, Gemini). It equips your AI with architectural blueprints, 70+ production-grade design presets, automated headless browser QA testing, and senior-developer efficiency ladders before writing a single line of code.


⚡ Quick Start

Initialize or upgrade @istmx/skills in your project root:

npx @istmx/skills init

The CLI automatically detects your environment—optimizing for Claude Code, Cursor, Windsurf, Gemini, Cline, and Roo Code—and injects the universal router, core orchestrators, and enterprise workflow suite directly into your harness rulebook.


🧠 Master Router & Core Orchestrators (Day-Zero)

These master brains structure your entire application. They are 100% Stack Agnostic—adapting seamlessly across Web (React, Next.js, Vue, Nuxt, SvelteKit), Mobile (iOS SwiftUI, Android Jetpack Compose, React Native, Expo, Flutter), and Backend (Node, Bun, FastAPI, Go, Rust).

👑 The Apex Router

  • /istm <prompt>Universal NLP Router & Master Orchestrator
    • Evaluates your prompt, classifies domain intent, and automatically delegates execution to the optimal skill.
    • Example:
      > /istm build me a real-time crypto exchange with live charts and dark mode

🏛️ The 4 Pillars of Architecture

  • /istm-architecture2-Track Full-Stack Architecture Engine

    • Track 1 (Greenfield): Executes the Discovery Gate, interviews you to resolve unknown requirements, applies Smart Defaults, and scaffolds the 4 Pillars of Truth (agents.md, architecture.md, design.md, project-overview.md).
    • Track 2 (Brownfield / Existing Codebase): Zero-interrogation mode. Automatically scans package.json, runtime frameworks, live ORM schemas, and router trees to faithfully reverse-engineer the architecture with zero destructive overwrites.
    • Examples:
      # Greenfield project from prompt
      > /istm-architecture design an enterprise B2B SaaS platform with team permissions
      
      # Reverse-engineer an existing codebase
      > /istm-architecture --codebase
  • /istm-design70+ Production Brand Presets, Archetypes & Image-to-Code

    • Reverse-engineers design systems from URLs or screenshots into precise tokens, and loads battle-tested brand blueprints (linear, stripe, apple, vercel, supabase, porsche, claude, etc.).
    • Examples:
      # Apply Linear's exact near-black palette & typography
      > /istm-design --preset=linear
      
      # Build a landing page with Stripe's banking-grade tokens
      > /istm-design build a billing settings page using preset stripe
  • /istm-awwward-designerAwwwards-Winning Visual Universes

    • Constructs cinematic frontend experiences powered by the Paint Pipeline. Integrates WebGL, Canvas, custom shaders, and Awwwards-level interactive layouts.
    • Example:
      > /istm-awwward-designer build a 3D interactive hardware showcase with smooth scrolling
  • /istm-animateDesign Engineering & Spring Physics Engine

    • Identifies motion opportunities and injects physics-based micro-interactions, spring curves (stiffness: 100, damping: 20), and hardware-accelerated transforms.
    • Example:
      > /istm-animate add tactile magnetic hover physics and entry staggers to hero components
  • /istm-system-designBackend Architect, Database Schemas & APIs

    • Generates production-ready database schemas (Prisma, Drizzle, SQL), strict Zod validation pipelines, and type-safe server actions.
    • Example:
      > /istm-system-design create a multi-tenant PostgreSQL schema with role-based access control

🛠️ Enterprise Workflow Suite (Day-to-Day)

Stop chatting blindly with your AI. Use these deterministic commands to execute safe, heavily-guarded daily development:

| Command | Role | Description & Example Prompt | |---|---|---| | /istm-craft | Feature Architect | Enforces One-Spec-At-A-Time planning.> /istm-craft spec out the Stripe subscription checkout modal | | /istm-develop | Execution Engine | Builds production code with anti-laziness gates and Git guardrails.> /istm-develop implement the checkout modal from spec 0001 | | /istm-debug | Root-Cause Investigator | Employs the 7-Rung Efficiency Ladder & Grep-All-Callers tracing.> /istm-debug session token drops during WebSocket reconnection | | /istm-qa | Automated Browser QA | Automated headless browser testing (Playwright) across responsive viewports.> /istm-qa test the pricing table on mobile 375px and desktop 1440px | | /istm-cso | Security Officer | Deep scans API routes and dependencies for auth leaks and injection risks.> /istm-cso scan authentication middleware and database queries | | /istm-gain | Performance Optimizer | Profiles bundle sizes, renders, and Largest Contentful Paint (LCP).> /istm-gain optimize client bundle and lazy-load heavy chart dependencies | | /istm-debt | Debt Harvester | Harvests deliberate shortcuts into structured ISTM-DEBT.md ledgers.> /istm-debt generate a debt ledger for all deferred optimizations | | /istm-review | Code Reviewer | Rigorous pre-merge code review and diff inspection.> /istm-review audit the auth pull request for edge cases and regressions | | /istm-ship | Release Engine | Verifies tests, runs QA, and drafts production PRs and changelogs.> /istm-ship run test suites, verify browser QA, and draft a release PR | | /istm-autoplan | Sprint Planner | Multi-stage autonomous sprint planning and work queue breakdown.> /istm-autoplan break down Q3 roadmap milestones into actionable tasks | | /istm-test | Test Generator | Generates comprehensive unit, integration, and E2E test suites.> /istm-test write Vitest integration tests for the checkout webhook |


🎨 70+ Production Design Presets (--preset=<name>)

Never start a design system from scratch or let AI guess your styles. @istmx/skills includes 70+ reverse-engineered, production-grade Design System blueprints extracted from the world's most iconic digital products.

⚙️ How It Works Under the Hood:

  1. Curated Blueprint Library: Every preset in istm-design/presets/<name>/DESIGN.md contains the exact color tokens (canvas, surfaces, ink, borders), typography hierarchy (font stacks, sizes, negative letter-spacing), motion physics (spring curves, damping, duration), and component radius rules.
  2. Instant Token Compilation: When you pass --preset=<name> (or name a brand in your prompt), the AI instantly loads those tokens and locks them into your project's .istm-context/design.md.
  3. Deterministic UI Code: Every component generated by /istm-design or /istm-develop strictly uses these tokens with clean Tailwind v4 semantic classes (bg-background, text-foreground, border-border), ensuring a 100% faithful aesthetic with zero AI slop.

🌟 Popular Presets Matrix:

| Domain | Popular Presets (--preset=<name>) | Signature Aesthetic | |---|---|---| | Developer Tools | linear, vercel, supabase, raycast, posthog, warp | Near-black canvases, lavender/emerald accents, negative-tracking type, dense UIs | | Fintech & Banking | stripe, wise, coinbase, binance, revolut | Slate blue foundations, high-contrast typography, precision 4px radius inputs | | AI & RAG Platforms | claude, cursor, cohere, mistral, ollama, xai | Warm paper / deep dark surfaces, terminal monospace, thinking-model layouts | | Productivity & Canvas| figma, notion, framer, miro, airtable, cal | Clean white/charcoal canvases, flexible grid systems, fluid micro-interactions | | Luxury & Automotive | porsche, ferrari, bugatti, lamborghini, bmw-m | Ultra-deep black surfaces, high-contrast metallic accents, cinematic typography | | Consumer & Lifestyle | apple, airbnb, spotify, shopify, nike, uber | Refined spatial padding, SF Pro / circular fonts, hardware-accelerated transitions |

💡 Example Usages:

# 1. Direct Flag Usage: Instantly load Linear's exact tokens into .istm-context/design.md
> /istm-design --preset=linear

# 2. Direct Flag Usage: Scaffold a Stripe-style checkout with banking-grade tokens
> /istm-design --preset=stripe

# 3. Conversational Prompt: Build a page directly with a preset aesthetic
> /istm-design build a modern developer dashboard using preset supabase

# 4. Conversational Prompt: Create a luxury landing page using preset porsche
> /istm-design create a sleek product showcase using preset porsche

(You can also browse the full catalog anytime in istm-design/presets/catalog.md).


💎 Engineering Excellence & Architectural Standards

@istmx/skills guarantees production-grade quality across every generated feature through core engineering standards:

  • Complete Multi-Layered Storytelling: Constructs rich, full-depth landing pages and application flows—complete with asymmetrical bento feature showcases, interactive sandboxes, verified metrics, pricing comparison matrices, and high-craft footers.
  • Deterministic Token & Motion Harmonization: Synchronizes bespoke color tokens, strict typography scales, and spring physics (stiffness: 100, damping: 20) seamlessly across all UI components.
  • Modern Semantic Styling & Accessible Atoms: Enforces clean Tailwind v4 semantic utility tokens (bg-background, text-foreground, border-border) paired with accessible Shadcn UI / Radix primitives.
  • Stack-Idiomatic Architecture: Deeply respects your project's chosen framework conventions (Next.js App Router app/, Nuxt, Vite, SvelteKit, Flutter), automatically adapting to existing project structures.
  • Compiler-Grade Type Safety: Generates strictly typed domain models, discriminated unions, and end-to-end Zod inference with zero type shortcuts.
  • Full-Fidelity Production Code: Clean, self-documenting, and complete code with zero placeholders or truncated functions—ready to ship directly to production.

📁 The .istm-context 4 Pillars of Truth

When an orchestrator runs, it centralizes all knowledge into .istm-context/:

.istm-context/
├── agents.md             # Operational brain, memory rules, and coding standards
├── architecture.md       # Database schemas, API routes, and backend architecture
├── design.md             # UI tokens, color palette, typography scale, motion specs
├── project-overview.md   # Business logic, product requirements, and user journeys
├── specs/                # Atomic, feature-specific implementation specifications
└── docs/                 # Cached documentation from live web lookups

Before generating a line of code, every agent reads this directory, guaranteeing 100% architectural alignment and zero hallucinations.


🤝 Contributing & Community

We are building the definitive open-source AI orchestration engine to end the era of generic AI code scaffolding.

  • ⭐️ Star the repo to support the project.
  • 🐛 Report Issues or suggest new framework adapters.
  • 💻 Submit Pull Requests to expand our design presets or workflow tools.

Please review our CODE_OF_CONDUCT.md before contributing.

Author: Aryan
License: MIT License