By metalama
Complete Metalama documentation for aspect-oriented programming and compile-time code generation in C#, covering aspects, T# templates, fabrics, architecture validation, and the Metalama.Patterns libraries (caching, contracts, observability). Use whenever writing, reviewing, or debugging Metalama code; when a build reports LAMA diagnostics or errors point into transformed/generated code; when asked to eliminate repetitive C# (logging, INotifyPropertyChanged, validation, retry, equality, builders) in a project that references Metalama packages; when configuring Metalama MSBuild properties; when testing aspects; or when migrating from PostSharp.
This repository contains the Metalama plugin for Claude Code and OpenAI Codex, providing documentation for aspect-oriented programming with Metalama.
Add this marketplace to Claude Code:
/plugin marketplace add https://github.com/metalama/Metalama.AI.Skills
Install the Metalama plugin:
/plugin install metalama
Add this marketplace to Codex:
codex plugin marketplace add metalama/Metalama.AI.Skills
Install the Metalama plugin from the Codex plugin directory (Plugins in the Codex app).
The plugin provides the coding agent with access to:
Once installed, the agent automatically uses Metalama knowledge when you ask questions about:
Note: This repository is entirely generated from the Metalama.Documentation repository. Do not edit files here directly.
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 metalama/metalama.ai.skills --plugin metalamaC# Language Server Protocol support using csharp-ls for code intelligence features
Advanced C# programming skills for async patterns and LINQ
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
The definitive Claude Code companion for .NET developers. 47 skills (including 16 slash-command workflows), 10 agents, 10 rules, 5 templates, 20 MCP tools, and automation hooks for modern .NET 10 / C# 14.
C# language server
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.