Project Scaffolding

Installation
SKILL.md

Project Scaffolding

Purpose

Generate a complete CLAUDE.md and .claude/ directory structure for any project. This gives AI agents the context they need to work effectively from the first session — build commands, conventions, quality gates, and session tracking.

Stack Detection

Before scaffolding, detect the project's tech stack by scanning for manifest files:

File Found Stack Detected Build Tool
tsconfig.json TypeScript tsc, npm/yarn/pnpm
package.json (no tsconfig) JavaScript npm/yarn/pnpm
pyproject.toml Python pip/poetry/uv
setup.py or requirements.txt Python (legacy) pip
Cargo.toml Rust cargo
go.mod Go go
Makefile Check contents Varies
Related skills

More from hedera-dev/hedera-skills

Installs
GitHub Stars
19
First Seen