Copilot Sdk Analysis Session

Run semantic analysis with the Copilot SDK to extract skills, agents, and hooks.

shyamsridhar123 Updated

File contents

Copilot Sdk Analysis Session

Run semantic analysis with the Copilot SDK to extract skills, agents, and hooks.

When to Use

Use this skill when:

  • Working with code in src/analyzer/
  • User mentions "analyze"
  • User mentions "copilot"
  • User mentions "skills"
  • User mentions "agents"
  • User mentions "hooks"

Patterns

  • invoke Analyzer.analyze on scan results
  • derive skill definitions with category/triggers
  • agent hierarchy construction
  • hook definitions for lifecycle events

Examples

const analyzer = new Analyzer(verbose); const analysis = await analyzer.analyze(scanResult);

Category

architecture - Structural patterns and system design

shyamsridhar123/agentsmith-cli/tree/main/.github/skills/copilot-sdk-analysis-session commit 76bfe6d29b

Frequently asked questions

npx skillmds@latest add shyamsridhar123/copilot-sdk-analysis-session