返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

ai-rules-adapter-builder

为新的AI工具添加规则或技能适配器,并连接配置、CLI、补全功能和测试。

person作者: jakexiaohubgithub

AI Rules Adapter Builder

Instructions

  1. Confirm adapter mode, defaultSourceDir, targetDir, and suffix strategy based on existing adapters
  2. Add adapter files and register them in the adapter registry
  3. Extend ProjectConfig and sourceDir resolution to cover the new tool
  4. Wire CLI subcommands and _complete types
  5. Update shell completion scripts
  6. Add or update adapter tests

Examples

Request: Add rules and skills for a new tool and sync to its project directories Result: Adapters, config support, CLI, completion, and tests all green