Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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
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
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Git workflow automation and conventional commits
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Git and PR workflows with code review, onboarding, and PR enhancement
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git automation - PRs, releases, branches, worktrees
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.
Metalama framework development: aspect testing, test directives, code model, diagnostics
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim