← 返回 Skills 市场
hyharry

Simple Code

作者 Yi · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
295
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install simple-code
功能描述
Plan and build small, readable coding projects in three reliable modes: start, continue, and review. Think first, make a short plan, then delegate implementa...
安全使用建议
This skill appears coherent for small coding tasks. Before installing or invoking it, be aware that: it will read and modify files in whatever project path you point it at (or infer), will create a .steps/ folder and add .steps/ to .gitignore, and may read commits/diffs if you ask for a review. It requests no external credentials or downloads. To reduce risk, explicitly specify the project path and scope (e.g., 'review only file X' or 'start in agent_code/my-tool'), commit or back up your repo before allowing write operations, and ask the skill to run in 'review-only' mode if you want to prevent edits. If you need stronger guarantees, request that the skill produce patches instead of applying changes directly so you can review them before merging.
功能分析
Type: OpenClaw Skill Name: simple-code Version: 1.0.2 The 'simple-code' skill bundle provides a structured framework for an AI agent to manage small coding projects using 'start', 'continue', and 'review' modes. The instructions in SKILL.md focus on standard development practices such as project organization, git usage, testing, and documentation, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (plan, start/continue/review small projects) aligns with what the SKILL.md asks the agent to do: read/modify project files, create a minimal project structure, add tests and docs, and record progress in .steps/.gitignore. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions explicitly ask the agent to read the target project, working tree diffs, and commits and to perform file edits and testing inside agent_code/<project-name>. This is expected for a coding skill, but by default the skill may read broad parts of a project's working tree if the user doesn't restrict scope; it also creates and updates .steps/ and .gitignore.
Install Mechanism
No install spec and no code files are included (instruction-only skill), so nothing will be written to disk by an installer or downloaded during install. Runtime file I/O is limited to project work the skill performs.
Credentials
The skill requests no environment variables, credentials, or config paths. Its requested actions (reading and editing code, creating .steps) are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request system-wide changes or other skills' configs. It will persist project-local artifacts (.steps/, .gitignore entries) which is expected; autonomous model invocation is allowed by default but is not requested beyond normal operation (it also suggests spawning a 'coding sub-agent' and preferring a specific model).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simple-code
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simple-code 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Refine simple coding workflow guidance for start, continue, and review modes.
v1.2.1
Refine simple-code workflow: clarify sub-agent delegation, .steps tracking, and git/project-folder rules.
v1.2.0
**Sub-agent delegation model replaces ACP for code, test, and doc tasks.** - Switched from ACP to using a powerful OAuth-capable coding sub-agent (preferably Codex) for implementation, testing, documentation, and tracking. - Clarified that the chat agent keeps its earlier responsibilities: think, plan, delegate, review, and report. - Workflow steps now specify sub-agent handles all non-planning execution in the project folder. - Made sub-agent, not ACP, responsible for `.steps/` tracking notes and test iteration until they pass. - Terminology and step order updated for clarity and to match the new delegation model.
v1.0.1
Initial publish after CLI update
v0.1.2
Add .steps tracking workflow for projects and commit-linked review notes; require ignoring .steps in .gitignore from project init.
v0.1.1
Require waiting for ACP Codex to finish writing before post-implementation review, testing, docs, and verification.
v0.1.0
Initial publish
元数据
Slug simple-code
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

Simple Code 是什么?

Plan and build small, readable coding projects in three reliable modes: start, continue, and review. Think first, make a short plan, then delegate implementa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 Simple Code?

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

Simple Code 是免费的吗?

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

Simple Code 支持哪些平台?

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

谁开发了 Simple Code?

由 Yi(@hyharry)开发并维护,当前版本 v1.0.2。

💬 留言讨论