CrazyWillBear

My Dotclaude — Development skill for Claude Code

Development community

My Claude Code setup (with an additional version for non-devs).

How to install My Dotclaude

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

What My Dotclaude does

My Claude Code setup (with an additional version for non-devs). One-command setup for developers and non-developers.

Alternatives in Development

README

my-dotclaude

My Claude Code setup, version-controlled so I can drop it back onto a fresh machine in one command. It's also packaged so anyone can install the same kit, tuned for either a developer or a non-coder.

Deep docs live with the code they describe: the `workflow` plugin's internals (the autonomous loop + the context watchdog) are in [`plugins/workflow/README.md`](plugins/workflow/README.md), and the slash-command kit is in [`plugins/personal-tools/README.md`](plugins/personal-tools/README.md). This file is the front door: what it is, how to install it, and how the pieces fit.

Quickstart

Both setups are **user-wide** — they install into `~/.claude`, not a project folder, so the kit follows you across every project. Pick one and you're done; full install details are in [Install (full)](#install-full) below.

Option A — let Claude Code do it (no terminal needed)

Open Claude Code and paste one of these:

**Non-developer:**

I'm not a programmer and I want to start a project with your help. Please set up Claude Code for me: read the setup instructions at https://github.com/CrazyWillBear/my-dotclaude/blob/main/AGENT_SETUP.md and follow the **non-developer** steps. Install everything and explain what you're doing in plain English.

**Developer:**

Set up Claude Code with my full kit. Read https://github.com/CrazyWillBear/my-dotclaude/blob/main/AGENT_SETUP.md and follow the **developer** steps: install the plugins, the Playwright MCP, and the `gh` allowlist, and write the global CLAUDE.md.

Option B — run a script

# developer (macOS / Linux / WSL)
curl -fsSL https://raw.githubusercontent.com/CrazyWillBear/my-dotclaude/main/setup/setup-dev.sh | bash
# non-developer
curl -fsSL https://raw.githubusercontent.com/CrazyWillBear/my-dotclaude/main/setup/setup-simple.sh | bash

macOS / Linux / WSL only. On Windows, run the scripts under WSL.

Then **restart Claude Code** so it loads the plugins.

What's in here

  • **Global