Claude Code Projects Index

Overview

Claude Code Projects Index
A curated collection of Claude Code projects, agent workspace blueprints, and related resources — organized by use case. Most patterns here adapt to other agentic AI CLIs and frameworks.
Browse online · Plugins Marketplace · Documentation portal · What are Claude Spaces?
🧩 My Claude Code Plugins Marketplace — danielrosehill/Claude-Code-Plugins — 28 focused cluster plugins covering workflows across sysadmin, research, media, writing, planning, and more. Each plugin ships the domain primitives (commands, skills, agents) globally and provisions per-project scaffolds on demand — so you install the plugin once and scaffold new workspaces from it as needed, rather than cloning a separate template repo per workflow.
Contents
Workspaces by Domain
- Systems Administration
- Productivity & Planning · Legal · Health & Wellbeing · Communications & Writing · Financial Planning · Career · Business · Privacy & Anonymity · Technology & Hardware · Marketing
- Research
- Argument and Perspective Exploration
Configuration & Tooling
Extensions & Scaffolds
- Plugins
- Templates / Scaffolds — recommended way to spin up a new workspace
- Slash Commands
Other
About This Index
I've been using Claude Code daily for about six months — for development, but also audio editing, legal research, SEO analysis, health documentation, systems administration, and a long tail of non-code use cases. This index is the result: a collection of agent workspaces (repositories structured as self-contained environments for a specific activity) alongside supporting tooling — plugins, context files, MCP servers, and slash commands.
If there's a common thread, it's treating Claude Code less as a coding assistant and more as a general-purpose agent workspace that happens to run in a terminal.
| Type | What it is | Badge |
|---|---|---|
| Agent Workspace | Pre-configured repo using Claude as a conversational UI for a domain-specific workflow | |
| Template | Forkable starting point you can customize | |
| Non-Code | Applications beyond software development |

The Agent Workspace Pattern
All workspaces in this index follow the same pattern: a Git repository isn't just for code — it can serve as a complete, self-contained workspace for any activity. Each workspace uses a defined folder structure, a CLAUDE.md for agent instructions, slash commands, MCP configurations, and subagent definitions to create a purpose-built environment.
This pattern has been applied to everything from sysadmin and remote server management to legal research, health documentation, and financial planning — domains that have nothing to do with software development.
Primitives globally, scaffolds per-cluster. The tooling has been consolidated into 28 cluster plugins (see Plugins) — each one ships the domain primitives globally (commands, skills, agents for that cluster) and provisions a project scaffold on demand. So rather than forking a separate template repo for each new workflow, you install the relevant cluster plugin once and ask Claude Code to provision a scaffold wherever you need one.
Repository Growth

Praise
"This is either the work of a prolific genius, or a very clever bot (or both), although it hardly matters because the quality is so good - an index of 75+ Claude Code repositories published by the author... CMS, system design, deep research, IoT, agentic workflows, server management, personal health... If you spot the lie, let me know, otherwise please check these out."
For the record: I'm a real human (danielrosehill.com). The repos and workspaces in this index are generated with Claude Code but human-designed and refined.