← 返回 Skills 市场
sf0799

Code Architect

作者 sf0799 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install code-architect
功能描述
Design minimal implementation plans aligned with the existing codebase, including architecture, task breakdown, risk analysis, and migration steps before cod...
使用说明 (SKILL.md)

架构规划

给出最小可落地方案,不做空转设计。

工作流

  1. 根据代码库和上下文确认目标、约束与现有架构。
  2. 优先复用现有抽象、命名和模块边界,不平地再起一套。
  3. 把任务拆成可以独立实现、独立验证的小步骤。
  4. 优先选择能上线的方案,而不是过度抽象或大重构。
  5. 提前指出兼容性、迁移、失败路径、性能、并发和安全风险。
  6. 如果上下文不完整,明确写出假设条件。

输出

  • 目标
  • 实现步骤
  • 可能涉及的文件或模块
  • 风险与约束
  • 建议执行顺序
  • 验证方案
安全使用建议
This skill is instruction-only and coherent with its description: it will analyze your workspace and propose minimal implementation plans. Before installing or invoking it, consider: (1) the agent will read repository files — remove or avoid placing secrets in the workspace you don't want included in analysis; (2) review any plan output before applying changes to code or CI; (3) if you want tighter control, run the agent in a sandbox or explicitly restrict which files it can access or ask the skill to list which files it needs to read before proceeding. If the skill later requests network access, credentials, or an install script, treat that as a new risk and reevaluate.
功能分析
Type: OpenClaw Skill Name: code-architect Version: 0.1.0 The 'code-architect' skill bundle is a purely instructional tool designed to help an AI agent plan software implementations and assess risks within a local codebase. It contains no executable code, data exfiltration logic, or malicious instructions; instead, it provides a structured workflow for task breakdown and architectural design in SKILL.md and agents/openai.yaml.
能力评估
Purpose & Capability
The name and description match the SKILL.md: the skill's purpose is to produce minimal implementation plans that fit an existing codebase. It is instruction-only and does not request unrelated credentials, binaries, or config paths, which is proportionate to that purpose.
Instruction Scope
The instructions direct the agent to use the 'existing local codebase' and workspace context to create plans. They do not instruct network exfiltration or reading unrelated system secrets, but they imply the agent will read repository files and context. Users should be aware that any sensitive material in the workspace could be included in analysis outputs.
Install Mechanism
No install spec and no code files are provided (instruction-only), which is the lowest-risk installation model — nothing will be written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with a purely advisory, design-focused skill that analyzes local code.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and uses the default autonomous-invocation setting (normal). It does not require elevated persistence or privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-architect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-architect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
initial release
元数据
Slug code-architect
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Code Architect 是什么?

Design minimal implementation plans aligned with the existing codebase, including architecture, task breakdown, risk analysis, and migration steps before cod... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Code Architect?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-architect」即可一键安装,无需额外配置。

Code Architect 是免费的吗?

是的,Code Architect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Code Architect 支持哪些平台?

Code Architect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Code Architect?

由 sf0799(@sf0799)开发并维护,当前版本 v0.1.0。

💬 留言讨论