Skeleton framework to kickstart and organize projects like a pro.
Starting a project shouldn’t feel like dragging yourself through a swamp of folder-making and file-setup.
If you're like me — jotting down ideas and quickly scripting before the spark fades — the last thing you want is to spend your energy setting up instead of building.
Enter: Module Skeleton.
This ready-to-go framework builds a professional project structure for you, so you can jump straight into the fun part: coding.
The module-skeleton
script automatically creates a standard directory structure, drops in essential files, and organizes everything with minimal effort.
No more mkdir this, touch that — just run and done.
-
Consistency:
Every project starts with the same solid foundation. No weird folder chaos. -
Efficiency:
Save HOURS by skipping manual setup. Focus on your code, not your folders. -
Maintainability:
Easy to navigate, easy to collaborate, easy to keep clean. -
Onboarding:
Hand a project to a teammate or future-you, and they’ll instantly understand the structure.
You can generate templates for:
- Lambda
- ECS
- API
- ECS + Lambda
- ECS + API
- ECS + API + Lambda
- Streamlit apps
More coming soon! 🚀
-
Clone this repo:
gh repo clone bhaktichokshi/module-skeleton
-
Make the shell script executable:
chmod +x module-skeleton/skeleton.sh
-
Run it and follow the prompts:
./module-skeleton/skeleton.sh
And boom — a fully-structured project, ready for action.
Good tools make good habits easier.
This skeleton won’t just save you time — it'll raise the standard for every project you start.