create-skill
Guide for authoring agent skills. Use when creating new skills, writing SKILL.md files, or improving existing skills.
dotnet-file-based-apps
Creates .NET file-based apps from single C# files. Use when building scripts, utilities, or small applications without project files.
address-review-comments
Addresses PR review comments systematically. Use when fixing review feedback, responding to code review threads, or processing PR comments.
azure-pipelines-tasks
Finds Azure Pipelines task implementation source code. Use when investigating task behavior, debugging pipeline issues, or understanding how built-in tasks work.
commit
Creates logical git commits from working tree changes. Use when finishing work, saving progress, or organizing changes into commits.
csharp-review
An agent designed to assist with software development tasks for C#/.NET projects.
ghostty-config
Edits Ghostty terminal configuration. Use when configuring fonts, colors, keybindings, or appearance in Ghostty.
github-actions-composite
Creates GitHub Actions composite actions. Use when building reusable action.yml files, integrating github-script, or setting up action inputs/outputs.
nuget-manager
Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.
open-pull-request
Drafts and submits pull requests via gh CLI. Use when opening PRs, writing PR descriptions, or submitting code for review.
prompt-engineering
Techniques for writing effective LLM prompts. Use when crafting system prompts, optimizing agent instructions, or improving model outputs.