Microsoft Semantic Kernel planner and plugin setup for orchestrated AI
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill semantic-kernel-setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Semantic Kernel Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-semantic-kernel-setup-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: semantic-kernel-setup
description: Microsoft Semantic Kernel planner and plugin setup for orchestrated AI
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:ai-agents-conversational]
skillAreas: [skill-area:chain-of-thought-multistep-orchestration, skill-area:tool-service-integration-agents]
roles: [role:ml-engineer, role:backend-engineer]
workflows: [workflow:feature-development, workflow:ml-model-lifecycle]
topics: [topic:design-patterns]
---
# Semantic Kernel Setup Skill
## Capabilities
- Configure Semantic Kernel with AI services
- Create semantic and native functions (plugins)
- Set up planners (Handlebars, Stepwise)
- Implement memory connectors
- Design kernel function chains
- Configure automatic function calling
## Target Processes
- function-calling-agent
- plan-and-execute-agent
## Implementation Details
### Core Components
1. **Kernel**: Central orchestrator
2. **Plugins**: Collections of functions
3. **Planners**: Goal to action decomposition
4. **Memory**: Context and semantic storage
### Planner Types
- Handlebars Planner
- Stepwise Planner
- Function Calling Stepwise
### Configuration Options
- AI service connectors (OpenAI, Azure)
- Plugin registration
- Planner selection
- Memory backend
- Logging and telemetry
### Best Practices
- Clear function descriptions
- Appropriate planner selection
- Plugin organization
- Error handling patterns
### Dependencies
- semantic-kernel
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!