cc-project-setup

Generate CLAUDE.md, .mcp.json, and .claude/rules/ for Claude Code projects.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/SPRAGE/dev-template --skill cc-project-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-project-setup
Source: https://github.com/SPRAGE/dev-template/tree/main/templates/python/.claude/skills/cc-project-setup
Command: npx skills add https://github.com/SPRAGE/dev-template --skill cc-project-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a ready-to-use Claude Code project setup based on a project brainstorm or description, delivering scaffolding and configuration to kick off Claude Code workflows quickly.

Core Features & Use Cases

  • CLAUDE.md at project root with precise guidance and conventions.
  • .mcp.json configured for the project's stack and hosting.
  • .claude/rules/ with focused rules to enforce project standards.
  • Workflow tips and an optional setup script to bootstrap Claude Code for the selected stack.
  • Works with standalone briefs or brainstorm-derived briefs to produce repeatable setups for new projects.

Quick Start

Describe your project or brainstorm brief, and Claude Code will generate CLAUDE.md, .mcp.json, and rule files for your stack.

Frequently Asked Questions about cc-project-setup

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

FAQPage Schema
How do I automate Claude Code project scaffolding for a new codebase?

To automate Claude Code project scaffolding, provide a standalone project brief or brainstorm-derived description, and it will generate CLAUDE.md, .mcp.json, and .claude/rules/ configurations tailored to your stack.

What files do I need to configure Claude Code for my specific development stack?

You need a root CLAUDE.md for conventions, an .mcp.json for stack-specific settings, and a .claude/rules/ directory containing focused rules to enforce project standards.

Can I generate .mcp.json and CLAUDE.md configuration from a project brief?

Yes, you can generate .mcp.json and CLAUDE.md configuration directly from a standalone project brief or brainstorm-derived description, producing repeatable scaffolding tailored to your specific stack.

Does Claude Code project setup support environment variables and setup scripts?

Claude Code project setup supports optional setup scripts and includes environment variable references for managing secrets, ensuring secure configuration within the generated CLAUDE.md and .mcp.json files.

What is the best way to enforce coding standards using Claude Code rules?

The best way to enforce coding standards is by generating a .claude/rules/ directory with focused rule files, automatically created during project scaffolding to maintain consistency across your codebase.