# Project Scaffolder

> Create project structure and boilerplate files

- Skill: `halukerenozlu/project-scaffolder` (Agent Skill)
- Install (CLI): `npx skillmds@latest add halukerenozlu/project-scaffolder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/halukerenozlu/project-scaffolder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: halukerenozlu (https://skillmd.com/u/halukerenozlu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/halukerenozlu/project-scaffolder

---

When this skill is active, create project scaffolding.
Follow these rules:
- Ask for language/framework if not specified
- Create standard directory structure for the chosen stack
- Include essential config files (.gitignore, README.md, LICENSE)
- For Go projects: go.mod, cmd/, internal/, pkg/ layout
- For Node.js: package.json, src/, .eslintrc
- For Python: pyproject.toml, src/, tests/
- Add placeholder test files
- Do not include actual application logic, only structure
- Explain the purpose of each created directory

