Skip to main content
Generalmarkus41

claude-code-setup

Deploy or audit the full 5-layer Claude Code stack (CLAUDE.md + skills + hooks + agents + memory) in a repository. Use this skill whenever the user runs /cc-setup, asks to "set up Claude Code on this repo", "configure a new repo for Claude", "audit my Claude Code setup", "generate CLAUDE.md", "install hooks", "wire up the 4-layer stack", or starts work in a repo that lacks .claude/. Also triggers on "bootstrap Claude Code", "add claude setup", or whenever a fresh repo needs Claude Code configuration.

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--claude-code-setup
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/plugins/claude-code-expert/skills/claude-code-setup/SKILL.md -o .claude/skills/claude-code-setup.md

Drops the SKILL.md into .claude/skills/claude-code-setup.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.