Daniel Rosehill Hey, It Works!
Claude Code Projects Index: 75+ Agent Workspace Blueprints Beyond Traditional Coding
· Daniel Rosehill

Claude Code Projects Index: 75+ Agent Workspace Blueprints Beyond Traditional Coding

A curated index of 75+ Claude Code projects and agent workspace templates spanning sysadmin, legal, health, finance, and more.

The Project

https://github.com/danielrosehill/Claude-Code-Projects-Index

danielrosehill/Claude-Code-Projects-Index ★ 217

An index of my Claude Code related repos including a wide variety of starter templates for using Claude Code for common and more imaginative purposes!

Astro29 forksUpdated Apr 2026
claude-codeclaude-code-cliindex-repos

After about six months of daily Claude Code use, I had accumulated a sprawling collection of repositories that went well beyond the typical "AI writes my code" pattern. Systems administration, legal research, health documentation, financial planning, media monitoring, audio editing — Claude Code turned out to be far more versatile as a general-purpose agent workspace than as a narrow coding assistant. This index is my attempt to organize all of that into something browsable and useful.

The Agent Workspace Pattern

The core idea behind the index is what I call the Agent Workspace Model: a Git repository is not 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. The index categorizes these into agent workspaces (pre-configured for specific domains), templates (forkable starting points), and non-code applications.

danielrosehill/Claude-Agent-Workspace-Model View on GitHub

The project was featured in awesome-claude-code, where the maintainer described it as covering "CMS, system design, deep research, IoT, agentic workflows, server management, personal health" — which gives a sense of the breadth.

wong2/awesome-claude-code View on GitHub
Claude Code Projects Index - Terminal Branches

Categories and the Live Site

The index is organized into categories including systems administration, productivity, legal, health, communications, financial, career, business, privacy, and technology. Each category lives as a separate markdown file in a categories/ directory, and a build script concatenates them into the main README. There is also a programmatic repos.json representation with auto-tagging rules.

Beyond the GitHub README, the index is deployed as a full Astro static site at claude.danielrosehill.com with search, filtering, pagination, and individual detail pages for each of the 135+ repositories. The site is built from the same tagged_repos.json data file, uses dynamic routes for repo pages, and is deployed via GitHub Pages.

If you are interested in the agent workspace approach, the best starting point is to point Claude Code at the model repository and ask it to scaffold a new workspace for your use case. Most of the patterns are adaptable to other agentic AI CLIs and frameworks as well.

danielrosehill/Claude-Agent-Workspace-Model View on GitHub