export interface SkillDefinition { adapters: { claude: string; codex: string; }; instructions: string; name: string; } export declare const SKILLS: SkillDefinition[]; export declare const REMOVED_SKILLS: string[]; export declare const SKILL_CLEANUP_AGENTS_MD_INSTRUCTIONS_HASH = "9fffca22fdb8a19166396dc675b13aece38d573bf2a1fd08573947cff644439d"; export declare const SKILL_CLEANUP_AGENTS_MD_ADAPTER_CLAUDE_HASH = "4c55061f8d18f4b5edf1b4478bec06da032694bccb627dc861a2dc31fd9cc167"; export declare const SKILL_CLEANUP_AGENTS_MD_ADAPTER_CODEX_HASH = "c36f9ae1e4fa2d15f434c300dbe0995b8cb2a60fc5e632bb516f37488e68a300"; export declare const SKILL_SETUP_TSCONFIG_INSTRUCTIONS_HASH = "749b019af80df9646f8d1f1491c091b93cf9a7f1dbf2966943aa31c76160eaf9"; export declare const SKILL_SETUP_TSCONFIG_ADAPTER_CLAUDE_HASH = "923a388c3ec8d1ab8bb8859c2c4ed13ead607d253aec01a428d0df654bc23911"; export declare const SKILL_SETUP_TSCONFIG_ADAPTER_CODEX_HASH = "b47e306d7f1804b6907cd262893d71b39ba82c13f7cdbb810fc695526f4a519c";