drive-create-project

Create project workspaces with specs, plans, and assets directories.

419|15|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/prisma/prisma-next --skill drive-create-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive-create-project
Source: https://github.com/prisma/prisma-next/tree/main/.agents/skills/drive-create-project
Command: npx skills add https://github.com/prisma/prisma-next --skill drive-create-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a standardized directory structure for new projects, ensuring all necessary subfolders and initial documentation placeholders are in place from the outset.

Core Features & Use Cases

  • Project Scaffolding: Creates projects/<project>/, specs/, plans/, and assets/ directories.
  • Stub File Generation: Optionally creates placeholder spec.md and plan.md files.
  • Use Case: When starting a new software feature development, use this Skill to quickly set up the project's dedicated workspace, including directories for specifications and plans, before detailed design begins.

Quick Start

Use the drive-create-project skill to create a new project workspace for 'user-authentication-service'.

Frequently Asked Questions about drive-create-project

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

FAQPage Schema
How do I scaffold a new project workspace with standard directories?

Project scaffolding normalizes project names into kebab-case slugs and generates a standardized directory structure under projects/<project>/ containing dedicated folders for specifications, plans, and assets.

Can I automatically generate placeholder spec and plan files during project setup?

Yes, during project setup you can enable optional stub file generation to automatically create placeholder spec.md and plan.md documents inside the newly created workspace directories.

What is the best way to normalize project names for directory creation?

Normalizing project names into kebab-case slugs provides consistent directory naming, which this skill applies automatically during workspace creation to ensure standardized project paths.

Do I need any external dependencies to set up project directories?

No external dependencies are required to set up project directories, as this skill operates independently to scaffold the workspace structure and generate optional placeholder files.

What subdirectories are created when setting up a new software feature workspace?

Setting up a new software feature workspace creates dedicated subdirectories for specs, plans, and assets, providing a standardized structure for immediate project documentation.