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.md
source 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

TemplateDescriptionReference
Boot Next.jsModern Next.js starter with App Routerboot-nextjs
Boot VueComprehensive Vue 3 starterboot-vue
Boot ReactReact starter with Viteboot-react
Boot Nuxt 3Nuxt 3 starterboot-nuxt3
Boot ElectronElectron starter with React/Vueboot-electron
Boot React NativeReact Native starterboot-react-native
Boot Backend Go CleanGo Clean Architecture starterboot-backend-go-clean
Boot TSTypeScript library starterboot-ts
Boot Taro ReactTaro + React starter for mini-programsboot-taro-react
Boot InkCLI app starter with Inkboot-ink
Boot LynxLynx starterboot-lynx
Boot MCPModel Context Protocol server starterboot-mcp
Boot WebExtWeb Extension starterboot-webext
Boot UnpluginUnplugin starterboot-unplugin
Boot FlaskPython Flask starterboot-flask
Boot VantVant UI Mobile starterboot-vant
Boot SlidevSlidev presentation starterboot-slidev