AgentSkillsCN

templates

为新应用提供项目脚手架模板。适用于从零开始创建新项目时使用。包含 12 种适用于不同技术栈的模板。

SKILL.md
--- frontmatter
name: templates
description: Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

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
express-apiExpress + JWTREST API
python-fastapiFastAPIPython API
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