roslyn-skills
v0.1.1Skills for developing Roslyn analyzers, code fixes, source generators, and diagnostic suppressors.
By aetosLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 4, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install roslyn-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install roslyn-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/aetos382/roslyn-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json└── skills/add-diagnostic/SKILL.md
Included Skills1
This skill should be used when the user asks to "add a diagnostic", "add a new rule", "add an analyzer rule", "create a DiagnosticDescriptor", "add a diagnostic ID", "register a new diagnostic", "add a suppression", "add a DiagnosticSuppressor", "診断を追加", or describes a new warning, error, or suppression a Roslyn analyzer, source generator, or suppressor should report. Adds the ID constant, descriptor, resx strings, AnalyzerReleases.Unshipped.md row, and optional rule docs following repository conventions. Not for implementing analysis logic, code fixes, or tests.
Plugin manifests1
{
"name": "roslyn-skills",
"version": "0.1.1",
"description": "Skills for developing Roslyn analyzers, code fixes, source generators, and diagnostic suppressors.",
"author": {
"name": "aetos"
},
"homepage": "https://github.com/aetos382/roslyn-skills#readme",
"repository": "https://github.com/aetos382/roslyn-skills",
"license": "MIT",
"keywords": [
"roslyn",
"analyzer",
"csharp",
"dotnet",
"diagnostics"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[roslyn-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/roslyn-skills)