semantic-kernel

Featured

Build AI-enabled .NET applications with Semantic Kernel using services, plugins, prompts, and function-calling patterns that remain testable and maintainable. USE FOR: adding AI-driven prompts, plugins, or orchestration to a .NET app; reviewing kernel construction, service registration, or plugin usage; building function-calling. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

AI & Automation 479 stars 35 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Semantic Kernel for .NET ## Trigger On - adding AI-driven prompts, plugins, or orchestration to a .NET app - reviewing kernel construction, service registration, or plugin usage - building function-calling patterns with LLMs - migrating older Semantic Kernel code to current APIs ## Documentation - [Semantic Kernel Overview](https://learn.microsoft.com/en-us/semantic-kernel/overview/) - [Plugins and Functions](https://learn.microsoft.com/en-us/semantic-kernel/concepts/plugins/) - [Agent Functions](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-functions) - [GitHub Repository](https://github.com/microsoft/semantic-kernel) - [Microsoft Agent Framework](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/) ### References - [patterns.md](references/patterns.md) - Plugin patterns, function calling patterns, multi-agent patterns, prompt templates, and RAG patterns - [anti-patterns.md](references/anti-patterns.md) - Common Semantic Kernel mistakes and how to avoid them ## Core Concepts | Concept | Description | |---------|-------------| | **Kernel** | Central orchestrator for AI services and plugins | | **Plugin** | Collection of functions exposed to the LLM | | **Function** | Native C# method or prompt template | | **Chat Completion** | LLM service for generating responses | | **Memory** | Vector storage for semantic search | ## Workflow 1. **Build the Kernel** with required services 2. **Create Plugins** with well-described funct...

Details

Author
managedcode
Repository
managedcode/dotnet-skills
Created
6 months ago
Last Updated
6 days ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-kernel

Local-first governance, memory, runtime evidence, project isolation, architecture conformance, and release safety for AI coding agents. Use Agent Kernel when a user wants Claude Code, Codex, Cursor, OpenCode, Antigravity, Gemini CLI, or AGENTS.md-compatible agents to share persistent rules, reviewed workflows, Failure Lessons, episodes, bounded runtime context, project connection manifests, provider approvals, generated guidance, MCP tools, hooks, command guards, or architecture contracts. Strong triggers include: remember this rule, make every coding agent follow this workflow, capture this recurring failure, search previous debugging evidence, prevent architecture drift, search before creating a service, connect this repository safely, configure local MCP, secure the runtime daemon, inspect project provider boundaries, or prepare and verify an Agent Kernel release.

2 Updated 3 days ago
imMamdouhaboammar
AI & Automation Featured

microsoft-extensions-ai

Build provider-agnostic .NET AI integrations with `Microsoft.Extensions.AI`, `IChatClient`, embeddings, middleware, structured output, vector search, and evaluation. USE FOR: building or reviewing .NET code that uses Microsoft.Extensions.AI, Microsoft.Extensions.AI.Abstractions, IChatClient, IEmbeddingGenerator, ChatOptions, or AIFunction;. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

479 Updated 6 days ago
managedcode
AI & Automation Featured

microsoft-agent-framework

Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, tools, workflows, hosting protocols, and enterprise guardrails. USE FOR: building or reviewing .NET code that uses Microsoft.Agents.*, Microsoft.Extensions.AI, AIAgent, AgentThread, AgentSession, or Agent Framework hosting packages; choosing. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

479 Updated 6 days ago
managedcode