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:
Agent Workspaces — Pre-configured repositories using Claude as a Conversational UI Agent for structured, domain-specific workflows ·
Templates — Forkable starting points you can customize for your own use ·
Non-Code — Applications beyond software development (research, productivity, health, etc.) ·
🧩 [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 GitHubFor 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 GitHubSystems Administration
Projects involving using Claude for local or remote systems administration as distinct from development-related projects.
Bash Alias Manager Claude
danielrosehill/Bash-Alias-Manager-Claude View on GitHubWorkspace for managing bash aliases with YADM synchronization support.
Claude Bug Catcher
danielrosehill/Claude-Bug-Catcher View on GitHubHotkey-triggered utility that launches Claude Code with relevant logs for real-time Linux debugging.
Claude Code Bash Aliases
danielrosehill/Claude-Code-Bash-Aliases View on GitHubCollection of bash aliases for common Claude Code operations on Linux.
Claude Code LAN Manager
danielrosehill/Claude-Code-LAN-Manager View on GitHubWorkspace for centralized management of multiple LAN-connected machines through Claude Code.
Claude LAN Manager GUI
danielrosehill/Claude-LAN-Manager-0126 View on GitHubGUI application for managing local network devices through isolated, device-specific agent workspaces.
Claude Code Remote Machine Admin Space
danielrosehill/Claude-Code-Remote-Machine-Admin-Space View on GitHubTemplate for managing individual remote machines via SSH with structured system profiles and logs.
Claude Code Security Auditor
danielrosehill/Claude-Code-Security-Auditor View on GitHubMulti-machine security auditing workspace covering antivirus, rootkits, permissions, and network exposure.
Claude Conda Manager
danielrosehill/Claude-Conda-Manager View on GitHubWorkspace for managing Conda environments on Ubuntu workstations with AMD ROCm hardware.
Claude Docker Manager
danielrosehill/Claude-Docker-Manager View on GitHubWorkspace template for Docker environment management with slash commands and diagnostic agents.
Claude Home Assistant Manager Template
danielrosehill/Claude-Home-Assistant-Manager-Template View on GitHubTemplate for managing Home Assistant OS with 20+ slash commands and 5 specialized agents.
Claude Linux Desktop Manager
danielrosehill/Claude-Linux-Desktop-Manager View on GitHubSystem administration interface for Linux desktop management with extensive slash commands.
Claude Linux Server Manager
danielrosehill/Claude-Linux-Server-Manager View on GitHubUbuntu server management template with 38 slash commands and 10 agents for routine administration.
Claude OS Sync Agent
danielrosehill/Claude-OS-Sync-Agent View on GitHubSynchronization tool for maintaining consistency between desktop and laptop configurations.
Claude Proxmox Manager Template
danielrosehill/Claude-Proxmox-Manager-Template View on GitHubProxmox server management template with 38 slash commands and 10 agents for low-spec hardware.
Claude Rescue
danielrosehill/Claude-Rescue View on GitHubConcept for deploying Claude Code into recovery shell environments for AI-assisted system repair.
Claude Server Manager Template
danielrosehill/Claude-Server-Manager-Template View on GitHubServer administration template with 38 slash commands and 10 agents optimized for Docker deployments.
Claude Server Mgmt Template SBCs
danielrosehill/Claude-Server-Mgmt-Template-SBCs View on GitHubServer management template adapted for Single Board Computers and resource-constrained hardware.
Claude Synology Manager
danielrosehill/Claude-Synology-Manager View on GitHubTemplate for managing Synology NAS devices through SSH and MCP with persistent context storage.
Claude System Recovery Mode
danielrosehill/Claude-System-Recovery-Mode View on GitHubCustom GRUB boot entry integrating Claude CLI into Linux system recovery workflows.
Ubuntu VM Claude Manager
danielrosehill/ubuntu-vm-claude-manager View on GitHubClaude Code configurations and workspace setup for Ubuntu virtual machines.
Android
Claude ADB Workspace Template
danielrosehill/Claude-ADB-Workspace-Template View on GitHubTemplate for managing Android devices through ADB with device profiling and package management.
Claude MVT Workspace
danielrosehill/Claude-MVT-Workspace View on GitHubWorkspace 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
danielrosehill/Claude-Dolphin-Konsole-Actions View on GitHubKDE 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
danielrosehill/Claude-Linux-Desktop-Manager View on GitHubSystem administration interface for Linux desktop management with extensive slash commands.
Claude Bug Catcher
danielrosehill/Claude-Bug-Catcher View on GitHubHotkey-triggered utility that launches Claude Code with relevant logs for real-time Linux debugging.
Claude System Recovery Mode
danielrosehill/Claude-System-Recovery-Mode View on GitHubCustom GRUB boot entry integrating Claude CLI into Linux system recovery workflows.
Claude OS Sync Agent
danielrosehill/Claude-OS-Sync-Agent View on GitHubSynchronization tool for maintaining consistency between desktop and laptop configurations.
KDE Claude Runner
danielrosehill/KDE-Claude-Runner View on GitHubWIP/plan for running Claude Code within KDE Plasma desktop workflows.
Claude Konsole Launcher
danielrosehill/Claude-Konsole-Launcher View on GitHubLaunch utility (WIP) for using Claude Code with Konsole in KDE Plasma.
Claude Konsole Shortcut
danielrosehill/claude-konsole-shortcut View on GitHubShortcut configuration for launching Claude Code from Konsole.
Dolphin Claude Code
danielrosehill/dolphin-claude-code View on GitHubDolphin 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
danielrosehill/Claude-Debugging-Workspace View on GitHubStructured debugging template supporting software bugs, process problems, and creative blocks through hypothesis-driven investigation.
Claude Decision Evaluation Framework
danielrosehill/Claude-Decision-Evaluation-Framework View on GitHubAnalyzes decisions through seven parallel frameworks (SWOT, ICE, Regret Minimization, etc.) with objective scoring.
Claude Diary Planner Template
danielrosehill/Claude-Diary-Planner-Template View on GitHubForkable template for daily workflow and time management planning with Claude Code.
Claude Google Drive Organiser
danielrosehill/Claude-Gdrive-Organiser View on GitHubTemplate for managing and organizing Google Drive via rclone with configurable rules and slash commands.
Claude FS Organiser
danielrosehill/Claude-FS-Organiser View on GitHubAgent workspace for scanning, cleaning, and organising the local filesystem with guardrails, clutter scoring, cleanup logging, and date-based folder conventions.
Claude Personal Development Workspace
danielrosehill/Claude-Personal-Development-Workspace View on GitHubWorkspace for tracking habits, skill acquisition, and self-improvement goals with AI coaching.
Claude Preparedness Planner
danielrosehill/Claude-Preparedness-Planner View on GitHubWorkspace generating personalized preparedness strategies across physical safety, financial, and medical domains, with intake interviews and offline-ready action plans.
Claude Time Planner
danielrosehill/Claude-Time-Planner View on GitHubWorkspace for time management and scheduling with Claude Code.
Claude Space Planner
danielrosehill/Claude-Space-Planner View on GitHubWorkspace for space and environment planning with Claude Code.
Claude Life Management Repo
danielrosehill/Claude-Life-Management-Repo View on GitHubCentralized repository for orchestrating Claude Code across multiple areas of focus.
Claude Career Planner
danielrosehill/Claude-Career-Planner View on GitHubWorkspace for career development and planning with Claude Code.
Claude Side Hustle Ideator
danielrosehill/Claude-Side-Hustle-Ideator View on GitHubWorkspace for brainstorming and evaluating side hustle ideas.
Claude Geolocation Helper
danielrosehill/Claude-Geolocation-Helper View on GitHubClaude Code pattern for assisting with geolocation tasks.
Claude Hebrew Planner
danielrosehill/Claude-Hebrew-Planner View on GitHubPlanning workspace for learning Hebrew with structured lessons and progress tracking.
Parenting Planner Claude Space
danielrosehill/Parenting-Planner-Claude-Space View on GitHubWorkspace for parenting planning and family organization.
Legal
Workspaces and templates for legal research, case management, and evidence handling workflows.
Claude Case File
danielrosehill/Claude-Case-File View on GitHubLegal case management template with evidence tracking, chain of custody, and document organization.
Claude Code Lawyer
danielrosehill/Claude-Code-Lawyer View on GitHubLegal research template with structured intake, evidence handling, and professional document generation.
Claude Lawyer - Israel Edition
Israel-specific variant of Claude Code repo template for legal analysis and advice
Israeli law adaptation with local court system knowledge, Hebrew support, and Israeli legal database links.
Claude Evidence Assistant
danielrosehill/Claude-Evidence-Assistant View on GitHubDigital evidence management workspace with cryptographic verification and Library of Congress-compliant exports.
Claude Legal Aid Clinic
danielrosehill/Claude-Legal-Aid-Clinic View on GitHubTemplate helping legal aid seekers understand their rights and prepare case materials.
ProofMode Unpacker
danielrosehill/Proofmode-Unpacker View on GitHubUtility 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
danielrosehill/Claude-ADHD-Research-Workspace View on GitHubResearch repository documenting barriers to ADHD medication access and advocacy for policy reform.
Claude Health Helper
danielrosehill/Claude-Health-Helper View on GitHubWorkspace for organizing personal health documentation, visit preparation, and medical report summaries.
Claude Therapy Tracker
danielrosehill/Claude-Therapy-Tracker View on GitHubTemplate for tracking therapy sessions, mental health goals, and therapeutic planning.
I'm Not Okay
danielrosehill/Im-Not-Okay View on GitHubVoice 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
danielrosehill/Claude-Blog-Manager View on GitHubTemplate for managing blog content through headless CMS platforms with drafting and publishing workflows.
Claude Code Writing Squad
danielrosehill/Claude-Code-Writing-Squad View on GitHubMulti-agent writing system that refines text through specialized editing agents.
Claude Communications Strategist Template
danielrosehill/Claude-Comms-Strategist-Template View on GitHubFull-featured workspace for communications strategy with 12 agents and 14 slash commands.
Claude Visual Communications Space
danielrosehill/Claude-Visual-Communications-Space View on GitHubTemplate for enhancing long-form content with AI-generated visuals via fal-ai MCP.
Claude Website Update Sender
danielrosehill/Claude-Website-Update-Sender View on GitHubAutomated workflow for sending polished update emails about website changes via Resend MCP.
Claude Writing Space Template
danielrosehill/Claude-Writing-Space-Template View on GitHubWriting workspace with sequential versioning, editing agents, and headless CMS publishing support.
Claude Spam Warrior
danielrosehill/Claude-Spam-Warrior View on GitHubWorkspace template for analysing deceptive unsolicited email that evades conventional spam filters — semantic spam analysis, tracking pixel detection, and sender blocklist management.
Declaude
danielrosehill/Declaude View on GitHubPersonalized text rewriting rules that consolidate into a slash command for refining AI-generated documentation.
An Ode To Claude
danielrosehill/An-Ode-To-Claude View on GitHubBlog 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
danielrosehill/Claude-Budget-Workspace-Template View on GitHubTemplate 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
danielrosehill/Claude-Purchasing-Assistant View on GitHubStructured purchasing decision workspace that evaluates products against user-defined criteria and local pricing.
Claude Shopping Eval Demo
danielrosehill/Claude-Shopping-Eval-Demo View on GitHubDemo 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
danielrosehill/Claude-Job-Search-Strategist View on GitHubJob search workspace with specialized agents for company research, resume tailoring, and interview preparation.
Claude Salary Research Agent
danielrosehill/Claude-Salary-Research-Agent View on GitHubSystematic 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
danielrosehill/Claude-Business-Continuity-Planner View on GitHubWorkspace for developing ISO 22301-aligned business continuity programs with slash commands.
Claude Business Idea Evaluator
danielrosehill/Claude-Business-Idea-Evaluator View on GitHubFramework for evaluating and ranking business ideas using the ICEC methodology.
Claude Competitor Research Agent
danielrosehill/Claude-Competitor-Research-Agent View on GitHubWorkspace 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
danielrosehill/Claude-Redaction-And-Obfuscation View on GitHubDocument redaction and identity protection workspace for handling sensitive information.
Technology & Hardware
Workspaces for hardware planning, PC builds, and technology procurement.
Claude Ivory PC Builder
danielrosehill/Claude-Ivory-PC-Builder View on GitHubAI-powered PC component spec generator with real-time pricing from an Israeli retailer, historical price tracking, and compatibility verification.
Claude Rig Planner
danielrosehill/Claude-Rig-Planner View on GitHubTemplate for planning computer hardware upgrades with profiling, recommendations, and VAT-compliant estimates.
Claude Keyboard Scanner
danielrosehill/Claude-Keyboard-Scanner View on GitHubAgent workspace for profiling keyboards, mapping keycodes, and discovering underused keys that can be repurposed for shortcuts and macros on Linux.
Claude Code Macropad
danielrosehill/Claude-Code-Macropad View on GitHubMacropad configuration and setup for streamlining Claude Code workflows with dedicated hardware keys.
Our Smart Home
danielrosehill/Our-Smart-Home View on GitHubAgent-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
danielrosehill/Claude-Media-Monitor View on GitHubWorkspace for systematic news collection and organization with metadata and schema validation.
Claude News Fetcher - Media Monitoring System
danielrosehill/Claude-PR-And-Media-Monitoring-Workspace View on GitHubFull-featured media monitoring workspace with structured data capture and batch processing.
Claude Web Analytics Space
danielrosehill/Claude-Web-Analytics-Space View on GitHubWorkspace template for SEO analytics with data cleaning, analysis, and reporting workflows.
Claude Red Team Buyer
danielrosehill/Claude-Red-Team-Buyer View on GitHubAgent 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)
danielrosehill/Claude-Deep-Research-Model View on GitHubFramework for iterative deep research using Claude with voice pipeline and structured outputs.
Claude Deep Research Template (Implementation Template)
danielrosehill/Claude-Deep-Research-Template View on GitHubStructured workflow for systematic research with specialized agents across academic and technical domains.
Claude Dork
danielrosehill/Claude-Dork View on GitHubAgent that generates platform-specific search dorks across Google, Reddit, Twitter/X, and more.
Claude Georeaction Researcher
danielrosehill/Claude-Georeaction-Researcher View on GitHubResearches international reactions across 193 UN member states using Gemini with search grounding.
Claude Github Shortlister
danielrosehill/Claude-Github-Shortlister View on GitHubTemplate for systematically evaluating and shortlisting GitHub repositories using AI-powered analysis.
Claude OSINT Investigator
danielrosehill/Claude-OSINT-Investigator View on GitHubTemplate for conducting open-source intelligence investigations with organized evidence management.
Claude Report Parsing Space Template
danielrosehill/Claude-Report-Parsing-Space-Template View on GitHubTemplate for critical analysis of reports with slash commands for triage, argumentation, and source extraction.
Claude Research Workspace
danielrosehill/Claude-Research-Workspace View on GitHubTemplate 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
danielrosehill/Claude-Research-Space-Public-Template View on GitHubTemplate 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
danielrosehill/Claude-Stack-Research-Workspace View on GitHubEnvironment for evaluating software solutions with specialized agents for technology comparisons.
Claude Research Workspace General Template
danielrosehill/Claude-Research-Workspace-General-Template View on GitHubTemplate for iterative AI research using Claude Code with a folder-based context/prompt/output workflow and compaction loop.
Claude Deep Research My Template Model
danielrosehill/Claude-Deep-Research-My-Template-Model View on GitHubPersonal template model for deep research workflows with Claude Code.
Detective Claude
danielrosehill/Detective-Claude View on GitHubInvestigation-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
danielrosehill/Claude-AI-Conference View on GitHubSimulated conference where 30+ AI personas deliver speeches on AI's impact from diverse perspectives.
Claude Change My View
danielrosehill/Claude-Change-My-View View on GitHubWorkspace for challenging personal beliefs through AI-generated counterarguments and rebuttals.
Claude Think Tank
danielrosehill/Claude-Think-Tank View on GitHubVirtual 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
danielrosehill/Batch-ClaudeMD-Repo-Creator View on GitHubAutomation workspace for batch-adding CLAUDE.md files across multiple GitHub repositories.
Claude Agent Workspace Model
danielrosehill/Claude-Agent-Workspace-Model View on GitHubThe 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
danielrosehill/Claude-Code-Context-Toolkit View on GitHubBridges human-friendly CONTEXT.md files with AI-optimized CLAUDE.md briefings via slash commands.
Claude Code Repo Managers ClaudeMD
danielrosehill/Claude-Code-Repo-Managers-ClaudeMD View on GitHubPre-configured CLAUDE.md templates for managing different repository types.
Claude Model Identifier
danielrosehill/Claude-Model-Identifier View on GitHubPrompt template for verifying the correct Claude model variant at conversation start.
Claude Space Self-Ideator
danielrosehill/Claude-Space-Self-ideator View on GitHubIdeation workspace for generating and documenting new agent workspace concepts.
Claude Spec Starter
danielrosehill/Claude-Spec-Starter View on GitHubTemplate that transforms unstructured project descriptions into organized specifications for Claude Code.
ClaudeMD Turnstile
danielrosehill/ClaudeMD-Turnstile View on GitHubA 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
danielrosehill/CONTEXT.md View on GitHubWorkflow methodology for separating human-authored context from structured AI agent briefings.
Home Folder Claude MD
danielrosehill/Home-Folder-Claude-MD View on GitHubVersion-controlled CLAUDE.md for applying Claude Code settings across a home directory.
Linux Desktop ClaudeMD Seeder
danielrosehill/Linux-Desktop-ClaudeMD-Seeder View on GitHubAutomatically generates contextual CLAUDE.md files across a Linux desktop filesystem.
Private And Public Claude MD
danielrosehill/Private-And-Public-Claude-MD View on GitHubTools for managing public and private CLAUDE.md files with security-focused git configuration.
Split CLAUDE.md Pattern
danielrosehill/Split-Claude-MD-Pattern View on GitHubTemplate 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
danielrosehill/Split-Context-Setup View on GitHubSlash command that scaffolds a structured context store with topic-based subfolders.
claude-config
danielrosehill/claude-config View on GitHubClaude Code configuration backup including agents, commands, and settings.
claude-md
danielrosehill/claude-md View on GitHubCLAUDE.md reference and configuration patterns.
laptop-claude
danielrosehill/laptop-claude View on GitHubHome-level CLAUDE.md for syncing Claude Code configuration across machines.
Claude Repo Creator
danielrosehill/Claude-Repo-Creator View on GitHubA Claude Code workspace/wrapper for creating repositories optimised for Claude Code.
My Claude Workspace Generator
danielrosehill/My-Claude-Workspace-Generator View on GitHubWorkspace 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
danielrosehill/Agent-Junction View on GitHubMCP server enabling encrypted peer-to-peer communication between Claude Code instances on localhost or LAN.
Claude Agent Picker Pattern
danielrosehill/Claude-Agent-Picker-Pattern View on GitHubFramework for assembling context-optimized multi-agent crews with minimal overlap.
Claude Agent Workspace Generator
danielrosehill/Claude-Agent-Workspace-Generator View on GitHubLaunchpad 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
danielrosehill/Claude-Repo-Jumper View on GitHubSkill for automating repository handovers with context-passing in multi-repo systems.
Claude Task Manager
danielrosehill/Claude-Task-Manager View on GitHubSequential task queuing system addressing context window exhaustion in agentic coding tools.
Claude Tech Research Team
danielrosehill/Claude-Tech-Research-Team View on GitHubMulti-agent system for evaluating software and hardware technologies with automated reporting.
Ecosystem Mapper
danielrosehill/Ecosystem-Mapper View on GitHubAgent that discovers, categorizes, and visualizes technology ecosystems from keyword searches.
Panel Of Claude
danielrosehill/Panel-Of-Claude View on GitHubMulti-agent panel discussion simulator providing multi-dimensional analysis across expert perspectives.
Agent Libraries & Collections
Claude Development Agents
danielrosehill/Claude-Development-Agents View on GitHubCurated toolkit of 74+ Claude Code configurations for development workflows and multi-agent coordination.
Claude Sub-Agent Network
danielrosehill/Claude-Sub-Agent-Network View on GitHubCollection of system prompts and configurations for development, operational, and creative tasks.
Cool Claude Code Stuff
danielrosehill/Cool-Claude-Code-Stuff View on GitHubCurated collection of Claude Code projects and resources organized by category.
Workspace Setup & Management
Claude Workspace Setup Helper
danielrosehill/Claude-Workspace-Setup-Helper View on GitHubInteractive tool for discovering, selecting, and cloning Claude Workspace templates.
Claude OS Playbook
danielrosehill/Claude-OS-Playbook View on GitHubA 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
danielrosehill/Claude-Code-Linux-Notes View on GitHubPersonal 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
danielrosehill/Claude-Code-MCP-Command-Generator View on GitHubGenerator for creating MCP server configuration commands for Claude Code.
Claude Code MCP List
danielrosehill/Claude-Code-MCP-List View on GitHubCurated index of MCP servers organized into 14+ categories for extending Claude Code.
Claude MCP Guidelines
danielrosehill/Claude-MCP-Guidelines View on GitHubGuideline snippet for directing Claude Code on MCP usage across environments.
MCPM Claude Code Docs
danielrosehill/MCPM-Claude-Code-Docs View on GitHubDocumentation for integrating Claude Code with MCPM external MCP server manager.
Smithery Claude Code MCP Jumpstarter
danielrosehill/Smithery-Claude-Code-MCP-Jumpstarter View on GitHubCurated collection of 35+ MCP servers with interactive installer across 15+ categories.
Gmail MCP Claude Code
danielrosehill/gmail-mcp-claude-code View on GitHubGmail MCP configuration for Claude Code enabling email sending and reading via Gmail API.
Claude Hannah MCP
danielrosehill/Claude-Hannah-MCP View on GitHubMCP server configuration for Claude Code.
Claude MCP Migration
danielrosehill/Claude-MCP-Migration View on GitHubUtilities for migrating MCP server configurations in Claude Code.
Claude Connectors
danielrosehill/Claude-Connectors-0326 View on GitHubClaude Code connector configurations and integrations.
Plugins
My Plugin Marketplace enhancing capabilities in Claude.
Claude Code Marketplace Hub
danielrosehill/claude-code-marketplace View on GitHubDecentralized directory aggregating multiple community-maintained Claude Code plugin marketplaces.
Claude Code Plugin
danielrosehill/claude-code-plugin View on GitHubMeta-plugin for managing Claude Code configuration, slash commands, and agent development.
Claude Code Plugins Marketplace
Daniel Rosehill's Claude Code plugin marketplace
Centralized marketplace for discovering and installing Claude Code plugins via simple commands.
Claude Handover
danielrosehill/Claude-Handover View on GitHubPlugin for AI agent session handover — creates structured handover documents so the next agent can seamlessly resume interrupted work.
Claude Janitor
danielrosehill/Claude-Janitor View on GitHubPlugin for cleaning up repositories by removing Claude-related artifacts and configurations.
Make Agent Friendly
danielrosehill/Make-Agent-Friendly View on GitHubPlugin that prepares human-developed codebases for agentic development with restructuring and documentation.
Repo Retrofitter
danielrosehill/Claude-Repo-Retrofitter View on GitHubPlugin 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
danielrosehill/Claude-Plugins-Editor View on GitHubEditor utility for managing and modifying Claude Code plugins.
QA Team Plugin
danielrosehill/Claude-QA-Team View on GitHubMulti-agent quality assurance system with specialized agents for code review and validation.
User Manual Plugin
danielrosehill/Claude-User-Manual View on GitHubPlugin 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
danielrosehill/AI-Human-Attribution-Adder View on GitHubAdds AI/human attribution sections to README files for transparent tool usage documentation.
Claude App Optimiser
danielrosehill/Claude-App-Optimiser View on GitHubSlash command deploying a sub-agent for codebase optimization and dead code removal.
Claude Code Linux Desktop Slash Commands
danielrosehill/Claude-Code-Linux-Desktop-Slash-Commands View on GitHubSystem administration slash commands for Linux desktop environments.
Claude Document This
danielrosehill/Claude-Document-This View on GitHubMethods and slash commands for documenting system changes made by Claude Code.
Claude File Organiser Super Slash
danielrosehill/Claude-File-Organiser-Super-Slash View on GitHubSlash command that transforms disorganized filesystems into well-structured directories.
Claude MD Chunk
danielrosehill/Claude-MD-Chunk View on GitHubSlash command that condenses bloated CLAUDE.md files to essentials and organizes supplementary context into a structured agent-context/ folder.
Claude Slash Commands
danielrosehill/Claude-Slash-Commands View on GitHubGeneral-purpose slash command library for various Claude Code workflows.
Claude Slash Commands Home
danielrosehill/Claude-Slash-Commands-Home View on GitHubHome-level slash commands for use across all Claude Code sessions.
No Wheel Inventions
danielrosehill/No-Wheel-Inventions View on GitHubSlash 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
danielrosehill/Claude-Agent-Blueprints View on GitHubCurated 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
danielrosehill/Claude-Code-Context-Feature-Requests View on GitHubFeature requests for improving Claude Code's context handling capabilities.
Claude Code Notes
danielrosehill/Claude-Code-Notes View on GitHubCasual 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
danielrosehill/Claude-Interview-062325 View on GitHubTranscript from an Anthropic user research interview on AI tools and adoption.
Claude Is Awesome
danielrosehill/Claude-Is-Awesome View on GitHubTemplate for creating curated resource lists with automated formatting and badge generation.
Claude Local AI Agent Research
danielrosehill/Claude-Local-AI-Agent-Research View on GitHubResearch into agentic AI tools optimized for system administration rather than code generation.
Claude Resource List Builder
danielrosehill/Claude-Resource-List-Builder View on GitHubTemplate for building curated resource lists with organized taxonomy and PDF export.
New Turn Claude Hook
danielrosehill/New-Turn-Claude-Hook View on GitHubTool that determines whether to continue an AI conversation or start fresh for optimal context.
Non-Code Claude Code
danielrosehill/Non-Code-Claude-Code View on GitHubShowcase of creative Claude Code applications beyond traditional software development.
Claude Code Account Jockey
danielrosehill/Claude-Code-Account-Jockey View on GitHubUtility for managing Claude Code account switching and configuration.
Claude Email Env
danielrosehill/Claude-Email-Env View on GitHubClaude Code environment configuration for email workflows.
Claude To Claude
danielrosehill/Claude-To-Claude View on GitHubPattern for passing context between Claude Code sessions.
claude-code-launcher
danielrosehill/claude-code-launcher View on GitHubLauncher utility for starting Claude Code sessions.