project-setup

Initializes Neural Claude Code project architecture (.claude structure, CLAUDE.md, configs, agents templates) with selectable minimal, standard, full setups and dry-run mode.

11|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/brolag/neural-claude-code --skill project-setup-brolag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/brolag/neural-claude-code/tree/main/skills/project-setup
Command: npx skills add https://github.com/brolag/neural-claude-code --skill project-setup-brolag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initialization of Neural Claude Code architecture within a new or existing project, delivering a ready-to-use scaffold including CLAUDE.md, configuration files, and agent templates.

Core Features & Use Cases

  • Auto-generates a structured project skeleton (.claude/, CLAUDE.md, settings.json, memory, data, expertise, and agents) based on selected levels (--minimal, --standard, --full).
  • Detects project type and adapts with minimal/standard/full setups, enabling quick onboarding and consistency across teams.
  • Use Case: Starting a fresh software project or onboarding a team by provisioning a repeatable architecture template.

Quick Start

Run /setup to scaffold a complete Neural Claude Code project architecture in the current folder.

Frequently Asked Questions about project-setup

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

FAQPage Schema
How do I scaffold a project architecture with Claude agent configuration?

To scaffold a project architecture with Claude agent configuration, run the setup command to auto-generate a standardized .claude directory, CLAUDE.md, and agent templates. It detects your project type and creates the necessary files for immediate onboarding.

What is a .claude project structure and when do I need it?

A .claude project structure is a standardized directory containing CLAUDE.md, settings, memory, and agents that enables Neural Claude Code capabilities. You need it when starting a fresh software project or onboarding a team to ensure consistent agent-ready architecture.

Can I add Claude agent templates to an existing project without losing files?

Yes, you can add Claude agent templates to an existing project safely. The setup process uses a safe overwrite policy by default, preserving your current files. You can use the --force flag only if you want to override existing configuration.

Does the project scaffolding tool support different programming languages?

Yes, the project scaffolding tool supports different programming languages. It features automatic project-type detection, allowing it to adapt the generated configuration files and directory scaffolding across various language environments.

What is the difference between minimal, standard, and full project setup options?

The difference between minimal, standard, and full project setup options lies in the scope of generated files. Minimal provides basic configuration, standard adds common templates, and full provisions a complete architecture with memory, data, and expertise directories.

How do I preview project scaffolding changes before writing files?

To preview project scaffolding changes before writing files, use the dry-run mode. This allows you to review the planned directory structure and file creation actions safely without modifying your actual project environment.