AgentSkillsCN

solid-scaffold-bootstrap

以一致的结构、默认工具配置,以及扩展点来搭建并引导 SolidJS 项目或功能模块。适用于启动全新的 SolidJS 应用、软件包,或需要可预测初始化流程的重大功能模块时使用。

SKILL.md
--- frontmatter
name: solid-scaffold-bootstrap
description: Scaffold and bootstrap SolidJS projects or feature modules with consistent structure, tooling defaults, and extension points. Use when starting new SolidJS apps, packages, or major feature slices that need predictable setup.

solid-scaffold-bootstrap

  1. Confirm target project type and constraints.
  2. Produce a minimal production-realistic folder/module layout.
  3. Define baseline conventions for routing, state, data loading, and testing.
  4. Validate decisions with ../../references/solidjs/component-patterns.md and ../../references/solidjs/performance-ssr.md.
  5. Return setup steps and a post-bootstrap checklist.