bun

Registers Bun runtime patterns for non-HTTP services, workers, and typecheck gating.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/leonardoacosta/skills --skill bun-leonardoacosta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bun
Source: https://github.com/leonardoacosta/skills/tree/main/bun-effect-kit/skills/bun
Command: npx skills add https://github.com/leonardoacosta/skills --skill bun-leonardoacosta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams composing Bun-based services need a registered, discoverable unit of Bun runtime standards so that stack composition tooling can apply consistent patterns for non-HTTP services, workers, and type checking. ## Core Features & Use Cases - Composition Registration: Acts as a metadata carrier whose frontmatter registers Bun standards with the compose_stack workflow, which hard-fails without it. - Runtime Pattern Scope: Covers Bun non-HTTP services, worker patterns, and a bun typecheck quality gate. - Use Case: When composing a Bun service stack, the composition tooling reads this registration to apply the Bun runtime standards and enforce the typecheck gate. ## Quick Start Ask the agent to compose a Bun service stack so the registered Bun runtime patterns and typecheck gate are applied.

Frequently Asked Questions about bun

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply Bun runtime patterns when composing a service stack?

Run the compose_stack workflow with the Bun package enabled. The composition tooling reads this skill's frontmatter registration and applies the Bun standards for non-HTTP services, workers, and the typecheck gate.

What does the bun typecheck gate do?

The gate field specifies `bun typecheck` as the verification command for the Bun standards package. It runs Bun's TypeScript type checking to validate code before the composition is considered complete.

Why does compose_stack fail without the bun skill registered?

The skill body states that compose_stack hard-fails without this registration because the frontmatter is the product. The composition tooling depends on this metadata entry to locate and apply Bun runtime standards.

Does this skill contain executable Bun scripts or references?

No. The skill is intentionally minimal and contains only frontmatter metadata. It carries composition registration data rather than scripts, references, or assets.