Create

v1.0.0

Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen...

0· 185·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/create.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Create" (bytesagain3/create) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/create
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install create

ClawHub CLI

Package manager switcher

npx clawhub@latest install create
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97321c6gsq3vn00nymd4g800583b6d7
185downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

VariableDescription
CREATE_DIRData directory (default: ~/.create/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...