skill-analyzer

Installation
SKILL.md

Skill Analyzer

Reference patterns for extracting structured metadata from SKILL.md files.

Note: Actual analysis is performed by demo-producer/scripts/generate.sh. This skill provides reference patterns.

Output Structure

interface SkillMetadata {
  name: string;
  description: string;
  tags: string[];
  version: string;
  userInvocable: boolean;
  context: 'fork' | 'inherit' | 'none';

  // Extracted content
  phases: WorkflowPhase[];
Related skills

More from yonatangross/orchestkit

Installs
5
GitHub Stars
170
First Seen
Feb 6, 2026