init

Generate project.json and CLAUDE.md from detected repository stack.

24|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/yves-s/just-ship --skill init-yves-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/yves-s/just-ship/tree/main/skills/init
Command: npx skills add https://github.com/yves-s/just-ship --skill init-yves-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projekt-Setup automatisiert den Start eines Just Ship Projekts, indem es eine standardisierte project.json erstellt und CLAUDE.md generiert, ohne manuelle Eingriffe.

Core Features & Use Cases

  • Automatisches Erkennen des Stack aus vorhandenen Dateien und anschließendes Generieren einer konsistenten Projektbeschreibung.
  • Generieren von CLAUDE.md aus einer Vorlage basierend auf erkannten Metadaten.
  • Nicht-interaktiver Ablauf mit Schutzmechanismen, die existierende project.json oder CLAUDE.md nicht überschreiben.

Quick Start

Run the setup to scaffold project.json and CLAUDE.md based on your repository.

Frequently Asked Questions about init

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

FAQPage Schema
How do I automate project setup and generate CLAUDE.md from existing files?

To automate project setup, this tool detects your stack from existing root files and generates a standardized project.json and CLAUDE.md. It operates non-interactively using templates to produce consistent metadata and documentation.

What is the best way to bootstrap a project.json without manual input?

Bootstrapping project.json automatically detects the project stack from existing files and applies templates to generate deployment-ready configuration. This ensures consistent metadata creation without manual input.

Does project bootstrapping overwrite existing CLAUDE.md or project.json files?

No, project bootstrapping includes safeguards that prevent overwriting existing project.json or CLAUDE.md files. The non-interactive process skips generation if these files are already present to protect current configurations.

Can I generate deployment-ready configuration from stack detection?

Yes, generating deployment-ready configuration is possible by detecting the stack from root files and using templates to produce project.json. This automated detection ensures the configuration matches your project's specific technology stack.

How does stack detection work for generating project documentation?

Stack detection for project documentation works by scanning existing root files to identify the technology stack. Based on the detected metadata, it uses templates to generate a consistent CLAUDE.md file automatically.