
Scaffold Project
- Updated February 12, 2026
- MatthiasRossbach/pia-marketplace
scaffold-project is a Claude Code skill in the AI & Agent Building category. Scaffolds new TypeScript + pnpm projects with opinionated defaults
Key points
- scaffold-project
- AI & Agent Building
- AI-coding skill
Scaffold Project by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add MatthiasRossbach/pia-marketplace/plugin install scaffold-project@piaAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 12, 2026 |
|---|---|
| Repository | MatthiasRossbach/pia-marketplace ↗ |
What it does
Scaffolds new TypeScript + pnpm projects with opinionated defaults
README.md
scaffold-project
Claude Code plugin that scaffolds new TypeScript + pnpm projects with opinionated defaults.
Installation
Install via the pia marketplace:
/plugin marketplace add MatthiasRossbach/pia-marketplace
/plugin install scaffold-project@pia
Usage
/pia:scaffold-project
Scaffolds a new TypeScript project with:
package.jsonwith TypeScript, ESLint, Prettiertsconfig.jsonwith strict settingseslint.config.js(flat config).prettierrcsrc/index.tsentry point.gitignoreCLAUDE.mdwith project conventions.github/workflows/ci.ymlfor lint + type-check + build- Initialized git repository with initial commit
The skill will prompt you for a project name and target directory, then generate all files, run pnpm install, and initialize git.
License
MIT
Related skills
AI & Agent Buildingagents