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';