AgentSkillsCN

scaffold-project

以恰当的结构和样板代码快速搭建新项目。适用于从零开始构建API、CLI、Web应用或类库。

SKILL.md
--- frontmatter
name: scaffold-project
description: "Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch."

Scaffold Project

Create new project structures with proper organization and essential files.

Available Project Types

TypeDescription
apiREST API with routes, controllers, services
cliCommand-line tool with argument parsing
webappWeb application (React, Vue, etc.)
libraryReusable package/library
CustomDescribe your needs

Quick Reference

User RequestAction
"Create a new API"Scaffold API structure
"Start a CLI project"Scaffold CLI structure
"New React app"Scaffold webapp structure
"Create a library"Scaffold library structure

Agent

Use subagent_type: project-scaffolder with a detailed prompt including:

  • Project type
  • Language/framework
  • Key features needed
  • Any specific requirements