Awesome-omni-skill boot-templates
A collection of modern, opinionated starter templates for various frameworks and platforms by Kirk Lin.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/boot-templates" ~/.claude/skills/diegosouzapw-awesome-omni-skill-boot-templates && rm -rf "$T"
manifest:
skills/development/boot-templates/SKILL.mdsource content
This skill covers a suite of starter templates known as "Boot Templates", providing best-practice setups for Vue, React, Next.js, Electron, and more.
Core References
| Template | Description | Reference |
|---|---|---|
| Boot Next.js | Modern Next.js starter with App Router | boot-nextjs |
| Boot Vue | Comprehensive Vue 3 starter | boot-vue |
| Boot React | React starter with Vite | boot-react |
| Boot Nuxt 3 | Nuxt 3 starter | boot-nuxt3 |
| Boot Electron | Electron starter with React/Vue | boot-electron |
| Boot React Native | React Native starter | boot-react-native |
| Boot Backend Go Clean | Go Clean Architecture starter | boot-backend-go-clean |
| Boot TS | TypeScript library starter | boot-ts |
| Boot Taro React | Taro + React starter for mini-programs | boot-taro-react |
| Boot Ink | CLI app starter with Ink | boot-ink |
| Boot Lynx | Lynx starter | boot-lynx |
| Boot MCP | Model Context Protocol server starter | boot-mcp |
| Boot WebExt | Web Extension starter | boot-webext |
| Boot Unplugin | Unplugin starter | boot-unplugin |
| Boot Flask | Python Flask starter | boot-flask |
| Boot Vant | Vant UI Mobile starter | boot-vant |
| Boot Slidev | Slidev presentation starter | boot-slidev |