create
Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or generating starter code.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/createCreate — 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]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-create": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
opentangl
Not a code generator — an entire dev team. You write the vision, it ships the code. Autonomous builds, PRs, reviews, and merges across multiple repos. Point it at any JS/TS project and a product vision. It plans features, writes code, verifies builds, creates PRs, reviews diffs, and merges — autonomously. Manages multiple repos as one product. Use when you want to ship code without writing it. AI code generation, autonomous development, workflow automation, multi-repo orchestration, TypeScript, JavaScript, GitHub, OpenAI, Anthropic, Claude, GPT, LLM, devtools, CI/CD, pull requests, code review.
openclaw-soul-weaver
No waiting! Create professional-grade OpenClaw configurations in 30 seconds through natural conversation. Instantly generate enthusiast-level base configs that intelligently combine emotional and professional needs.
console
Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log systems, or debugging with console tools.
copy
Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directories, or implementing copy-on-write.