CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
aaronontheweb avatar

Type Design Performance

aaronontheweb/dotnet-skills
530 installs1.1k stars
Summary

Here's a focused skill for writing performant .NET types, built by Aaron Stannard. It pushes you toward sealed classes, readonly structs for small immutable values, static pure functions, and deferred enumeration. The principles are opinionated but practical: seal unless you're designing for inheritance, return immutable collections at API boundaries, don't materialize enumerables until you need to. It's passed security audits from Gen Agent Trust Hub, Socket, and Snyk, and has picked up 314 installs with nearly 1,000 GitHub stars. If you're doing API design or code reviews in .NET and want to avoid common performance pitfalls, this gives you a solid checklist.

Install to Claude Code

npx -y skills add aaronontheweb/dotnet-skills --skill type-design-performance --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
DebuggingDesign & UI/UX.NET & C#
First SeenJun 3, 2026
View on GitHub

More from aaronontheweb/dotnet-skills

All 34 skills →
  • Api Design522
  • Database Performance518
  • Package Management490
  • Ilspy Decompile486
  • Microsoft Extensions Configuration477
  • Serialization468
  • Crap Analysis465
  • Playwright Blazor Testing461
  • Dotnet Slopwatch454
  • Testcontainers Integration Tests440
  • Dotnet Local Tools438
  • Mjml Email Templates425
  • Aspire Integration Testing414
  • Aspire Service Defaults397
  • Aspire Configuration385
  • Snapshot Testing380
  • Akka Net Best Practices373
  • Playwright Ci Caching368
  • Skills Index Snippets367
  • Dotnet Devcert Trust361
  • Akka Hosting Actor Patterns359
  • Akka Net Testing Patterns355
  • Akka Net Management353
  • Mailpit Integration352

Recommended

More Debugging →
aj-geddes avatar
web-performance-audit

aj-geddes/useful-ai-prompts

Conduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations to improve user experience and SEO.
520
317
aaronontheweb avatar
database-performance

aaronontheweb/dotnet-skills

Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper.
518
1.1k
bartekmis avatar
wordpress-performance-best-practices

bartekmis/wordpress-performance-best-practises

wordpress performance best practices
518
10
longbridge avatar
longbridge-performance-attribution

longbridge/skills

Portfolio performance attribution via Longbridge Securities — Brinson industry attribution (allocation / selection / interaction effects), factor alpha/beta decomposition (market β, value, momentum, size), and timing ability (Treynor-Mazuy model). For portfolio review and fund analysis. Requires login with Trade scope. Triggers: "业绩归因", "归因分析", "Brinson归因", "配置效应", "选股效应", "因子归因", "alpha来源", "择时效应", "業績歸因", "歸因分析", "Brinson歸因", "配置效應", "選股效應", "因子歸因", "performance attribution", "Brinson attribution", "allocation effect", "selection effect", "factor attribution", "alpha decomposition", "timing ability", "portfolio attribution", "T-M model", "Jensen alpha".
511
47
davila7 avatar
web-performance-optimization

davila7/claude-code-templates

Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
501
30.2k
parcadei avatar
debug

parcadei/continuous-claude-v3

Debug issues by investigating logs, database state, and git history
495
3.9k