@dtranllc/ai-workflow-kit
v1.3.0
Published
Scaffold AI agent assets (skills, commands, workflows) into your project
Downloads
474
Maintainers
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-kitOr 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/agentsOptions
| 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 installRun 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
