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 skills add Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill bun-developmentgit clone --depth 1 https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLIWrote 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/skills/dokhacgiakhoa/agent-skills-4-vibe-coding-cli/bun-development)<a href="https://agentmods.dev/skills/dokhacgiakhoa/agent-skills-4-vibe-coding-cli/bun-development"><img src="https://agentmods.dev/badge/skills/dokhacgiakhoa/agent-skills-4-vibe-coding-cli/bun-development/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dokhacgiakhoa/agent-skills-4-vibe-coding-cli/bun-development"><img src="https://agentmods.dev/badge/skills/dokhacgiakhoa/agent-skills-4-vibe-coding-cli/bun-development.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00050 | $0.00909 |
| Opus 5 | $0.00025 | $0.00454 |
| Sonnet 5 | $0.00010 | $0.00182 |
| Haiku 4.5 | $0.00005 | $0.00091 |
Grade A, and why
bun-development 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
30 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- sub-skills/11-installation.md 255 B
- sub-skills/12-why-bun.md 577 B
- sub-skills/21-create-new-project.md 422 B
- sub-skills/22-packagejson.md 436 B
- sub-skills/23-tsconfigjson-bun-optimized.md 569 B
- sub-skills/31-installing-packages.md 563 B
- sub-skills/32-removing-updating.md 261 B
- sub-skills/33-bunx-npx-equivalent.md 254 B
- sub-skills/34-lockfile.md 244 B
- sub-skills/41-basic-execution.md 280 B
- sub-skills/42-watch-mode.md 131 B
- sub-skills/43-environment-variables.md 382 B
- sub-skills/51-file-system-bunfile.md 527 B
- sub-skills/52-http-server-bunserve.md 606 B
- sub-skills/53-websocket-server.md 554 B
- sub-skills/54-sqlite-bunsql.md 661 B
- sub-skills/55-password-hashing.md 389 B
- sub-skills/61-basic-tests.md 301 B
- sub-skills/62-running-tests.md 250 B
- sub-skills/63-matchers.md 748 B
- sub-skills/64-mocking.md 479 B
- sub-skills/71-basic-build.md 206 B
- sub-skills/72-build-api.md 609 B
- sub-skills/73-compile-to-executable.md 419 B
- sub-skills/81-compatibility.md 373 B
- sub-skills/82-common-migration-steps.md 357 B
- sub-skills/83-differences-from-nodejs.md 745 B
- sub-skills/91-use-bun-native-apis.md 251 B
- sub-skills/92-use-bunserve-for-http.md 379 B
- sub-skills/93-bundle-for-production.md 1.1 KB
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 · 57 lines · 50 tokens per session scan A 2d192ff4c0c4
bun-development is a skill published in the GitHub repository Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI (509 stars, last pushed 3mo ago), with no licence file. It adds 50 tokens to every session and 909 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
async-await-patterns
Use when writing JavaScript or TypeScript code with asynchronous operations, fixing promise-related bugs, or converting callback/promise patterns to async/await. Triggers: 'promise chain', 'unhandled rejection', 'race condition in JS', 'callback hell', 'Promise.all', 'sequential vs parallel async', 'missing await'.…
fix-typescript-build
How to fix a failing tsc/npm run build (type-check) run in a project, batching fixes into sprints to preserve context.
typescript
You are working in a TypeScript codebase. Apply strict TypeScript practices.
typescript
TypeScript strict mode with eslint and jest.
agent-inspect
Local evidence debugger and trajectory-test toolkit for TypeScript AI agents. Use when capturing framework-faithful traces, asserting TraceContract/TraceFacts, packaging Evidence v2, or inspecting local runs over read-only MCP (gettracefacts).
gograph
Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…