By yoozek
Yoozek's Claude Code setup with 14 productivity commands and 11 specialized AI agents for .NET 10 and React development with PostgreSQL
Claude Code configuration for productive .NET 10, React, and PostgreSQL development. This plugin provides 14 slash commands and 11 specialized AI agents to supercharge your full-stack development workflow.
# Step 1: Add the marketplace
/plugin marketplace add yoozek/yoozek-claude-code
# Step 2: Install the plugin
/plugin install yoozek-claude-code
/new-task - Analyze task complexity and create implementation plans/code-explain - Generate detailed explanations/code-optimize - Performance optimization/code-cleanup - Refactoring and cleanup/feature-plan - Feature implementation planning/lint - Linting and fixes for .NET and React/docs-generate - Documentation generation/api-new - Create ASP.NET Core Web API endpoints/api-test - Test Web API endpoints with xUnit/api-protect - Add authentication & authorization/component-new - Create React components with TypeScript/page-new - Create React pages with React Router/ef-model - Create Entity Framework Core models/ef-migration - Create and manage EF Core migrationsArchitecture & Planning
Code Quality & Performance
Documentation & Research
# Add marketplace
/plugin marketplace add yoozek/yoozek-claude-code
# Install plugin
/plugin install yoozek-claude-code
git clone https://github.com/yoozek/yoozek-claude-code.git
cd yoozek-claude-code
# Add as local marketplace
/plugin marketplace add /path/to/yoozek-claude-code
# Install plugin
/plugin install yoozek-claude-code
/feature-plan
# Then describe your feature idea
/api-new
# Claude will scaffold a complete ASP.NET Core endpoint with validation, error handling, and DTOs
/ef-model User with properties Id, Name, Email, and Orders collection
# Generates EF Core model, configuration, and DTOs
/component-new UserProfile component that fetches data from /api/users
# Generates React component with TypeScript, TanStack Query, and proper typing
Just ask Claude questions like:
The tech-stack-researcher agent automatically activates and provides detailed, researched answers.
This setup emphasizes:
After installation, you can customize any command by editing files in .claude/commands/ and .claude/agents/.
Feel free to:
MIT - Use freely in your projects
Created by Yoozek
Note: Commands are optimized for .NET 10 + React + PostgreSQL workflows with Testcontainers for integration testing.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yoozek/yoozek-claude-code --plugin yoozek-claude-codeThe definitive Claude Code companion for .NET developers. 45 skills (including 14 slash-command workflows), 10 agents, 10 rules, 5 templates, 15 MCP tools, and automation hooks for modern .NET 10 / C# 14.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more
Expert agents for software architecture, backend development, and system design