/**
 * Skills Module
 *
 * Provides types, schemas, and implementation for Skills following the Agent Skills specification.
 * Skills are SKILL.md files discovered from workspace skills paths.
 *
 * @see https://github.com/anthropics/skills
 */
export * from './types.js';
export * from './schemas.js';
export * from './skill-source.js';
export * from './local-skill-source.js';
export * from './versioned-skill-source.js';
export * from './composite-versioned-skill-source.js';
export * from './workspace-skills.js';
export * from './publish.js';
export { createSkillTools, formatSkillActivation } from './tools.js';
//# sourceMappingURL=index.d.ts.map