Claude Code Projects Index

A curated collection of Claude Code projects, agent workspace blueprints, and related resources, organized by use case and category.

Last updated: 06/04/2026

Repository Growth

Claude Code Projects Index

A curated collection of Claude Code projects, agent workspace blueprints, and related resources, organized by use case and category.

Most patterns, templates, and models are adaptable to other agentic AI CLIs and frameworks.

[Browse the index online](https://claude.danielrosehill.com) | [Documentation portal](https://docs.bydanielrosehill.com)

Understanding This Index

This index showcases diverse applications of Claude Code as an agent workspace platform — far beyond traditional software development. Key concepts:

🧩 [The Agent Workspace Model](https://github.com/danielrosehill/Claude-Agent-Workspace-Model) — The template and reference for using repositories as structured AI agent workspaces 📖 [What are Agent Workspaces?](./claude-spaces.md) — The "Claude Spaces" pattern that inspired these agent workspace blueprints 📝 [Notes on Templates & Workspaces](./notes.md) — Additional context on these approaches

Praise For This Repo

> "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 - and I'm not talking about slop. 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

wong2/awesome-claude-code View on GitHub

For those wondering: I'm a real human (danielrosehill.com). The repos and agent workspaces in this index are generated using Claude Code but very much human-designed and refined.

Commonalities

I've been using Claude Code daily for about six months, for everything from development to audio editing to SEO analysis. This is a diverse collection of repositories, but it tends to lean away from the classic code generation use cases. Instead, it explores the longer tail of what Claude Code can do — deep research, systems administration, legal workflows, health documentation, media monitoring, and more.

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.

The Agent Workspace Model

All of the workspaces in this index follow a common pattern defined in the [Claude Agent Workspace Model](https://github.com/danielrosehill/Claude-Agent-Workspace-Model) repository. The core idea: 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.

Want to follow this approach? Point Claude Code at the model repository to give it context on the pattern, then ask it to scaffold a new workspace for your use case. The model repo serves as both documentation and a live reference that Claude can read to understand the conventions.

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

Systems Administration

Projects involving using Claude for local or remote systems administration as distinct from development-related projects.

Bash Alias Manager Claude

View Repo

danielrosehill/Bash-Alias-Manager-Claude View on GitHub

Workspace for managing bash aliases with YADM synchronization support.

Claude Bug Catcher

View Repo

danielrosehill/Claude-Bug-Catcher View on GitHub

Hotkey-triggered utility that launches Claude Code with relevant logs for real-time Linux debugging.

Claude Code Bash Aliases

View Repo

danielrosehill/Claude-Code-Bash-Aliases View on GitHub

Collection of bash aliases for common Claude Code operations on Linux.

Claude Code LAN Manager

View Repo

danielrosehill/Claude-Code-LAN-Manager View on GitHub

Workspace for centralized management of multiple LAN-connected machines through Claude Code.

Claude LAN Manager GUI

View Repo

danielrosehill/Claude-LAN-Manager-0126 View on GitHub

GUI application for managing local network devices through isolated, device-specific agent workspaces.

Claude Code Remote Machine Admin Space

View Repo

danielrosehill/Claude-Code-Remote-Machine-Admin-Space View on GitHub

Template for managing individual remote machines via SSH with structured system profiles and logs.

Claude Code Security Auditor

View Repo

danielrosehill/Claude-Code-Security-Auditor View on GitHub

Multi-machine security auditing workspace covering antivirus, rootkits, permissions, and network exposure.

Claude Conda Manager

View Repo

danielrosehill/Claude-Conda-Manager View on GitHub

Workspace for managing Conda environments on Ubuntu workstations with AMD ROCm hardware.

Claude Docker Manager

View Repo

danielrosehill/Claude-Docker-Manager View on GitHub

Workspace template for Docker environment management with slash commands and diagnostic agents.

Claude Home Assistant Manager Template

View Repo

danielrosehill/Claude-Home-Assistant-Manager-Template View on GitHub

Template for managing Home Assistant OS with 20+ slash commands and 5 specialized agents.

Claude Linux Desktop Manager

View Repo

danielrosehill/Claude-Linux-Desktop-Manager View on GitHub

System administration interface for Linux desktop management with extensive slash commands.

Claude Linux Server Manager

View Repo

danielrosehill/Claude-Linux-Server-Manager View on GitHub

Ubuntu server management template with 38 slash commands and 10 agents for routine administration.

Claude OS Sync Agent

View Repo

danielrosehill/Claude-OS-Sync-Agent View on GitHub

Synchronization tool for maintaining consistency between desktop and laptop configurations.

Claude Proxmox Manager Template

View Repo

danielrosehill/Claude-Proxmox-Manager-Template View on GitHub

Proxmox server management template with 38 slash commands and 10 agents for low-spec hardware.

Claude Rescue

View Repo

danielrosehill/Claude-Rescue View on GitHub

Concept for deploying Claude Code into recovery shell environments for AI-assisted system repair.

Claude Server Manager Template

View Repo

danielrosehill/Claude-Server-Manager-Template View on GitHub

Server administration template with 38 slash commands and 10 agents optimized for Docker deployments.

Claude Server Mgmt Template SBCs

View Repo

danielrosehill/Claude-Server-Mgmt-Template-SBCs View on GitHub

Server management template adapted for Single Board Computers and resource-constrained hardware.

Claude Synology Manager

View Repo

danielrosehill/Claude-Synology-Manager View on GitHub

Template for managing Synology NAS devices through SSH and MCP with persistent context storage.

Claude System Recovery Mode

View Repo

danielrosehill/Claude-System-Recovery-Mode View on GitHub

Custom GRUB boot entry integrating Claude CLI into Linux system recovery workflows.

Ubuntu VM Claude Manager

View Repo

danielrosehill/ubuntu-vm-claude-manager View on GitHub

Claude Code configurations and workspace setup for Ubuntu virtual machines.

Android

Claude ADB Workspace Template

View Repo

danielrosehill/Claude-ADB-Workspace-Template View on GitHub

Template for managing Android devices through ADB with device profiling and package management.

Claude MVT Workspace

View Repo

danielrosehill/Claude-MVT-Workspace View on GitHub

Workspace orchestrating Mobile Verification Toolkit (MVT) spyware scans on Android devices via ADB, detecting indicators of compromise from targeted malware like Pegasus.

Linux - KDE Plasma

Projects specifically targeting KDE Plasma desktop integration and Linux desktop workflows with Claude Code.

Claude Dolphin & Konsole Actions

View Repo

danielrosehill/Claude-Dolphin-Konsole-Actions View on GitHub

KDE Dolphin right-click context menu actions (service menus) for launching Claude Code in various Konsole window layouts, including single terminal, split panes, and multi-instance grids.

Claude Linux Desktop Manager

View Repo

danielrosehill/Claude-Linux-Desktop-Manager View on GitHub

System administration interface for Linux desktop management with extensive slash commands.

Claude Bug Catcher

View Repo

danielrosehill/Claude-Bug-Catcher View on GitHub

Hotkey-triggered utility that launches Claude Code with relevant logs for real-time Linux debugging.

Claude System Recovery Mode

View Repo

danielrosehill/Claude-System-Recovery-Mode View on GitHub

Custom GRUB boot entry integrating Claude CLI into Linux system recovery workflows.

Claude OS Sync Agent

View Repo

danielrosehill/Claude-OS-Sync-Agent View on GitHub

Synchronization tool for maintaining consistency between desktop and laptop configurations.

KDE Claude Runner

View Repo

danielrosehill/KDE-Claude-Runner View on GitHub

WIP/plan for running Claude Code within KDE Plasma desktop workflows.

Claude Konsole Launcher

View Repo

danielrosehill/Claude-Konsole-Launcher View on GitHub

Launch utility (WIP) for using Claude Code with Konsole in KDE Plasma.

Claude Konsole Shortcut

View Repo

danielrosehill/claude-konsole-shortcut View on GitHub

Shortcut configuration for launching Claude Code from Konsole.

Dolphin Claude Code

View Repo

danielrosehill/dolphin-claude-code View on GitHub

Dolphin file manager integration for launching Claude Code sessions.

Productivity & Planning

Workspaces for decision-making, personal planning, file management, and general-purpose productivity workflows.

Claude Debugging Workspace

View Repo

danielrosehill/Claude-Debugging-Workspace View on GitHub

Structured debugging template supporting software bugs, process problems, and creative blocks through hypothesis-driven investigation.

Claude Decision Evaluation Framework

View Repo

danielrosehill/Claude-Decision-Evaluation-Framework View on GitHub

Analyzes decisions through seven parallel frameworks (SWOT, ICE, Regret Minimization, etc.) with objective scoring.

Claude Diary Planner Template

View Repo

danielrosehill/Claude-Diary-Planner-Template View on GitHub

Forkable template for daily workflow and time management planning with Claude Code.

Claude Google Drive Organiser

View Repo

danielrosehill/Claude-Gdrive-Organiser View on GitHub

Template for managing and organizing Google Drive via rclone with configurable rules and slash commands.

Claude FS Organiser

View Repo

danielrosehill/Claude-FS-Organiser View on GitHub

Agent workspace for scanning, cleaning, and organising the local filesystem with guardrails, clutter scoring, cleanup logging, and date-based folder conventions.

Claude Personal Development Workspace

View Repo

danielrosehill/Claude-Personal-Development-Workspace View on GitHub

Workspace for tracking habits, skill acquisition, and self-improvement goals with AI coaching.

Claude Preparedness Planner

View Repo

danielrosehill/Claude-Preparedness-Planner View on GitHub

Workspace generating personalized preparedness strategies across physical safety, financial, and medical domains, with intake interviews and offline-ready action plans.

Claude Time Planner

View Repo

danielrosehill/Claude-Time-Planner View on GitHub

Workspace for time management and scheduling with Claude Code.

Claude Space Planner

View Repo

danielrosehill/Claude-Space-Planner View on GitHub

Workspace for space and environment planning with Claude Code.

Claude Life Management Repo

View Repo

danielrosehill/Claude-Life-Management-Repo View on GitHub

Centralized repository for orchestrating Claude Code across multiple areas of focus.

Claude Career Planner

View Repo

danielrosehill/Claude-Career-Planner View on GitHub

Workspace for career development and planning with Claude Code.

Claude Side Hustle Ideator

View Repo

danielrosehill/Claude-Side-Hustle-Ideator View on GitHub

Workspace for brainstorming and evaluating side hustle ideas.

Claude Geolocation Helper

View Repo

danielrosehill/Claude-Geolocation-Helper View on GitHub

Claude Code pattern for assisting with geolocation tasks.

Claude Hebrew Planner

View Repo

danielrosehill/Claude-Hebrew-Planner View on GitHub

Planning workspace for learning Hebrew with structured lessons and progress tracking.

Parenting Planner Claude Space

View Repo

danielrosehill/Parenting-Planner-Claude-Space View on GitHub

Workspace for parenting planning and family organization.

Legal

Workspaces and templates for legal research, case management, and evidence handling workflows.

Claude Case File

View Repo

danielrosehill/Claude-Case-File View on GitHub

Legal case management template with evidence tracking, chain of custody, and document organization.

Claude Code Lawyer

View Repo

danielrosehill/Claude-Code-Lawyer View on GitHub

Legal research template with structured intake, evidence handling, and professional document generation.

Claude Lawyer - Israel Edition

View Repo

danielrosehill/Claude-Lawyer-ISR ★ 1

Israel-specific variant of Claude Code repo template for legal analysis and advice

Updated Jan 2026
claude-codeclaude-spacelegal-advicelegal-ai

Israeli law adaptation with local court system knowledge, Hebrew support, and Israeli legal database links.

Claude Evidence Assistant

View Repo

danielrosehill/Claude-Evidence-Assistant View on GitHub

Digital evidence management workspace with cryptographic verification and Library of Congress-compliant exports.

Claude Legal Aid Clinic

View Repo

danielrosehill/Claude-Legal-Aid-Clinic View on GitHub

Template helping legal aid seekers understand their rights and prepare case materials.

ProofMode Unpacker

View Repo

danielrosehill/Proofmode-Unpacker View on GitHub

Utility for managing ProofMode evidence bundles with automated cloud backup and chain of custody preservation.

Health & Wellbeing

Workspaces and templates for health documentation, medical visit management, therapy tracking, and health-related research.

Claude ADHD Research Workspace

View Repo

danielrosehill/Claude-ADHD-Research-Workspace View on GitHub

Research repository documenting barriers to ADHD medication access and advocacy for policy reform.

Claude Health Helper

View Repo

danielrosehill/Claude-Health-Helper View on GitHub

Workspace for organizing personal health documentation, visit preparation, and medical report summaries.

Claude Therapy Tracker

View Repo

danielrosehill/Claude-Therapy-Tracker View on GitHub

Template for tracking therapy sessions, mental health goals, and therapeutic planning.

I'm Not Okay

View Repo

danielrosehill/Im-Not-Okay View on GitHub

Voice memo processing template that transcribes, edits, and organises personal reflections into structured problem summaries — for self-clarity or sharing with a therapist or support person.

Communications & Writing

Workspaces and templates for content creation, blog management, writing workflows, and communications strategy.

Claude Blog Manager

View Repo

danielrosehill/Claude-Blog-Manager View on GitHub

Template for managing blog content through headless CMS platforms with drafting and publishing workflows.

Claude Code Writing Squad

View Repo

danielrosehill/Claude-Code-Writing-Squad View on GitHub

Multi-agent writing system that refines text through specialized editing agents.

Claude Communications Strategist Template

View Repo

danielrosehill/Claude-Comms-Strategist-Template View on GitHub

Full-featured workspace for communications strategy with 12 agents and 14 slash commands.

Claude Visual Communications Space

View Repo

danielrosehill/Claude-Visual-Communications-Space View on GitHub

Template for enhancing long-form content with AI-generated visuals via fal-ai MCP.

Claude Website Update Sender

View Repo

danielrosehill/Claude-Website-Update-Sender View on GitHub

Automated workflow for sending polished update emails about website changes via Resend MCP.

Claude Writing Space Template

View Repo

danielrosehill/Claude-Writing-Space-Template View on GitHub

Writing workspace with sequential versioning, editing agents, and headless CMS publishing support.

Claude Spam Warrior

View Repo

danielrosehill/Claude-Spam-Warrior View on GitHub

Workspace template for analysing deceptive unsolicited email that evades conventional spam filters — semantic spam analysis, tracking pixel detection, and sender blocklist management.

Declaude

View Repo

danielrosehill/Declaude View on GitHub

Personalized text rewriting rules that consolidate into a slash command for refining AI-generated documentation.

An Ode To Claude

View Repo

danielrosehill/An-Ode-To-Claude View on GitHub

Blog post developed iteratively using Claude Code, with versioned drafts, diffs, and supporting context.

Financial Planning

Workspaces and templates for budgeting and personal finance management.

Claude Budget Workspace Template

View Repo

danielrosehill/Claude-Budget-Workspace-Template View on GitHub

Template for managing household budgets and financial planning with Claude Code.

Purchasing Research

Workspaces for consumer purchasing decisions, product evaluation, price comparison, and procurement research.

Claude Purchasing Assistant

View Repo

danielrosehill/Claude-Purchasing-Assistant View on GitHub

Structured purchasing decision workspace that evaluates products against user-defined criteria and local pricing.

Claude Shopping Eval Demo

View Repo

danielrosehill/Claude-Shopping-Eval-Demo View on GitHub

Demo of using Claude Code as a consumer purchasing assistant — scans catalog screenshots from multiple stores, cross-references pricing against international RRP, and generates ranked recommendation reports as typeset PDFs.

Career

Workspaces and templates for job searching, career planning, and professional development.

Claude Job Search Strategist

View Repo

danielrosehill/Claude-Job-Search-Strategist View on GitHub

Job search workspace with specialized agents for company research, resume tailoring, and interview preparation.

Claude Salary Research Agent

View Repo

danielrosehill/Claude-Salary-Research-Agent View on GitHub

Systematic salary and compensation research workspace using publicly available sources, with commands for role scanning, benchmarking, benefits analysis, and formal report generation.

Business

Workspaces and templates for business planning, idea evaluation, and organizational continuity.

Claude Business Continuity Planner

View Repo

danielrosehill/Claude-Business-Continuity-Planner View on GitHub

Workspace for developing ISO 22301-aligned business continuity programs with slash commands.

Claude Business Idea Evaluator

View Repo

danielrosehill/Claude-Business-Idea-Evaluator View on GitHub

Framework for evaluating and ranking business ideas using the ICEC methodology.

Claude Competitor Research Agent

View Repo

danielrosehill/Claude-Competitor-Research-Agent View on GitHub

Workspace for systematic competitive intelligence research using public sources, with commands for competitor scanning, pricing analysis, and formal CI report generation.

Privacy & Anonymity

Workspaces and templates for document redaction, identity protection, and PII obfuscation.

Claude Redaction And Obfuscation

View Repo

danielrosehill/Claude-Redaction-And-Obfuscation View on GitHub

Document redaction and identity protection workspace for handling sensitive information.

Technology & Hardware

Workspaces for hardware planning, PC builds, and technology procurement.

Claude Ivory PC Builder

View Repo

danielrosehill/Claude-Ivory-PC-Builder View on GitHub

AI-powered PC component spec generator with real-time pricing from an Israeli retailer, historical price tracking, and compatibility verification.

Claude Rig Planner

View Repo

danielrosehill/Claude-Rig-Planner View on GitHub

Template for planning computer hardware upgrades with profiling, recommendations, and VAT-compliant estimates.

Claude Keyboard Scanner

View Repo

danielrosehill/Claude-Keyboard-Scanner View on GitHub

Agent workspace for profiling keyboards, mapping keycodes, and discovering underused keys that can be repurposed for shortcuts and macros on Linux.

Claude Code Macropad

View Repo

danielrosehill/Claude-Code-Macropad View on GitHub

Macropad configuration and setup for streamlining Claude Code workflows with dedicated hardware keys.

Our Smart Home

View Repo

danielrosehill/Our-Smart-Home View on GitHub

Agent-readable smart home wiki template with interactive slash commands for documenting LAN maps, services, MCP configurations, devices, and household rules — enabling instant AI agent onboarding.

Marketing

Workspaces for SEO, web analytics, PR monitoring, and media tracking.

Claude Media Monitor

View Repo

danielrosehill/Claude-Media-Monitor View on GitHub

Workspace for systematic news collection and organization with metadata and schema validation.

Claude News Fetcher - Media Monitoring System

View Repo

danielrosehill/Claude-PR-And-Media-Monitoring-Workspace View on GitHub

Full-featured media monitoring workspace with structured data capture and batch processing.

Claude Web Analytics Space

View Repo

danielrosehill/Claude-Web-Analytics-Space View on GitHub

Workspace template for SEO analytics with data cleaning, analysis, and reporting workflows.

Claude Red Team Buyer

View Repo

danielrosehill/Claude-Red-Team-Buyer View on GitHub

Agent template that evaluates websites from a potential buyer's perspective, performing red team analysis of UI/UX, trust signals, conversion flow, and friction points, then generating a scored PDF report.

Research

Projects using Claude and agentic systems for deep research, report generation, and information synthesis.

Claude Deep Research Model (Notes / Documentation)

View Repo

danielrosehill/Claude-Deep-Research-Model View on GitHub

Framework for iterative deep research using Claude with voice pipeline and structured outputs.

Claude Deep Research Template (Implementation Template)

View Repo

danielrosehill/Claude-Deep-Research-Template View on GitHub

Structured workflow for systematic research with specialized agents across academic and technical domains.

Claude Dork

View Repo

danielrosehill/Claude-Dork View on GitHub

Agent that generates platform-specific search dorks across Google, Reddit, Twitter/X, and more.

Claude Georeaction Researcher

View Repo

danielrosehill/Claude-Georeaction-Researcher View on GitHub

Researches international reactions across 193 UN member states using Gemini with search grounding.

Claude Github Shortlister

View Repo

danielrosehill/Claude-Github-Shortlister View on GitHub

Template for systematically evaluating and shortlisting GitHub repositories using AI-powered analysis.

Claude OSINT Investigator

View Repo

danielrosehill/Claude-OSINT-Investigator View on GitHub

Template for conducting open-source intelligence investigations with organized evidence management.

Claude Report Parsing Space Template

View Repo

danielrosehill/Claude-Report-Parsing-Space-Template View on GitHub

Template for critical analysis of reports with slash commands for triage, argumentation, and source extraction.

Claude Research Workspace

View Repo

danielrosehill/Claude-Research-Workspace View on GitHub

Template for iterative AI-assisted research using a folder-based compaction loop — context in, prompts run, outputs saved, findings fed back for deeper investigation.

Claude Research Space Public Template

View Repo

danielrosehill/Claude-Research-Space-Public-Template View on GitHub

Template for conducting public, transparent AI-assisted research with Claude Code — every prompt, output, and methodology choice is visible. Includes export commands for blog posts, reports, and social threads.

Claude Stack Research Workspace

View Repo

danielrosehill/Claude-Stack-Research-Workspace View on GitHub

Environment for evaluating software solutions with specialized agents for technology comparisons.

Claude Research Workspace General Template

View Repo

danielrosehill/Claude-Research-Workspace-General-Template View on GitHub

Template for iterative AI research using Claude Code with a folder-based context/prompt/output workflow and compaction loop.

Claude Deep Research My Template Model

View Repo

danielrosehill/Claude-Deep-Research-My-Template-Model View on GitHub

Personal template model for deep research workflows with Claude Code.

Detective Claude

View Repo

danielrosehill/Detective-Claude View on GitHub

Investigation-focused workspace using Claude Code for detective-style research and analysis.

Argument and Perspective Exploration

Projects using AI for synthesized debate to explore various perspectives, including policy modeling and analysis.

Claude AI Conference

View Repo

danielrosehill/Claude-AI-Conference View on GitHub

Simulated conference where 30+ AI personas deliver speeches on AI's impact from diverse perspectives.

Claude Change My View

View Repo

danielrosehill/Claude-Change-My-View View on GitHub

Workspace for challenging personal beliefs through AI-generated counterarguments and rebuttals.

Claude Think Tank

View Repo

danielrosehill/Claude-Think-Tank View on GitHub

Virtual think tank framework using AI agents for research and policy proposal development.

Context and Personalization

Projects exploring using Claude and related tooling for personalized user engagement, including through RAG, interviewing methods, and context injection.

Batch ClaudeMD Repo Creator

View Repo

danielrosehill/Batch-ClaudeMD-Repo-Creator View on GitHub

Automation workspace for batch-adding CLAUDE.md files across multiple GitHub repositories.

Claude Agent Workspace Model

View Repo

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

The reference template for the agent workspace pattern — a defined folder structure and Claude Code scaffolding (CLAUDE.md, slash commands, subagents, MCP configs) for using a repository as a structured workspace for any activity, not just development. Point Claude at this repo to have it scaffold new workspaces following the model.

Claude Code Context Toolkit

View Repo

danielrosehill/Claude-Code-Context-Toolkit View on GitHub

Bridges human-friendly CONTEXT.md files with AI-optimized CLAUDE.md briefings via slash commands.

Claude Code Repo Managers ClaudeMD

View Repo

danielrosehill/Claude-Code-Repo-Managers-ClaudeMD View on GitHub

Pre-configured CLAUDE.md templates for managing different repository types.

Claude Model Identifier

View Repo

danielrosehill/Claude-Model-Identifier View on GitHub

Prompt template for verifying the correct Claude model variant at conversation start.

Claude Space Self-Ideator

View Repo

danielrosehill/Claude-Space-Self-ideator View on GitHub

Ideation workspace for generating and documenting new agent workspace concepts.

Claude Spec Starter

View Repo

danielrosehill/Claude-Spec-Starter View on GitHub

Template that transforms unstructured project descriptions into organized specifications for Claude Code.

ClaudeMD Turnstile

View Repo

danielrosehill/ClaudeMD-Turnstile View on GitHub

A turnstile pattern for CLAUDE.md that routes agents to the appropriate nested context file based on their purpose, avoiding unnecessary context ingestion in open-sourced repos.

CONTEXT.md

View Repo

danielrosehill/CONTEXT.md View on GitHub

Workflow methodology for separating human-authored context from structured AI agent briefings.

Home Folder Claude MD

View Repo

danielrosehill/Home-Folder-Claude-MD View on GitHub

Version-controlled CLAUDE.md for applying Claude Code settings across a home directory.

Linux Desktop ClaudeMD Seeder

View Repo

danielrosehill/Linux-Desktop-ClaudeMD-Seeder View on GitHub

Automatically generates contextual CLAUDE.md files across a Linux desktop filesystem.

Private And Public Claude MD

View Repo

danielrosehill/Private-And-Public-Claude-MD View on GitHub

Tools for managing public and private CLAUDE.md files with security-focused git configuration.

Split CLAUDE.md Pattern

View Repo

danielrosehill/Split-Claude-MD-Pattern View on GitHub

Template for structuring ~/.claude/CLAUDE.md as a lean entrypoint that references detailed context files in a context/ directory, reducing context window waste.

Split Context Setup

View Repo

danielrosehill/Split-Context-Setup View on GitHub

Slash command that scaffolds a structured context store with topic-based subfolders.

claude-config

View Repo

danielrosehill/claude-config View on GitHub

Claude Code configuration backup including agents, commands, and settings.

claude-md

View Repo

danielrosehill/claude-md View on GitHub

CLAUDE.md reference and configuration patterns.

laptop-claude

View Repo

danielrosehill/laptop-claude View on GitHub

Home-level CLAUDE.md for syncing Claude Code configuration across machines.

Claude Repo Creator

View Repo

danielrosehill/Claude-Repo-Creator View on GitHub

A Claude Code workspace/wrapper for creating repositories optimised for Claude Code.

My Claude Workspace Generator

View Repo

danielrosehill/My-Claude-Workspace-Generator View on GitHub

Workspace generator for creating new Claude Code workspace templates.

Multi-Agent Tooling

Components and tooling for multi-agent development and orchestration frameworks.

Multi-Agent Systems

Agent Junction

View Repo

danielrosehill/Agent-Junction View on GitHub

MCP server enabling encrypted peer-to-peer communication between Claude Code instances on localhost or LAN.

Claude Agent Picker Pattern

View Repo

danielrosehill/Claude-Agent-Picker-Pattern View on GitHub

Framework for assembling context-optimized multi-agent crews with minimal overlap.

Claude Agent Workspace Generator

View Repo

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

Launchpad for creating standardized workspace templates conforming to the Agent Workspace Model v1.1 spec, with slash commands to generate, validate, and publish new workspaces.

Claude Repo Jumper

View Repo

danielrosehill/Claude-Repo-Jumper View on GitHub

Skill for automating repository handovers with context-passing in multi-repo systems.

Claude Task Manager

View Repo

danielrosehill/Claude-Task-Manager View on GitHub

Sequential task queuing system addressing context window exhaustion in agentic coding tools.

Claude Tech Research Team

View Repo

danielrosehill/Claude-Tech-Research-Team View on GitHub

Multi-agent system for evaluating software and hardware technologies with automated reporting.

Ecosystem Mapper

View Repo

danielrosehill/Ecosystem-Mapper View on GitHub

Agent that discovers, categorizes, and visualizes technology ecosystems from keyword searches.

Panel Of Claude

View Repo

danielrosehill/Panel-Of-Claude View on GitHub

Multi-agent panel discussion simulator providing multi-dimensional analysis across expert perspectives.

Agent Libraries & Collections

Claude Development Agents

View Repo

danielrosehill/Claude-Development-Agents View on GitHub

Curated toolkit of 74+ Claude Code configurations for development workflows and multi-agent coordination.

Claude Sub-Agent Network

View Repo

danielrosehill/Claude-Sub-Agent-Network View on GitHub

Collection of system prompts and configurations for development, operational, and creative tasks.

Cool Claude Code Stuff

View Repo

danielrosehill/Cool-Claude-Code-Stuff View on GitHub

Curated collection of Claude Code projects and resources organized by category.

Workspace Setup & Management

Claude Workspace Setup Helper

View Repo

danielrosehill/Claude-Workspace-Setup-Helper View on GitHub

Interactive tool for discovering, selecting, and cloning Claude Workspace templates.

Claude OS Playbook

View Repo

danielrosehill/Claude-OS-Playbook View on GitHub

A GitHub template for provisioning development environments using Claude Code slash commands and subagents instead of Ansible. Describe your desired environment in a YAML profile, then let Claude Code provision it conversationally.

Documentation & Notes

Claude Code Linux Notes

View Repo

danielrosehill/Claude-Code-Linux-Notes View on GitHub

Personal documentation of workflows and tips for using Claude Code on Ubuntu with KDE Plasma.

MCP

Projects related to Claude and MCP tooling and setup.

Claude Code MCP Command Generator

View Repo

danielrosehill/Claude-Code-MCP-Command-Generator View on GitHub

Generator for creating MCP server configuration commands for Claude Code.

Claude Code MCP List

View Repo

danielrosehill/Claude-Code-MCP-List View on GitHub

Curated index of MCP servers organized into 14+ categories for extending Claude Code.

Claude MCP Guidelines

View Repo

danielrosehill/Claude-MCP-Guidelines View on GitHub

Guideline snippet for directing Claude Code on MCP usage across environments.

MCPM Claude Code Docs

View Repo

danielrosehill/MCPM-Claude-Code-Docs View on GitHub

Documentation for integrating Claude Code with MCPM external MCP server manager.

Smithery Claude Code MCP Jumpstarter

View Repo

danielrosehill/Smithery-Claude-Code-MCP-Jumpstarter View on GitHub

Curated collection of 35+ MCP servers with interactive installer across 15+ categories.

Gmail MCP Claude Code

View Repo

danielrosehill/gmail-mcp-claude-code View on GitHub

Gmail MCP configuration for Claude Code enabling email sending and reading via Gmail API.

Claude Hannah MCP

View Repo

danielrosehill/Claude-Hannah-MCP View on GitHub

MCP server configuration for Claude Code.

Claude MCP Migration

View Repo

danielrosehill/Claude-MCP-Migration View on GitHub

Utilities for migrating MCP server configurations in Claude Code.

Claude Connectors

View Repo

danielrosehill/Claude-Connectors-0326 View on GitHub

Claude Code connector configurations and integrations.

Plugins

My Plugin Marketplace enhancing capabilities in Claude.

Claude Code Marketplace Hub

View Repo

danielrosehill/claude-code-marketplace View on GitHub

Decentralized directory aggregating multiple community-maintained Claude Code plugin marketplaces.

Claude Code Plugin

View Repo

danielrosehill/claude-code-plugin View on GitHub

Meta-plugin for managing Claude Code configuration, slash commands, and agent development.

Claude Code Plugins Marketplace

View Repo

danielrosehill/Claude-Code-Plugins ★ 6

Daniel Rosehill's Claude Code plugin marketplace

Shell2 forksUpdated Apr 2026
claude-code

Centralized marketplace for discovering and installing Claude Code plugins via simple commands.

Claude Handover

View Repo

danielrosehill/Claude-Handover View on GitHub

Plugin for AI agent session handover — creates structured handover documents so the next agent can seamlessly resume interrupted work.

Claude Janitor

View Repo

danielrosehill/Claude-Janitor View on GitHub

Plugin for cleaning up repositories by removing Claude-related artifacts and configurations.

Make Agent Friendly

View Repo

danielrosehill/Make-Agent-Friendly View on GitHub

Plugin that prepares human-developed codebases for agentic development with restructuring and documentation.

Repo Retrofitter

View Repo

danielrosehill/Claude-Repo-Retrofitter View on GitHub

Plugin for bulk-retrofitting repositories with AI agent scaffolding (CLAUDE.md, slash commands, subagents, MCP recommendations). Supports scan, interactive, and fully autonomous modes with incremental progress tracking.

Claude Plugins Editor

View Repo

danielrosehill/Claude-Plugins-Editor View on GitHub

Editor utility for managing and modifying Claude Code plugins.

QA Team Plugin

View Repo

danielrosehill/Claude-QA-Team View on GitHub

Multi-agent quality assurance system with specialized agents for code review and validation.

User Manual Plugin

View Repo

danielrosehill/Claude-User-Manual View on GitHub

Plugin for generating personalized user manuals and private documentation for codebases.

Slash Commands

Individual slash commands, sometimes integrated into other plugins or sometimes just for use at the user level.

AI-Human Attribution Adder

View Repo

danielrosehill/AI-Human-Attribution-Adder View on GitHub

Adds AI/human attribution sections to README files for transparent tool usage documentation.

Claude App Optimiser

View Repo

danielrosehill/Claude-App-Optimiser View on GitHub

Slash command deploying a sub-agent for codebase optimization and dead code removal.

Claude Code Linux Desktop Slash Commands

View Repo

danielrosehill/Claude-Code-Linux-Desktop-Slash-Commands View on GitHub

System administration slash commands for Linux desktop environments.

Claude Document This

View Repo

danielrosehill/Claude-Document-This View on GitHub

Methods and slash commands for documenting system changes made by Claude Code.

Claude File Organiser Super Slash

View Repo

danielrosehill/Claude-File-Organiser-Super-Slash View on GitHub

Slash command that transforms disorganized filesystems into well-structured directories.

Claude MD Chunk

View Repo

danielrosehill/Claude-MD-Chunk View on GitHub

Slash command that condenses bloated CLAUDE.md files to essentials and organizes supplementary context into a structured agent-context/ folder.

Claude Slash Commands

View Repo

danielrosehill/Claude-Slash-Commands View on GitHub

General-purpose slash command library for various Claude Code workflows.

Claude Slash Commands Home

View Repo

danielrosehill/Claude-Slash-Commands-Home View on GitHub

Home-level slash commands for use across all Claude Code sessions.

No Wheel Inventions

View Repo

danielrosehill/No-Wheel-Inventions View on GitHub

Slash commands encouraging use of existing libraries instead of building custom solutions.

Miscellaneous

Other projects including meta-resources, feedback, and utilities that span multiple categories.

Claude Agent Blueprints

View Repo

danielrosehill/Claude-Agent-Blueprints View on GitHub

Curated collection of 75+ agent workspace templates organized by use case, demonstrating the Agent Workspace Model across code and non-code domains.

Claude Code Context Feature Requests

View Repo

danielrosehill/Claude-Code-Context-Feature-Requests View on GitHub

Feature requests for improving Claude Code's context handling capabilities.

Claude Code Notes

View Repo

danielrosehill/Claude-Code-Notes View on GitHub

Casual cliff notes, tips, patterns, and reference material for using Claude Code effectively — covers workarounds, discoveries, MCP configs, CWD/config-file behaviour, and more.

Claude Interview

View Repo

danielrosehill/Claude-Interview-062325 View on GitHub

Transcript from an Anthropic user research interview on AI tools and adoption.

Claude Is Awesome

View Repo

danielrosehill/Claude-Is-Awesome View on GitHub

Template for creating curated resource lists with automated formatting and badge generation.

Claude Local AI Agent Research

View Repo

danielrosehill/Claude-Local-AI-Agent-Research View on GitHub

Research into agentic AI tools optimized for system administration rather than code generation.

Claude Resource List Builder

View Repo

danielrosehill/Claude-Resource-List-Builder View on GitHub

Template for building curated resource lists with organized taxonomy and PDF export.

New Turn Claude Hook

View Repo

danielrosehill/New-Turn-Claude-Hook View on GitHub

Tool that determines whether to continue an AI conversation or start fresh for optimal context.

Non-Code Claude Code

View Repo

danielrosehill/Non-Code-Claude-Code View on GitHub

Showcase of creative Claude Code applications beyond traditional software development.

Claude Code Account Jockey

View Repo

danielrosehill/Claude-Code-Account-Jockey View on GitHub

Utility for managing Claude Code account switching and configuration.

Claude Email Env

View Repo

danielrosehill/Claude-Email-Env View on GitHub

Claude Code environment configuration for email workflows.

Claude To Claude

View Repo

danielrosehill/Claude-To-Claude View on GitHub

Pattern for passing context between Claude Code sessions.

claude-code-launcher

View Repo

danielrosehill/claude-code-launcher View on GitHub

Launcher utility for starting Claude Code sessions.