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-agents

v1.15.4

Published

Advanced AI agent system for Kiro IDE - Create specialized AI agents, switch interaction modes, and enhance development workflows with minimal cognitive overhead

Readme

kiro-agents

AI agent system for Kiro IDE. Create custom AI agents tailored to your exact needs—easily and interactively, with minimal prompt writing.

Build agents for any domain: development, design, business, research, or anything else. Choose from templates, explore role libraries, describe what you need in plain language, or craft agents step-by-step. Once created, refine them to perfection through kiro-master, the management agent created automatically on first use.

Features

Core Capabilities:

  • 🎯 Guided Agent Creation - Multiple creation methods: templates, role explorer, natural language, or step-by-step wizard
  • 🔧 Powerful Refinement - Modify and perfect agents through kiro-master, the auto-created management agent
  • 💬 Interactive by Default - Guided workflows with minimal prompt writing for both creating and using agents
  • 🌐 Unlimited Domains - Build agents for any field: development, design, business, research, or anything else
  • 📦 Minimal Footprint - 1.35K base context (<0.7% of Kiro's 200K), protocols load on-demand

Additional Features:

  • 🔄 Flexible Modes - Switch between vibe (conversational) and spec (structured) workflows
  • 🎯 Strict Mode - Precision mode that blocks execution on ambiguous input
  • 🧠 Reflection System - Agents learn from experience with persistent memory across sessions

Installation

npx kiro-agents

Installs kiro-agents and the kiro-protocols Power. Run the same command to update to the latest version.

Quick Start

1. Start Agent System

/agents

On first run, this automatically creates kiro-master (your Kiro management agent) and shows you the agent menu.

2. Create Your First Custom Agent

From the agent menu, choose "Create new agent" and pick a creation method:

  • Quick Start - Choose from templates
  • Explore Roles - Browse agents by domain
  • Natural Language - Just describe what you need
  • Project-Specific - AI analyzes your codebase
  • Guided Wizard - Step-by-step customization

3. Activate Any Agent

/agents {name}

Example:

  • /agents kiro-master - Activate the Kiro management agent

The agent stays active until you switch to another or end the session.

Demo

How It Works

Simple Markdown Files kiro-agents uses plain markdown files with AI instructions—no code to run, no dependencies to install. These files guide how Kiro IDE responds to your commands.

kiro-protocols Power Automatically installed alongside kiro-agents, this Power provides protocols (agent creation, mode switching, strict mode) that load on-demand when needed.

On-Demand Loading Protocols load only when needed, keeping your context clean. Base system uses just 1.35K tokens.

Your Agents, Your Files Agents you create are saved as .md files in .kiro/agents/. Edit them like any document, version control them with git, reuse them across projects.

Documentation

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

Links