Agent Skills: Semantic Kernel Setup Skill

Microsoft Semantic Kernel planner and plugin setup for orchestrated AI

UncategorizedID: a5c-ai/babysitter/semantic-kernel-setup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/plugins/babysitter/skills/babysit/process/specializations/ai-agents-conversational/skills/semantic-kernel-setup

Skill Files

Browse the full folder contents for semantic-kernel-setup.

Download Skill

Loading file tree…

plugins/babysitter/skills/babysit/process/specializations/ai-agents-conversational/skills/semantic-kernel-setup/SKILL.md

Skill Metadata

Name
semantic-kernel-setup
Description
Microsoft Semantic Kernel planner and plugin setup for orchestrated AI

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