Awesome-omni-skill templates

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 14 templates for various tech stacks (including Frappe for healthcare/e-health).

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/templates-quantumsolver" ~/.claude/skills/diegosouzapw-awesome-omni-skill-templates && rm -rf "$T"
manifest: skills/development/templates-quantumsolver/SKILL.md
source content

Project Templates

Quick-start templates for scaffolding new projects.


🎯 Selective Reading Rule

Read ONLY the template matching user's project type!

TemplateTech StackWhen to Use
nextjs-fullstackNext.js + PrismaFull-stack web app
nextjs-saasNext.js + StripeSaaS product
nextjs-staticNext.js + FramerLanding page
nuxt-appNuxt 3 + PiniaVue full-stack app
express-apiExpress + JWTREST API
python-fastapiFastAPIPython API
frappe-appFrappe Framework (E-health/EHR)Healthcare and medical record systems
react-native-appExpo + ZustandMobile app
flutter-appFlutter + RiverpodCross-platform
electron-desktopElectron + ReactDesktop app
chrome-extensionChrome MV3Browser extension
cli-toolNode.js + CommanderCLI app
monorepo-turborepoTurborepo + pnpmMonorepo
astro-staticAstro + MDXBlog / Docs

Usage

  1. User says "create [type] app"
  2. Match to appropriate template
  3. Read ONLY that template's TEMPLATE.md
  4. Follow its tech stack and structure