init-project

Generate CLAUDE.md, agent templates, and planning artifacts for project initialization.

11|3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/kangig94/coral --skill init-project-kangig94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-project
Source: https://github.com/kangig94/coral/tree/main/skills/init-project
Command: npx skills add https://github.com/kangig94/coral --skill init-project-kangig94

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill initializes a Coral project by generating a centralized hub (CLAUDE.md), agent templates, and a reproducible plan/execution workflow, enabling teams to start from a consistent baseline.

Core Features & Use Cases

  • Phase-driven initialization: scanner, plan, execute, verify, and report artifacts to a ready-to-use Coral workspace.
  • Domain-aware artifact generation: loads domain references and templates to populate CLAUDE rules, agent schemas, and docs.
  • Idempotent planning and artifact provisioning: safe re-run behavior that appends only new content or skips existing files.

Quick Start

Run /coral:init-project to scaffold a Coral-enabled project with CLAUDE hub, agents, and docs.

Frequently Asked Questions about init-project

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

FAQPage Schema
How do I initialize a project for AI-assisted development with standardized rules and docs?

You can initialize a project by running the /coral:init-project command, which scaffolds a Coral-enabled workspace with a CLAUDE.md hub, agent templates, and reproducible planning artifacts for AI-assisted development.

What is structured project initialization and when do I need it for an existing repository?

Structured project initialization generates standardized rules and docs to create a consistent baseline. You need it for existing repositories requiring standardized initialization across multi-domain stacks to ensure reproducible AI-assisted development.

Can I re-run project initialization on a repository without overwriting existing files?

Yes, the project initialization process uses idempotent planning and artifact provisioning, meaning re-runs are safe and will only append new content or skip existing files without overwriting your current work.

Does the generated CLAUDE.md hub work with multi-domain tech stacks?

Yes, the initialization process is domain-aware and applies to multi-domain stacks. It loads domain references and templates to populate CLAUDE rules, agent schemas, and docs across different technology domains.

What are the limitations of automating project scaffolding with agent templates?

The automated project scaffolding is constrained by the CORAL_SKILLS/init-project protocol, meaning it specifically loads domain references, templates, and merge policies to produce reproducible artifacts rather than offering arbitrary file generation.