
Semantic Kernel
- 1.6k installs
- 37.1k repo stars
- Updated July 28, 2026
- github/awesome-copilot
semantic-kernel skill for building SK apps in .NET or Python with current official guidance.
About
The semantic-kernel skill guides creation, update, refactor, and review of Semantic Kernel applications with language-specific .NET and Python references. Workflow first determines target language from repository files or user intent, then fetches live Microsoft documentation rather than relying on stale memory. Shared guidance enforces async kernel operations, official plugin and function-calling patterns, explicit error handling, strong typing, and built-in connectors for Azure AI Foundry, Azure OpenAI, and OpenAI. Memory and context management capabilities apply when they simplify solutions; DefaultAzureCredential covers Azure auth. Completion requires recommendations matching the selected ecosystem package names, sample paths, and current supported APIs. Invoke when working with SK plugins, function calling flows, or AI integrations in C# or Python Semantic Kernel projects. Routes to .NET or Python references based on repo files. Requires fetching live Semantic Kernel docs before recommendations.
- Routes to .NET or Python references based on repo files.
- Requires fetching live Semantic Kernel docs before recommendations.
- Enforces async patterns, plugins, and function-calling best practices.
- Prefers Azure AI Foundry connectors for new projects when appropriate.
- Uses DefaultAzureCredential for Azure authentication flows.
Semantic Kernel by the numbers
- 1,603 all-time installs (skills.sh)
- +19 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #753 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
semantic-kernel capabilities & compatibility
- Capabilities
- language routing · plugin patterns · async kernel ops · azure connector setup
- Works with
- azure · openai · anthropic
- Use cases
- orchestration · api development
What semantic-kernel says it does
Always ground implementation advice in the latest Semantic Kernel documentation and samples rather than memory alone.
Use async patterns for kernel operations.
npx skills add https://github.com/github/awesome-copilot --skill semantic-kernelAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.6k |
|---|---|
| repo stars | ★ 37.1k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 28, 2026 |
| Repository | github/awesome-copilot ↗ |
How do I implement Semantic Kernel plugins and connectors correctly today?
Build and review Semantic Kernel solutions in .NET or Python using official docs, async plugins, and Azure AI connectors.
Who is it for?
Teams building agent apps on Semantic Kernel in C# or Python.
Skip if: LangChain-only projects without Semantic Kernel dependencies.
When should I use this skill?
User works on Semantic Kernel plugins, kernels, or Azure OpenAI connectors.
What you get
Language-matched SK code following current docs, async patterns, and connector usage.
- SK plugin code
- Function-calling flow implementations
By the numbers
- Supports 2 language workflows: .NET and Python
- Detects .NET projects via .cs, .csproj, and .sln file signals
Files
Semantic Kernel
Use this skill when working with applications, plugins, function-calling flows, or AI integrations built on Semantic Kernel.
Always ground implementation advice in the latest Semantic Kernel documentation and samples rather than memory alone.
Determine the target language first
Choose the language workflow before making recommendations or code changes:
1. Use the .NET workflow when the repository contains .cs, .csproj, .sln, or other .NET project files, or when the user explicitly asks for C# or .NET guidance. Follow references/dotnet.md. 2. Use the Python workflow when the repository contains .py, pyproject.toml, requirements.txt, or the user explicitly asks for Python guidance. Follow references/python.md. 3. If the repository contains both ecosystems, match the language used by the files being edited or the user's stated target. 4. If the language is ambiguous, inspect the current workspace first and then choose the closest language-specific reference.
Always consult live documentation
- Read the Semantic Kernel overview first: <https://learn.microsoft.com/semantic-kernel/overview/>
- Prefer official docs and samples for the current API surface.
- Use the Microsoft Docs MCP tooling when available to fetch up-to-date framework guidance and examples.
Shared guidance
When working with Semantic Kernel in any language:
- Use async patterns for kernel operations.
- Follow official plugin and function-calling patterns.
- Implement explicit error handling and logging.
- Prefer strong typing, clear abstractions, and maintainable composition patterns.
- Use built-in connectors for Azure AI Foundry, Azure OpenAI, OpenAI, and other AI services, while preferring Azure AI Foundry services for new projects when that fits the task.
- Use the kernel's memory and context-management capabilities when they simplify the solution.
- Use
DefaultAzureCredentialwhen Azure authentication is appropriate.
Workflow
1. Determine the target language and read the matching reference file. 2. Fetch the latest official docs and samples before making implementation choices. 3. Apply the shared Semantic Kernel guidance from this skill. 4. Use the language-specific package, repository, sample paths, and coding practices from the chosen reference. 5. When examples in the repo differ from current docs, explain the difference and follow the current supported pattern.
References
- .NET reference
- Python reference
Completion criteria
- Recommendations match the target language.
- Package names, repository paths, and sample locations match the selected ecosystem.
- Guidance reflects current Semantic Kernel documentation rather than stale assumptions.
Semantic Kernel for .NET
Use this reference when the target project is written in C# or another .NET language.
Authoritative sources
- Repository: <https://github.com/microsoft/semantic-kernel/tree/main/dotnet>
- Samples: <https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples>
.NET-specific guidance
- Use
async/awaitpatterns consistently for kernel operations. - Follow .NET best practices with strong typing and explicit interfaces.
- Keep service registration, configuration, and authentication aligned with standard .NET hosting patterns.
- Check the latest .NET samples before introducing new APIs, plugins, or orchestration patterns.
Semantic Kernel for Python
Use this reference when the target project is written in Python.
Authoritative sources
- Repository: <https://github.com/microsoft/semantic-kernel/tree/main/python>
- Samples: <https://github.com/microsoft/semantic-kernel/tree/main/python/samples>
Python-specific guidance
- Use modern async patterns throughout kernel operations.
- Add type hints and keep APIs explicit even in dynamic code.
- Follow standard Python packaging and environment practices for dependencies and tooling.
- Check the latest Python samples before introducing new APIs, plugins, or orchestration patterns.
Related skills
How it compares
Choose semantic-kernel for Microsoft SK plugin and planner work rather than generic error-handling or raw LLM API scripting.
FAQ
How is target language chosen?
.csproj or .py files in repo, or explicit user request for C# versus Python.
Should recommendations use memory alone?
No. Always consult live Semantic Kernel documentation and samples first.
Which Azure auth pattern is preferred?
DefaultAzureCredential when Azure authentication is appropriate.
Is Semantic Kernel safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.