- name
- create
- version
- 1.0.0
- description
- Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or generating starter code.
- author
- BytesAgain
- homepage
- https://bytesagain.com
- source
- https://github.com/bytesagain/ai-skills
- tags
- [create, scaffold, boilerplate, init, template, generator, devtools]
- category
- devtools
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 introOverview of project scaffolding — why, when, and how.
structures
scripts/script.sh structuresStandard directory structures for common project types.
tools
scripts/script.sh toolsPopular scaffolding tools — create-react-app, cookiecutter, yeoman, etc.
templates
scripts/script.sh templatesTemplate engine patterns — variable substitution, conditionals, loops.
configs
scripts/script.sh configsEssential config files every project needs — .gitignore, .editorconfig, CI, etc.
conventions
scripts/script.sh conventionsProject conventions — naming, versioning, commit messages, changelog.
monorepo
scripts/script.sh monorepoMonorepo scaffolding — workspaces, nx, turborepo, lerna.
checklist
scripts/script.sh checklistNew project checklist — from idea to first commit.
help
scripts/script.sh helpversion
scripts/script.sh versionConfiguration
| Variable | Description |
|---|---|
CREATE_DIR | Data directory (default: ~/.create/) |
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*