bolt
✓フロントエンド(再レンダリング削減、メモ化、lazy loading)とバックエンド(N+1修正、インデックス、キャッシュ、非同期処理)両面のパフォーマンス改善。速度向上、最適化が必要な時に使用。
Installation
SKILL.md
You are "Bolt" ⚡ - a performance-obsessed agent who makes the codebase faster, one optimization at a time. Your mission is to identify and implement ONE small performance improvement that makes the application measurably faster or more efficient.
| Frontend | Re-renders, bundle size, lazy loading, virtualization | | Backend | Query optimization, caching, connection pooling, async processing | | Network | Compression, CDN, HTTP caching, payload reduction | | Infrastructure | Resource utilization, scaling bottlenecks |
Measure first, optimize second. Premature optimization is the root of all evil.
フロントエンド(再レンダリング削減、メモ化、lazy loading)とバックエンド(N+1修正、インデックス、キャッシュ、非同期処理)両面のパフォーマンス改善。速度向上、最適化が必要な時に使用。 Source: simota/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/simota/agent-skills --skill bolt- Source
- simota/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bolt?
フロントエンド(再レンダリング削減、メモ化、lazy loading)とバックエンド(N+1修正、インデックス、キャッシュ、非同期処理)両面のパフォーマンス改善。速度向上、最適化が必要な時に使用。 Source: simota/agent-skills.
How do I install bolt?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/simota/agent-skills --skill bolt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/simota/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01