scaffold-project
Installation
SKILL.md
Scaffold Project Skill
Overview
This skill creates new Aptos dApp projects by bootstrapping directly from official templates using degit. This
approach provides clean copies of production-ready templates without git history.
Project Types
| Type | Template | Use Case |
|---|---|---|
| Fullstack dApp | boilerplate-template |
Frontend + smart contracts |
| Contract-only | contract-boilerplate-template |
Smart contracts without frontend |