🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

proj-builder

by @xueyetianya

Generate structured project scaffolds and template files for Node.js, Python, and Go using predefined templates via bash commands.

Versionv1.0.0
Downloads516
TERMINAL
clawhub install proj-builder

πŸ“– About This Skill

builder

Project Scaffold Generator β€” Instantly generate well-structured project skeletons for Node.js, Python, and Go. Get a ready-to-code directory layout with sensible defaults in seconds.

Commands

| Command | Description | Example | |---------|-------------|---------| | list | List all available project templates | list | | init | Initialize a project scaffold in a directory | init node my-api | | generate | Print the file contents for a specific template file | generate python main.py |

Usage

bash script.sh list
bash script.sh init