bunli
Build type-safe command-line applications with Bun
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install bunli?â–¼
Run `npx skills add AryaLabsHQ/bunli --all -g -y` in your terminal to install all skills in this suite globally.
How to build a CLI with Bun?â–¼
Use the bunli skill to scaffold a project with create-bunli, define commands with defineCommand and Zod-validated options, then compile to a standalone binary with bunli build.
Does bunli support plugins and shell completions?â–¼
Yes. It includes a typed plugin system plus built-in plugins for shell completions, config file merging, MCP tool conversion, and AI agent detection.
Can I add interactive prompts to my CLI?â–¼
Yes. Bunli provides text, confirm, select, multiselect, and password prompts, plus spinners and terminal UI components for richer interfaces.
Does bunli work with Claude Code and other AI agents?â–¼
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and OpenCode, and bunli can even detect which agent is running.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core