export declare const SKILL_DESCRIPTION: string; export declare const MAX_SKILL_MARKDOWN_CHARS = 2500; export declare const SKILL_AUTHOR = "Kun Chen (kunchenguid)"; export declare const SKILL_HERMES_TAGS: readonly ["browser", "chrome", "automation", "devtools"]; export declare const SKILL_HERMES_CATEGORY = "automation"; /** * Render the installable SKILL.md for the chrome-devtools-axi skill. * * This is a discovery stub, not a copy of CLI guidance. Installed skills go stale; * `chrome-devtools-axi --help` and `chrome-devtools-axi --help` do not. * Keep the body to what chrome-devtools-axi is, when to reach for it, and pointers * at those commands. Rewrite invocations to non-interactive * `npx -y chrome-devtools-axi ...` so the CLI comes along on demand. * * @returns full SKILL.md contents including YAML frontmatter */ export declare function createSkillMarkdown(): string;