init-project

Initialize a new Agent Kit downstream project with boilerplate files and PRD.md, PROJECT-CONTEXT.md artifacts.

2|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/lucidlabs-hq/agent-kit --skill init-project-lucidlabs-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-project
Source: https://github.com/lucidlabs-hq/agent-kit/tree/main/.claude/skills/init-project
Command: npx skills add https://github.com/lucidlabs-hq/agent-kit --skill init-project-lucidlabs-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the initialization of a new downstream project from the Agent Kit boilerplate, reducing manual setup time and ensuring consistency across projects.

Core Features & Use Cases

  • Scaffold a new downstream project folder under projects/[project-name].
  • Copy boilerplate files and customize configuration (package.json, README) for the new project.
  • Generate essential artifacts (PRD.md, PROJECT-CONTEXT.md) and deployment configurations to enable a quick handoff.

Quick Start

Run the scaffolding script to initialize a new downstream project.

Frequently Asked Questions about init-project

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

FAQPage Schema
How do I scaffold a new downstream project from an Agent Kit boilerplate?

To scaffold a downstream project from an Agent Kit boilerplate, run the interactive initialization script which creates the folder, copies boilerplate files, and customizes package.json configurations.

What artifacts are generated during project bootstrapping for a smooth handoff?

Project bootstrapping generates essential artifacts including PRD.md, PROJECT-CONTEXT.md, and deployment configurations to ensure a quick and consistent handoff for the downstream project.

Can I customize the package.json and README when initializing a new project folder?

Yes, you can customize configuration files like package.json and README when initializing a new project folder, as the scaffolding process automatically tailors these boilerplate files for your downstream project.

Does the project initialization workflow support interactive steps and argument hints?

Yes, the project initialization workflow enforces an interactive process complete with argument hints and scaffold steps to ensure consistent downstream project setup from the Agent Kit boilerplate.

What is the best way to automate project setup and ensure consistency across downstream projects?

The best way to automate project setup and ensure consistency is using a scaffolding skill that initializes downstream projects from a centralized boilerplate, reducing manual configuration time and standardizing artifacts.