export declare const SKILL_DESCRIPTION: string; export declare const SKILL_AUTHOR = "Kun Chen (kunchenguid)"; export declare const HERMES_TAGS: string[]; export declare const HERMES_CATEGORY = "observability"; /** * Render the installable SKILL.md as a minimal stub. Frontmatter stays the * discovery surface; the body only names what quota-axi is, when to reach for * it, and pointers to the live CLI. quota-axi CLI output is the single source * of truth - never bake help text, output schema, or field semantics here. * * @returns full SKILL.md contents including YAML frontmatter */ export declare function createSkillMarkdown(): string;