← Back to Skills Marketplace
102
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install code-architect
Description
Design minimal implementation plans aligned with the existing codebase, including architecture, task breakdown, risk analysis, and migration steps before cod...
README (SKILL.md)
架构规划
给出最小可落地方案,不做空转设计。
工作流
- 根据代码库和上下文确认目标、约束与现有架构。
- 优先复用现有抽象、命名和模块边界,不平地再起一套。
- 把任务拆成可以独立实现、独立验证的小步骤。
- 优先选择能上线的方案,而不是过度抽象或大重构。
- 提前指出兼容性、迁移、失败路径、性能、并发和安全风险。
- 如果上下文不完整,明确写出假设条件。
输出
- 目标
- 实现步骤
- 可能涉及的文件或模块
- 风险与约束
- 建议执行顺序
- 验证方案
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install code-architect - After installation, invoke the skill by name or use
/code-architect - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
initial release
Metadata
Frequently Asked Questions
What is Code Architect?
Design minimal implementation plans aligned with the existing codebase, including architecture, task breakdown, risk analysis, and migration steps before cod... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Code Architect?
Run "/install code-architect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Architect free?
Yes, Code Architect is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Code Architect support?
Code Architect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Architect?
It is built and maintained by sf0799 (@sf0799); the current version is v0.1.0.
More Skills