autonomous-skill-designer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Autonomous Skill Designer

自主技能设计器

This is the final key to the ecosystem. It allows the monorepo to expand its own capabilities without human intervention.
这是生态系统的最终关键。它允许单体仓库无需人工干预即可扩展自身能力。

Capabilities

能力

1. Gap Identification

1. 差距识别

  • Works with
    mission-control
    to identify when a user's high-level goal cannot be met by existing skills.
  • Defines the requirements for a new, necessary skill.
  • mission-control
    协作,识别用户的高级目标无法通过现有技能实现的场景。
  • 定义所需新技能的需求。

2. Autonomous Implementation

2. 自主实现

  • Drafts the new
    SKILL.md
    instructions.
  • Implements the necessary Node.js/Python scripts.
  • Installs and tests the new skill within the monorepo.
  • 起草新的
    SKILL.md
    说明文档。
  • 实现必要的Node.js/Python脚本。
  • 在单体仓库中安装并测试新技能。

Usage

使用示例

  • "We need a way to integrate with our internal proprietary CI system. Use
    autonomous-skill-designer
    to build a skill for it."
  • "The monorepo is missing a way to handle legacy COBOL files. Design and implement a
    cobol-analyzer
    skill."
  • "我们需要一种与内部专有CI系统集成的方法。使用
    autonomous-skill-designer
    来构建对应的技能。"
  • "单体仓库缺少处理旧版COBOL文件的方法。设计并实现一个
    cobol-analyzer
    技能。"

Knowledge Protocol

知识协议

  • This skill adheres to the
    knowledge/orchestration/knowledge-protocol.md
    . It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.
  • 本技能遵循
    knowledge/orchestration/knowledge-protocol.md
    。它会自动整合公开、保密(公司/客户)和个人知识层级,优先使用最具体的保密信息,同时确保不会泄露到公开输出中。