project-scaffold

Scaffold TypeScript/JavaScript or Python projects with configurable feature templates.

3|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/kjgarza/marketplace-claude --skill project-scaffold-kjgarza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-scaffold
Source: https://github.com/kjgarza/marketplace-claude/tree/main/plugins/kjgarza-base/skills/project-scaffold
Command: npx skills add https://github.com/kjgarza/marketplace-claude --skill project-scaffold-kjgarza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds production-ready software projects using best-practice templates and guided setup, helping teams bootstrap development faster and with consistent structures.

Core Features & Use Cases

  • Ready-to-use templates for Frontend, CLI, API, and Monorepo projects across TypeScript/JavaScript and Python
  • Flexible feature templates (testing, linting, docs) and configurable project structures
  • Ideal for teams starting new projects, prototyping MVPs, or onboarding new repos quickly

Quick Start

Tell me your project name in kebab-case (e.g., my-awesome-app), choose a type (Frontend, CLI, API, Monorepo), select a language (TypeScript/JavaScript or Python), and specify which features you want. Then confirm to generate the scaffold.

Frequently Asked Questions about project-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new TypeScript or Python project quickly?

To scaffold a new TypeScript or Python project quickly, provide a kebab-case project name, select a type like Frontend or API, choose your language, and specify feature templates such as testing or linting. This generates a production-ready file structure.

Can I bootstrap a monorepo with configurable features like testing and linting?

Yes, you can bootstrap a monorepo with configurable features. The guided interactive workflow supports adding testing, linting, and documentation templates during the initial project setup to ensure consistent structures across your repositories.

What is the best way to bootstrap a CLI tool in JavaScript?

The best way to bootstrap a CLI tool in JavaScript is using a project scaffold that provides best-practice templates. It defines the initial tooling file structures and validates the naming convention to start development fast.

Does this project scaffolding tool require any dependencies to generate starter code?

No dependencies are required to generate starter code. The scaffolding tool operates independently to define tooling templates and file structures, enabling fast initiation of web apps, tooling, and libraries without prior package installations.

Why use a guided workflow for generating project boilerplate?

You use a guided workflow for generating project boilerplate to ensure naming validation and configurable feature selection. It helps teams bootstrap development faster and with consistent structures rather than manually configuring files.