All skills
Skillintermediate

Claude Code Projects Index

![Claude Agent Blueprints](images/banner.png)

Claude Code Knowledge Pack7/10/2026

Overview

Claude Agent Blueprints

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 Marketplacedanielrosehill/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

Configuration & Tooling

Extensions & Scaffolds

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.

TypeWhat it isBadge
Agent WorkspacePre-configured repo using Claude as a conversational UI for a domain-specific workflowAgent Workspace
TemplateForkable starting point you can customizeTemplate
Non-CodeApplications beyond software developmentNon-Code

Agent Workspace Definition

<details> <summary><strong>More context: the Agent Workspace Model, growth chart, praise</strong></summary>

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

Repository Count Over Time

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."

awesome-claude-code

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.

Additional reading

</details>