By postsharp
Metalama framework development: aspect testing, test directives, code model, diagnostics
npx claudepluginhub postsharp/postsharp.engineering.aiskills --plugin metalama-devClaude Code plugin marketplace for PostSharp and Metalama development workflows.
| Plugin | Description |
|---|---|
| eng | Git conventions, PRs, releases, TeamCity CI/CD, build diagnostics |
| metalama-dev | Metalama framework development: aspect testing, test directives |
/plugin marketplace add postsharp/PostSharp.Engineering.AISkills
/plugin install eng@postsharp-engineering
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"postsharp-engineering": {
"source": {
"source": "github",
"repo": "postsharp/PostSharp.Engineering.AISkills"
}
}
},
"enabledPlugins": ["eng@postsharp-engineering"]
}
PostSharp/Metalama engineering workflows:
| Command | Description |
|---|---|
/eng:create-pr | Create PR with metadata, milestone, issue linking |
/eng:prepare-release | Prepare GitHub release for a milestone |
/eng:tc-build | Trigger TeamCity build |
/eng:tc-check-build | Check TeamCity build status |
/eng:fix-binlog-warnings | Fix compiler warnings from MSBuild binlog files |
/eng:reflect | Review session and capture learnings |
The eng skill provides git workflow conventions:
topic/YYYY.N/XXXX-descriptiondevelop/YYYY.N, never default branchOrganize your source code with product families at the first level, repos underneath:
C:\src\
├── Metalama-2025.1\ # Product family (specific major version)
│ ├── Metalama\ # Main repo
│ ├── Metalama.Premium\
│ ├── Metalama.Documentation\
│ └── Metalama.Samples\
├── Metalama-2026.0\ # Another major version
│ ├── Metalama\
│ ├── Metalama.Premium\
│ └── ...
├── PostSharp.Engineering\ # Cross-product tooling (not version-specific)
│ ├── PostSharp.Engineering\
│ └── PostSharp.Engineering.AISkills\
└── ...
This structure allows:
Developers are encouraged to clone this repo locally and improve it.
For local development, reference the local path in your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"postsharp-engineering": {
"source": "C:/src/PostSharp.Engineering/PostSharp.Engineering.AISkills"
}
},
"enabledPlugins": ["eng@postsharp-engineering"]
}
When you've made improvements:
MIT
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Automates browser interactions for web testing, form filling, screenshots, and data extraction