/** * Core skills embedded as data for compiled binary support. * * When running from source, the loader reads from cli/mcp/skills/. * When compiled, this module provides the same data without filesystem access. */ import type { LoadedSkill } from "./types.js"; export declare const CORE_SKILLS: LoadedSkill[]; //# sourceMappingURL=core-skills.d.ts.map