import { ClaudeSkillInventory } from './types.js'; /** * Build a SkillInventory for a single SKILL.md. * * Consumes existing link-graph and frontmatter machinery — does not * re-walk or re-parse. Failures inside those parsers are surfaced via * parseErrors[]; nothing here throws on bad input. */ export declare function extractClaudeSkillInventory(skillMdPath: string): Promise; //# sourceMappingURL=extract-skill.d.ts.map