simplify
79最近変更したコードを簡素化
コード変更では、重複したロジック、一貫性のないスタイル、わかりにくい構造が残りがちです。このスキルは最近変更されたコードをレビューし、動作を維持しながら明確さを高めるように洗練します。
Build Faster With Bun
Developers often maintain separate Node.js tools, scripts, and configuration for common workflows. This skill maps those workflows to Bun and explains Bun APIs for faster application development.
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "bun" from https://skillstore.io/skills/brianlovin-bun.md and its manifest at https://skillstore.io/api/skills/brianlovin-bun/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「bun」を使用しています。 Replace npm install, npm test, and npm run dev with Bun commands.
期待される結果:
「bun」を使用しています。 Which Bun API should serve a small application with routes and WebSockets?
期待される結果:
Use Bun.serve as the central server API. Define routes for HTTP requests and add a WebSocket handler when the application needs persistent client connections.
「bun」を使用しています。 How should a team validate a move from Node.js to Bun?
期待される結果:
Run the existing tests, compare dependency behavior, verify environment loading, exercise build and development commands, and test production-like server paths.
All 28 static findings are false positives caused by Markdown code spans, examples, and API documentation in SKILL.md. No evidence found of executed commands, secret exfiltration, prompt injection, or reconnaissance behavior.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/brianlovin-bun/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/brianlovin-bun?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/brianlovin-bun?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/brianlovin-bun/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/brianlovin-bun.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>brianlovin. (2026). bun security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/brianlovin-bun/audits/1@techreport{brianlovin-brianlovin-bun-2026,
author = {brianlovin},
title = {bun security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/brianlovin-bun/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "bun security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "brianlovin"
date-released: "2026-09-09"
url: "https://skillstore.io/skills/brianlovin-bun/audits/1"
identifiers:
- type: other
value: "skillstore:brianlovin-bun:audit:1"
description: "Skillstore immutable audit report identifier"
Translate package, test, build, and development commands from Node.js tooling to Bun.
Plan a small server with Bun.serve, routes, WebSockets, HTML imports, and hot reload.
Convert basic tests to bun:test and choose a practical command for running the test suite.
Convert these Node.js and npm commands to Bun equivalents. Preserve the intent and explain any important differences: [paste commands].
Explain how to use this Bun API in a small TypeScript project. Include the purpose, required setup, and one concise usage example: [API name].
Design a Bun.serve structure for this application. Cover routes, static assets, WebSockets if needed, environment configuration, and local development commands: [application details].
Review this project migration from Node.js to Bun. Identify incompatible assumptions, command changes, test changes, environment concerns, and a staged validation plan: [project details].
作成者
brianlovinライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
リポジトリ
https://github.com/brianlovin/agent-config/tree/1a9819ebf3fee811150fc76cbe177ea4e5f747ff/skills/bun参照
367c7bb3962eb92a1b87fc08b2947aeda00cd51d
メンテナンスの新しさ
2026/9/9
利用状況
0 ダウンロード · 0 閲覧
ファイル構成
📄 SKILL.md
最近変更したコードを簡素化
コード変更では、重複したロジック、一貫性のないスタイル、わかりにくい構造が残りがちです。このスキルは最近変更されたコードをレビューし、動作を維持しながら明確さを高めるように洗練します。
Audit React Codebase Health
React projects can hide security, performance, correctness, and architecture problems. This skill runs React Doctor and guides prioritized fixes using reported diagnostics.
Review UI Accessibility and Visual Design
Interface reviews can miss accessibility barriers and inconsistent visual details. Rams checks component code against focused WCAG and design criteria with prioritized fixes.
Orchestrate Complex Coding Workflows
Complex coding tasks can lose structure across planning, implementation, and verification. This skill guides Claude, Codex, and Claude Code through a disciplined workflow.
Build Software with Test-Driven Development
Feature work often produces fragile tests that mirror implementation details. This skill guides focused red-green-refactor cycles around observable behavior and public interfaces.
Refactor CLAUDE.md Project Guidance
Long project instructions can hide important guidance and verification steps. This skill restructures them into concise root guidance and focused rule files.
Playwrightテストカバレッジの改善
作成者 C0ntr0lledCha0s
Playwrightスイートは、設定、ロケーター、フィクスチャに一貫性がないと不安定になることがあります。このスキルは、信頼性の高いブラウザテスト、デバッグ、再利用可能なページオブジェクトのための実践的なパターンを提供します。
信頼性の高いテスト自動化を構築
作成者 89jobrien
弱いテストはリリースを遅らせ、リグレッションを見逃します。このスキルは、テスト戦略、TDD、自動化、カバレッジレビュー、Playwright による Web チェックをガイドします。
starknet.js で Starknet アプリを構築
作成者 internet-court
Starknet 統合では、プロバイダー、アカウント、トランザクション、手数料を正確に処理する必要があります。このスキルは、Claude、Codex、Claude Code に実践的な starknet.js v9 パターンを提供します。
Vue 3 のコード品質を向上
作成者 vuejs-ai
Vue プロジェクトでは、時間の経過とともに reactivity、component、performance に関するミスが蓄積しがちです。このスキルは、より安全なパターンと明確なコードのために、Vue 3 に特化したガイダンスを提供します。
型安全なReactコンポーネントを構築
作成者 softaworks
React TypeScript の作業では、event、hook、route の正確な型が必要になることがよくあります。このスキルは、型付きcomponents、React 19 APIs、routing に焦点を当てたパターンを提供します。
コードベース全体で信頼性の高いテストを計画する
作成者 0xDarkMatter
このスキルは、テスト範囲を混在させずに、チームがテスト戦略、モック、データフィクスチャ、カバレッジゲート、CIパターンを選択するのに役立ちます。Claude、Codex、Claude Codeに、ユニット、統合、エンドツーエンド、TDD、パイプラインテストのための構造化されたガイダンスを提供します。