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

kiro-kit

v0.3.7

Published

CLI tool for bootstrapping engineer-grade Kiro IDE workspaces with curated presets.

Readme

npm version license downloads node CI


Quick Start

npx kiro-kit init

Pick from 6 curated presets with an interactive selector — arrow keys to move, Enter to select, Enter again to confirm. Your .kiro/ workspace is ready with agents, skills, commands, hooks, MCP servers, Powers recommendations, and spec templates.

# or install globally
npm install -g kiro-kit
kiro-kit init

Why kiro-kit

Most "AI coding kits" are dotfile dumps. This one wires the whole software lifecycle into a single workflow that humans and AI both read: requirements, design, tasks, code, tests — with formal correctness properties as the glue.

Pick a preset, run one command, get a workspace where AI agents act like senior teammates instead of intern auto-completers.

Presets

| Preset | Stack | Highlights | | ------------ | ------------------------------------ | --------------------------------------------------------------------------- | | frontend | React, Next.js, TypeScript | 20 agents, 21 skills, 30 commands tuned for components, a11y, performance | | backend | Node, Python, Go APIs | 19 agents, 20 skills, 29 commands for API design, databases, auth, deploy | | fullstack | Next.js, T3 stack | 20 agents, 22 skills, 30 commands plus payment and Shopify integration | | mobile | Flutter, React Native | 23 agents, 25 skills, 30 commands for mobile-first patterns and ai-multimodal | | devops | Docker, Kubernetes, Terraform | 20 agents, 24 skills, 30 commands plus container scanning and IaC workflows | | data-ai | Python, ML, AI agents | 20 agents, 32 skills, 35 commands for Pandas, PyTorch, Jupyter, Google ADK |

Every preset ships self-contained: agents, skills, commands, cross-platform hooks, workflows, statusline scripts, MCP server templates, and spec scaffolding.

Commands

| Command | What it does | | ------------------------ | ------------------------------------------------------- | | kiro-kit init | Interactive preset picker and workspace bootstrap | | kiro-kit add <preset> | Drop another preset into an existing workspace | | kiro-kit list | See all presets with artifact counts | | kiro-kit info <preset> | Detailed preset contents and file targets | | kiro-kit update | Pull latest preset version into your workspace | | kiro-kit restore | Roll back from a timestamped backup | | kiro-kit doctor | Health check (8 validations, --fix auto-repairs) | | kiro-kit telemetry | Manage opt-in usage telemetry (off by default) |

Common flags

-y, --yes              Skip confirmation prompts
--force                Overwrite all conflicts (with backup)
--skip-existing        Skip files that already exist
--no-color             Disable ANSI output
--powers <mode>        Powers setup: none, all, or interactive (default)
--quiet                Suppress non-essential output
-v, --verbose          Verbose logging
-q, --quiet            Errors only
--json                 Machine-readable output (list, info)

CLI Experience

The kiro-kit init command features a polished terminal UI:

  • Purple gradient ASCII logo (figlet Slant font)
  • Interactive preset selector with arrow keys, Enter to select, Enter x2 to confirm
  • Live selected count indicator
  • Task progress list with spinners
  • Success summary box with file counts and next steps
  • Graceful fallback for CI/non-TTY environments

Kiro Powers Integration

Each preset recommends curated Kiro Powers from the marketplace, organized by priority:

| Preset | Essential | Recommended | Optional | |--------|-----------|-------------|----------| | frontend | Figma | Netlify, Context7 | Snyk, ScoutQA | | backend | Supabase | Neon, Postman, Context7 | Stripe, Snyk | | fullstack | Supabase | Figma, Netlify, Stripe, Context7 | Firebase, LaunchDarkly | | mobile | Firebase | Figma, Context7 | ElevenLabs, Bria | | devops | Terraform | Datadog, Snyk, Depot | Harness, AWS CDK | | data-ai | ClickHouse | Context7, Exa | Neon, New Relic |

After init, a POWERS-SETUP.md guide is generated with install instructions for each Power.

MCP Server Auto-Configuration

Running kiro-kit init generates a functional .mcp.json (not just an example file):

  • Servers requiring no credentials (filesystem, git, fetch) are enabled immediately
  • Servers requiring credentials (postgres, docker) are included as _disabled_ entries with instructions to enable

Domain-Specific Hooks

Beyond generic notification hooks, each preset includes 3 domain-specific hooks:

  • frontend: accessibility-check, bundle-size-guard, component-test-reminder
  • backend: api-schema-validate, migration-safety-check, endpoint-test-coverage
  • fullstack: type-sync-check, api-client-gen, deployment-readiness
  • mobile: platform-parity-check, asset-optimization, release-checklist
  • devops: terraform-plan-review, container-scan, cost-estimation
  • data-ai: data-drift-check, model-card-update, experiment-log

How it works

1. Pick presets       2. Resolve conflicts        3. Workspace ready
   ┌─────────┐           ┌──────────────┐            ┌───────────┐
   │ frontend│  ────►    │ Backup +     │  ────►     │  .kiro/   │
   │ devops  │           │ Atomic write │            │  Live     │
   └─────────┘           └──────────────┘            └───────────┘

Three principles drive every design decision:

  • Bundled, not fetched — all presets ship in the npm tarball. Works offline after install.
  • User-priority merge — existing user content is never silently overwritten. Conflicts always prompt.
  • Atomic writes — temp file plus rename guarantees no partial state on crash or interrupt.

Built for real workflows

  • Cross-platform hooks (.js primary, .sh and .ps1 fallbacks)
  • 4-option conflict resolution (overwrite, skip, view diff, overwrite all)
  • Timestamped backups with restore and restore --list
  • Tracking file (.kiro/.kiro-kit.json) records what came from where
  • Property-based tests verify invariants (round-trips, commutativity, idempotency)
  • Structural tests enforce minimum thresholds across all 6 presets

Privacy

Telemetry is off by default. Nothing leaves your machine unless you explicitly opt in.

kiro-kit telemetry status     # Check current state
kiro-kit telemetry enable     # Opt in (anonymous events only)
kiro-kit telemetry disable    # Opt out

Opt-in events include command name, preset selection, OS, and Node version. Never file contents, paths, or PII.

Requirements

  • Node.js 18 or later
  • pnpm, npm, or yarn (only one needed for npx)

Contributing

Got an idea for a new preset, or want to improve an existing one? See CONTRIBUTING.md and docs/creating-presets.md.

git clone https://github.com/ihatesea69/kiro-kit.git
cd kiro-kit
pnpm install
pnpm test

Links

  • Repository: https://github.com/ihatesea69/kiro-kit
  • Issues: https://github.com/ihatesea69/kiro-kit/issues
  • Releases: https://github.com/ihatesea69/kiro-kit/releases
  • Kiro IDE: https://kiro.dev

License

MIT