tlyboy-starter
Original:🇺🇸 English
Translated
Helps initialize and scaffold new projects based on Guany's personal preferences and starter templates. Use when the user asks to initialize, scaffold, or set up a new project, create a project from template, or start a new app. Actions: init, scaffold, setup, create, generate, start, new. Topics: starter, boilerplate, template, project setup, degit.
2installs
Sourcetlyboy/skills
Added on
NPX Install
npx skill4agent add tlyboy/skills tlyboy-starterTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Starter
Initialize new projects using Guany's starter templates via .
degitStarter Templates
Create a project from a starter template:
bash
npx degit tlyboy/<template> <project-name>Frontend
| Template | Command |
|---|---|
| Vue | |
| React | |
| Nuxt | |
| Next.js | |
UI Library
| Template | Command |
|---|---|
| shadcn + Vue | |
| shadcn + React | |
| shadcn + Nuxt | |
| shadcn + Next.js | |
| Element Plus + Vue | |
| Element Plus + Nuxt | |
| Vant + Vue | |
Desktop (Tauri)
| Template | Command |
|---|---|
| Tauri + Vue | |
| Tauri + React | |
| Tauri + shadcn + React | |
Backend & Server
| Template | Command |
|---|---|
| Nitro | |
| Bun | |
MCP (Model Context Protocol)
| Template | Command |
|---|---|
| MCP Server | |
| MCP Client | |
Other
| Template | Command |
|---|---|
| VitePress | |
| Slidev | |
| uni-app | |
| Docker Compose (Caddy) | |
| Docker Compose (Caddy + Cloudflare) | |
| Docker Compose (Caddy + Aliyun) | |
| Docker Compose (MySQL) | |
| Docker Compose (Redis) | |
| Docker Compose (Nginx) | |
| Docker Compose (n8n) | |
| Docker Compose (Open WebUI) | |
| Docker Compose (Open WebUI + CUDA) | |
| Docker Compose (Verdaccio) | |
Instructions
- When the user asks to create or initialize a project, determine the project type (or ask).
- Suggest the matching command.
npx degit tlyboy/<template> <project-name> - After degit, run to install dependencies.
ni - If the user needs a custom setup that doesn't match any template, use the config references in (
templates/,.editorconfig) as a baseline..prettierrc
Config References
The directory contains baseline config files and project scaffolding reflecting Guany's preferences:
templates/- - 2-space indent, LF, UTF-8, trim trailing whitespace, insert final newline
.editorconfig - - No semicolons, single quotes
.prettierrc - - Prettier as default formatter, format on save
.vscode/settings.json - - Recommended extensions (EditorConfig, Prettier)
.vscode/extensions.json - - MIT License,
LICENSEreplaced with current year{{year}} - - Contributor Covenant v2.1
CODE_OF_CONDUCT.md - - Project README template (English) with emoji prefix, uses pnpm commands
README.md - - Project README template (Chinese) with emoji prefix, uses pnpm commands
README.zh-CN.md