copilot-sdk-dotnet
GitHub Copilot CLI SDK (.NET)
Use this skill to guide SDK integration, select appropriate APIs, and provide C# code examples. Focus on practical implementation patterns for .NET.
Quick workflow
- Identify the user's goal (client creation, session management, streaming, custom tools, permissions, MCP integration, or custom agents).
- Determine if the user needs basic
CopilotClientorMicrosoft.Agents.AIintegration. - Select the matching API section and code pattern.
- Provide C# examples with clear context (usings, initialization, event handling).
- Call out important defaults and configuration options that affect behavior.
- Clarify stability scope: Agent Framework is RC (stable API surface toward GA) while Copilot SDK pieces may still evolve.
SDK selection and installation
Core SDK (Direct Integration)
- .NET:
dotnet add package GitHub.Copilot.SDK(uses AIFunctionFactory and attributes)
Microsoft Agent Framework (Wrapper)
More from arisng/github-copilot-fc
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
20openspec-sdd
>-
2blazor-blueprint-ui
Build and customize .NET 8+ Blazor UIs with BlazorBlueprint. Use when choosing between BlazorBlueprint.Components and BlazorBlueprint.Primitives, wiring setup and providers, using ToastService/DialogService/localization, selecting icon packs, applying shadcn-ui-style theming, or copying and adapting BlazorBlueprint blueprints.
2beads
Track complex, multi-session work with dependency graphs using beads issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
1ralph-knowledge-merge-and-promotion
Ralph-v2 knowledge extraction, staging, merge, and promotion reference. Use when running Librarian EXTRACT, STAGE, or PROMOTE modes, applying merge rules, writing extracted frontmatter, or promoting staged knowledge into `.docs`.
1agent-evaluator
Deterministic custom subagent selection helper. Use when you need a reproducible, auditable decision on which custom subagents to activate for a user query (runs scripts/agent_evaluator.py).
1