AryaLabsHQAryaLabsHQOfficial·2 Agent Skills Included

bunli

Build type-safe command-line applications with Bun

Builds type-safe command-line applications on Bun with validated options, plugins, and interactive prompts. Scaffolds new CLI projects, generates TypeScript types from commands, and compiles everything into standalone binaries. Eliminates manual argument parsing, shell completion setup, and config file merging. Ships with testing utilities and terminal UI components to ship polished CLIs faster.
npx skills add AryaLabsHQ/bunli --all -g -y
Available:

Gives your AI agent a full map of the Bunli monorepo, including where each package lives, coding conventions, and which commands to run for building and testing.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→