Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/secondsky/claude-skills/bun-initgit clone --depth 1 https://github.com/secondsky/claude-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/secondsky/claude-skills/bun-init)<a href="https://agentmods.dev/commands/secondsky/claude-skills/bun-init"><img src="https://agentmods.dev/badge/commands/secondsky/claude-skills/bun-init.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00012 | $0.00577 |
| Opus 5 | $0.00006 | $0.00289 |
| Sonnet 5 | $0.00002 | $0.00115 |
| Haiku 4.5 | $0.00001 | $0.00058 |
Grade A, and why
bun:init scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Bun Project Initialization
Initialize a new Bun project with the best configuration for the selected template.
Process
- Determine project type - Ask user if template not specified
- Create project structure - Use appropriate scaffolding
- Configure for Bun - Ensure Bun-optimized settings
- Install dependencies - Run
bun install - Initialize git - Set up git repository
- Show next steps - Guide user on what to do next
Templates
Basic (default)
bun init
Creates minimal Bun project with TypeScript.
Hono
bun create hono {project-name}
Creates Hono API project optimized for Bun.
Next.js
bunx create-next-app@latest {project-name}
Creates Next.js project with Bun package manager.
Nuxt
bunx nuxi@latest init {project-name}
Creates Nuxt 3 project with Bun runtime.
SvelteKit
bunx sv create {project-name}
Creates SvelteKit project with Bun adapter.
TanStack Start
bunx create-tanstack-start@latest {project-name}
Creates TanStack Start full-stack React project.
Post-Initialization
After scaffolding, apply these Bun-specific optimizations:
- Update package.json scripts to use
bun --bunwhere beneficial - Create bunfig.toml with recommended settings
- Add .gitignore entries for Bun-specific files
- Configure TypeScript for Bun types
Example bunfig.toml
[install]
auto-install = true
[run]
bun = true
[test]
coverage = true
Questions to Ask
If template not provided:
- "What type of project do you want to create?"
- API/Backend (Hono)
- React Full-Stack (Next.js or TanStack Start)
- Vue Full-Stack (Nuxt)
- Svelte Full-Stack (SvelteKit)
- Basic TypeScript
If project name not provided:
- "What should the project be called?"
Success Output
After initialization, display:
- Project structure summary
- Key files created
- Available scripts
- Command to start development
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 106 lines · 12 tokens per session scan A 4b297e16ce09
bun:init is a command published in the GitHub repository secondsky/claude-skills (214 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 577 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
correlate
Find related failures through pattern matching.
diff
Compare two command outputs with intelligent diff.
open
Open/retrieve an offloaded output by ID or shortcut.
search
Search through offloaded outputs with hard caps.
stats
Show FewWord session statistics with rich output and token savings.
timeline
Visual timeline of command outputs in current session.