← 返回 Skills 市场
bytesagain3

Create

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
187
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install create
功能描述
Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen...
使用说明 (SKILL.md)

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]

安全使用建议
This skill is coherent with its purpose: it runs a local shell script that prints project-scaffolding guidance. Before installing or allowing autonomous invocation, review the full scripts/script.sh file yourself (ensure there are no commands that write files, execute downloads, or run external network calls you don't expect). Because the provided script was truncated in the review bundle, either (1) inspect the complete script in the repository, or (2) run it in an isolated/sandboxed environment the first time to confirm it only prints documentation and does not modify your system. Also verify you trust the publisher (bytesagain.com) if you plan to run the script on production hosts.
功能分析
Type: OpenClaw Skill Name: create Version: 1.0.0 The 'create' skill is a purely informational reference tool for project scaffolding, directory structures, and development best practices. The main script (scripts/script.sh) consists entirely of static text output providing guidance on tools like npm, poetry, and cargo, as well as standard configuration templates; it contains no functional code for file manipulation, network access, or command execution.
能力评估
Purpose & Capability
Name/description (project scaffolding) align with the provided assets: an instruction-only SKILL.md that invokes a bundled scripts/script.sh which prints scaffolding guidance. There are no unrelated env vars, binaries, or config path requirements declared.
Instruction Scope
SKILL.md's runtime instructions are explicit: call scripts/script.sh with one of the listed subcommands. That stays within scaffolding/docs scope. Note: the agent will execute a bundled shell script, so the runtime behavior depends on that script's contents (which were largely visible and appeared to be documentation-only).
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or written to disk by an installer. The only code shipped is a local shell script included in the skill bundle.
Credentials
No required environment variables, credentials, or config paths are declared. SKILL.md documents an optional CREATE_DIR configuration but does not require secrets or unrelated tokens.
Persistence & Privilege
Skill is not forced always-on and uses default autonomous invocation settings. It does not request elevated platform privileges or attempt to modify other skills' configurations in the reviewed materials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install create
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /create 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug create
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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。

💬 留言讨论