ncosentino-needlr-examples-project-files-instructions.ocm.json json Copy{
"ocm": "1",
"id": "ncosentino-needlr-examples-project-files-instructions",
"kind": "skill",
"name": "examples-project-files",
"description": "Example Project Files",
"publisher": "ncosentino",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Example Project Files"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ncosentino/needlr",
"path": ".github/instructions/examples-project-files.instructions.md",
"ref": "0980bfd8893c741360ccc528bbc14ef98560463c",
"url": "https://github.com/ncosentino/needlr/blob/0980bfd8893c741360ccc528bbc14ef98560463c/.github/instructions/examples-project-files.instructions.md",
"key": "ncosentino/needlr/.github/instructions/examples-project-files.instructions.md"
},
"applies_to": "**/Examples/**/*.csproj"
},
"instructions": "# Example Project Files\n\n- Keep examples on the repository-supported .NET 10 target line.\n- Generator project references use `OutputItemType=\"Analyzer\"` and\n `ReferenceOutputAssembly=\"false\"`.\n- Register new examples in `src/NexusLabs.Needlr.slnx` under the appropriate\n `/Examples/` folder.\n- Copy `appsettings.json` with `PreserveNewest` when an example reads it at runtime.",
"cost": {
"context_tokens": 94
}
}