Cc Rig banner
runtimenoteslabs runtimenoteslabs

Cc Rig

Productivity community

Description

Project setup generator for Claude Code. Pick framework + workflow, get a fully configured project - CLAUDE.md, hooks, agents, commands, skills, plugins, memory.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

cc-rig

Set up Claude Code the right way, in under a minute.

Getting Started · How It Works · What Gets Generated · Going Deeper · FAQ

Python 3.9+ MIT License PyPI


Most Claude Code projects run on a CLAUDE.md and not much else. The rest of the configuration surface (agents, hooks, skills, plugins, memory, permissions) goes unused because the knowledge to set it up is scattered across docs, blog posts and community repos. The community has built ways to discover what's available. The gap is resolution: figuring out which options matter for your stack and how they should work together.

**cc-rig resolves it.** Tell it what you're building and how you like to work. It writes 30-65 native Claude Code files tuned to your framework. No lock-in. Just files that Claude Code reads on startup.

cc-rig guided setup demo

Before and after

A typical Claude Code project:

CLAUDE.md

After `cc-rig init` (one command, two questions, ~30 seconds):

CLAUDE.md                    # Cache-aware, framework-tuned, under 100 lines
CLAUDE.local.md              # Personal preferences (gitignored)
.claude/settings.json        # Permissions,