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

@dtranllc/ai-workflow-kit

v1.3.0

Published

Scaffold AI agent assets (skills, commands, workflows) into your project

Downloads

474

Readme

@dtranllc/ai-workflow-kit

Scaffold AI agent workflows into your project with a single command.

What is this?

ai-workflow-kit is a collection of production-ready multi-agent workflow systems that you can instantly add to your project. Each workflow is a coordinated team of specialized AI agents that work together to automate complex development tasks—from researching and planning to implementation and optimization.

The builder workflow is the centerpiece: it automates the creation of new multi-agent workflows. Point it at any professional domain, and it will research best practices, design the agent decomposition, generate all agent definition files, and produce comprehensive documentation—ready to use in Cursor, Claude Code, or GitHub Copilot.

Who is this for?

  • AI-native developers building with Cursor, Claude Code, or GitHub Copilot agents
  • Teams standardizing on multi-agent workflows for complex tasks
  • DevOps & Platform Engineers automating domain-specific pipelines
  • Tech Leads creating reusable agent patterns for their organization

Whether you're building web apps with the nextjs workflow, optimizing performance with perf, automating day trading strategies with bko/mtr/pbk, or creating your own custom workflows with builder, this kit gives you battle-tested agent systems instead of starting from scratch.

Install

npm install -g @dtranllc/ai-workflow-kit

Or run directly without installing:

npx @dtranllc/ai-workflow-kit <command> [options]

Or run straight from a GitHub repository:

npx github:DINHDUY/ai-workflow-kit <command> [options]

Replace user with the repository owner.

Requires Node.js 22 or later.

Usage

Copy a multi-agent workflow into your project. Agent definition files are placed flat in the output directory; all other files go to docs/workflows/<name>/.

npx @dtranllc/ai-workflow-kit add-workflows <workflowName> --output .cursor/agents

Options

| Option | Default | Description | |--------|---------|-------------| | -o, --output <path> | .cursor/agents | Output directory for agent files | | -f, --force | false | Overwrite existing files | | --dry-run | false | Preview without writing |

Available Workflows

Start here: The builder workflow automates the creation of new multi-agent workflows for any professional domain.

| Name | Description | Docs | |------|-------------|------| | bko | Breakout day trading — pre-market scanning, level mapping, entry confirmation, and risk management | README | | mtr | Momentum day trading — pre-market analysis, scanner, trade monitoring, and journaling | README | | pbk | Pullback day trading — VWAP/EMA-based setups with entry confirmation and position sizing | README | | tauri-codegen | Scaffold a production Tauri v2 desktop app (frontend UI + MCP backend + Rust core) | README | | builder | Multi-agent workflow builder with pattern references | README | | claude-packager | Generate a complete, production-ready Python package wrapping agents into an Anthropic Claude SDK multi-agent application | README | | maf-packager | Generate a complete, production-ready Python package wrapping agents into a Microsoft Agent Framework (MAF) multi-agent application | README | | nextjs | Automate the conversion of UI designs into production-ready Next.js 15+ enterprise React applications | README | | perf | Performance-first code generation with TDD and benchmarking | README | | prodify | Transform React prototypes into enterprise production-grade applications | README | | scrapy | Automate creation of production-grade Scrapy web scraping projects | README | | speckit | Automate spec-driven development from initial concept to full implementation | README |

Development

git clone https://github.com/DINHDUY/ai-workflow-kit.git && cd ai-workflow-kit
npm install

Run make or make help to list all available targets.

| Make target | Description | |-------------|-------------| | make install | Install dependencies | | make build | Compile TypeScript to dist/ | | make test | Run all tests | | make typecheck | Type-check without emitting | | make dev ARGS="..." | Run CLI in development mode | | make clean | Remove build artifacts |

License

MIT