init-project

Installation
SKILL.md

Project Initialization Best Practices

When creating new projects, always prefer official CLI tools and scaffolding commands over manually creating files and directories. These tools:

  • Set up correct project structure and config
  • Install dependencies with compatible versions
  • Configure build tools, linting, testing
  • Follow framework best practices

JavaScript/TypeScript

Installs
8
Repository
linct96/ai
First Seen
Mar 2, 2026
init-project — linct96/ai