Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.42 KB

File metadata and controls

38 lines (24 loc) · 1.42 KB
title Start Here

Start Here

TL;DR: Clone, copy to ~/.claude/, restart Claude Code. You get global rules, hooks, agents, and skills that apply to every project. Read the Core Guide next to understand what each piece does.

If you are new to this repo, read this first.

This repository is a curated mirror of my global Claude setup in ~/.claude/.

Use this page as your entry point, then follow the reading path below.

What This Repo Is

  • Global rules, hooks, agents, skills, and settings used across projects.
  • Governance docs for ongoing review and drift control.
  • Documentation-first mirror of the setup, not a dump of local runtime state.

What This Repo Is Not

  • A project-local .claude replacement.
  • A place for generated logs or temporary machine-specific files.
  • A full snapshot of everything in ~/.claude at all times.

Setup In 4 Steps

  1. Clone the repo: git clone https://github.com/stuartshields/claude-setup.git
  2. Copy the contents to your global Claude directory: cp -r claude-setup/. ~/.claude/
  3. Restart Claude Code.
  4. Open any project and confirm your global rules/hooks/agents are active.

Continue Reading

Next: Core Guide - how the pieces fit together, then on to RulesHooksAgentsSkillsGovernance