core-setup

Automate end-to-end project setup within Claude Code.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/AirMile/claude-config --skill core-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-setup
Source: https://github.com/AirMile/claude-config/tree/main/skills/core-setup
Command: npx skills add https://github.com/AirMile/claude-config --skill core-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the end-to-end setup of a new or existing project within Claude Code, including environment config, initial files, CLAUDE.md templates, and an initial dashboard scaffold.

Core Features & Use Cases

  • Interactive wizard that collects decisions, generates project files, configures Claude Code, and prepares CLAUDE.md and dashboard initializations.
  • Audit mode for existing projects to detect gaps and suggest fixes; resync and template alignment against CLAUDE.base.md.
  • Produces Phase 1-7 artifacts and context metadata, enabling downstream skills to continue from a stable baseline.

Quick Start

Begin the interactive wizard by issuing the /core-setup command in Claude Code.

Frequently Asked Questions about core-setup

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

FAQPage Schema
How do I automate project setup and generate CLAUDE.md templates in Claude Code?

Automating project setup in Claude Code is done through an interactive wizard that collects configuration decisions, detects programming languages, and generates CLAUDE.md templates, initial project files, and dashboard scaffolds. It uses a phase-driven workflow to prepare the environment for downstream automation tasks.

Can I audit an existing project to detect configuration gaps and resync CLAUDE.md files?

Auditing an existing project for configuration gaps is supported through a dedicated audit mode that detects missing artifacts and suggests fixes. It performs template alignment against CLAUDE.base.md to resync your project configuration and ensure downstream skills operate from a stable baseline.

What is the best way to initialize a project dashboard and context metadata for Claude Code?

Initializing a project dashboard and context metadata is handled automatically during the interactive setup wizard. The process generates Phase 1-7 artifacts and context metadata, enabling downstream skills to continue execution from a stable, fully configured baseline within Claude Code.

Does the project setup wizard work with both new and existing codebases?

The project setup wizard works with both new and existing codebases by running language detection and phase-driven configuration. For new projects it generates initial files and environment configs, while existing projects undergo audit mode to identify gaps and align templates.

What artifacts and configurations are generated during phase-driven project setup?

Phase-driven project setup produces Phase 1-7 artifacts, including CLAUDE.md templates, initial dashboard scaffolds, context metadata, and environment configurations. These generated files enable downstream skills to execute automation workflows from a stable, standardized baseline.

When should I run the interactive setup wizard instead of manually configuring Claude Code?

Running the interactive setup wizard is necessary when you need to establish a stable baseline for downstream skills, generate CLAUDE.md templates, or initialize dashboard scaffolds. Manually configuring Claude Code risks missing phase-driven artifacts and context metadata required for automated workflows.