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';
Installs
5
GitHub Stars
188
First Seen
Feb 6, 2026
skill-analyzer — yonatangross/orchestkit