# Copilot Sdk Analysis Session

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

- Skill: `shyamsridhar123/copilot-sdk-analysis-session` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shyamsridhar123/copilot-sdk-analysis-session`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shyamsridhar123/copilot-sdk-analysis-session/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shyamsridhar123 (https://skillmd.com/u/shyamsridhar123)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shyamsridhar123/copilot-sdk-analysis-session

---


# 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

