← Back to Skills Marketplace
bytesagain3

Create

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
187
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install create
Description
Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen...
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install create
  3. After installation, invoke the skill by name or use /create
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug create
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Create?

Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen... It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.

How do I install Create?

Run "/install create" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Create free?

Yes, Create is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Create support?

Create is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Create?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.

💬 Comments