index.mjs 334 B

123456
  1. // skill-task-delegation — FmodeAgent skill package entry
  2. export const VERSION = '2.0.0';
  3. export const SKILL_NAME = 'fmodecode-task-delegation';
  4. export function info() {
  5. return { name: 'fmodecode-task-delegation', version: '2.0.0', description: 'Claude Code 任务委派:五步流程+多CC并行+图文增强+图片验证' };
  6. }