New Project Configuration Generator

Generate Claude Code project configurations with files, directories, and agent definitions.

7|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/jdecampos/orchestrateur-claude-code --skill new-project-configuration-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: New Project Configuration Generator
Source: https://github.com/jdecampos/orchestrateur-claude-code/tree/main/.claude/skills/new-project
Command: npx skills add https://github.com/jdecampos/orchestrateur-claude-code --skill new-project-configuration-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a complete Claude Code configuration for new projects, streamlining the setup process and ensuring consistency.

Core Features & Use Cases

  • Automated Project Setup: Generates essential configuration files like CLAUDE.md, .gitignore, .mcp.json, and .claude/ directory structure.
  • Preset-based Generation: Quickly set up projects using predefined stacks (SaaS, API, Mobile, etc.).
  • Interactive Configuration: Guides users through a series of questions to tailor the project setup.
  • Import/Export: Allows saving and reusing existing configurations.
  • Dry-run Mode: Preview generated files without creating them.
  • Use Case: A developer starting a new SaaS project can use this Skill to instantly generate a Next.js + Supabase + shadcn/ui configuration, complete with agents, skills, and basic project documentation.

Quick Start

Use the new-project skill to generate a configuration for a new SaaS project.

Frequently Asked Questions about New Project Configuration Generator

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

FAQPage Schema
How do I automate Claude Code project configuration for a new SaaS application?

You can automate Claude Code project configuration by using preset-based generation to instantly create essential files like CLAUDE.md, .mcp.json, and .claude/ directory structures for specific stacks such as SaaS applications. This streamlines the setup process and ensures consistency across new projects.

Can I preview generated configuration files before committing them to my project?

Yes, you can preview generated configuration files without creating them by using the dry-run mode. This allows you to review the project setup, including agent and skill definitions, before actually writing the files to your directory structure.

Does the project setup support interactive configuration for custom application types?

Yes, the project setup supports interactive configuration by guiding you through a series of questions to tailor the project setup. This allows you to customize configurations beyond presets for various application types like APIs and mobile apps.

What is the best way to reuse Claude Code project settings across multiple repositories?

The best way to reuse Claude Code project settings is by using the import and export functionality. This allows you to save existing configurations and apply them to other repositories, ensuring rapid project bootstrapping and consistent setup.

How do I generate a Next.js and Supabase project configuration from scratch?

You can generate a Next.js and Supabase configuration from scratch by selecting a predefined SaaS preset during the automated project setup. This instantly generates the complete configuration, complete with agents, skills, and basic project documentation.

Are there limitations to the automated directory structure generation for mobile apps?

The automated directory structure generation supports mobile apps through predefined presets, but it is limited to the predefined stacks provided. You should use interactive configuration to tailor the setup if your mobile app requires custom directory structures.