By postsharp
PostSharp engineering workflows: git conventions, PRs, releases, TeamCity CI/CD, build diagnostics, development utilities
npx claudepluginhub postsharp/postsharp.engineering.aiskills --plugin engCreate a pull request with proper metadata, milestone, and issue linking
Fix compiler warnings found in MSBuild binlog files
Prepare a GitHub release for a milestone with proper release notes
Review session and capture learnings for future sessions
Trigger a TeamCity build for the current branch
Check the status of a TeamCity build
Update the local Claude plugin cache from source
Claude 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
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.