Clean Framework Prompts

A Claude Code prompt collection providing reusable agents, skills, hooks, LSP configuration, and architectural knowledge for .NET projects.

What This Prompt Collection Does

flowchart LR
    A[Requirements] --> B[Feature Planner]
    B --> C[Software Architect]
    C --> D[Backend Developer]
    C --> E[Tester]
    D --> F[Reviewer]
    E --> F
    F --> G[Documentation Writers]
    G --> H[Deliver PR]

The prompt collection provides a complete AI-assisted development team for .NET modular monolith projects:

  • 7 specialized agents with focused roles, tool restrictions, and architectural knowledge
  • 6 slash commands for development workflows, quality gates, and tooling setup
  • 3 automated hooks for formatting, build checking, and environment validation
  • C# LSP integration for code intelligence (go-to-definition, find-references, diagnostics)
  • 21+ architectural knowledge files encoding modular monolith patterns, layer rules, and technology guidance

Quick Start

# Test during development
claude --plugin-dir R:\AI-Prompts

# Install at user scope
claude plugin install clean-framework-prompts --scope user

# Verify LSP tooling
/setup-lsp

Contents

Section Description
Getting Started Installation, prerequisites, and first run
Agents The 7 specialized agents and their roles
Skills Slash commands and development workflows
Architecture Hooks, LSP, and project structure
Extending How to add agents, skills, technology docs, and hooks

Prerequisites

  • Claude Code CLI installed
  • .NET SDK (10.0+)
  • csharp-ls global tool: dotnet tool install --global csharp-ls
  • Docker (for Testcontainers in integration tests)

This site uses Just the Docs, a documentation theme for Jekyll.