Create
/install create
Create — Project Scaffolding Reference
Quick-reference skill for project scaffolding, boilerplate generation, and initialization patterns.
When to Use
- Bootstrapping a new project from scratch
- Generating directory structures and boilerplate files
- Understanding popular scaffolding tools and templates
- Setting up project conventions (linting, testing, CI/CD)
- Creating custom project generators
Commands
intro
scripts/script.sh intro
Overview of project scaffolding — why, when, and how.
structures
scripts/script.sh structures
Standard directory structures for common project types.
tools
scripts/script.sh tools
Popular scaffolding tools — create-react-app, cookiecutter, yeoman, etc.
templates
scripts/script.sh templates
Template engine patterns — variable substitution, conditionals, loops.
configs
scripts/script.sh configs
Essential config files every project needs — .gitignore, .editorconfig, CI, etc.
conventions
scripts/script.sh conventions
Project conventions — naming, versioning, commit messages, changelog.
monorepo
scripts/script.sh monorepo
Monorepo scaffolding — workspaces, nx, turborepo, lerna.
checklist
scripts/script.sh checklist
New project checklist — from idea to first commit.
help
scripts/script.sh help
version
scripts/script.sh version
Configuration
| Variable | Description |
|---|---|
CREATE_DIR |
Data directory (default: ~/.create/) |
Powered by BytesAgain | bytesagain.com | [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install create - 安装完成后,直接呼叫该 Skill 的名称或使用
/create触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Create 是什么?
Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。
如何安装 Create?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install create」即可一键安装,无需额外配置。
Create 是免费的吗?
是的,Create 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Create 支持哪些平台?
Create 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Create?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。