← 返回 Skills 市场
wangxiaofei860208-source

.Agentic Engineering Bak

作者 wangxiaofei860208-source · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agentic-engineering-bak
功能描述
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
使用说明 (SKILL.md)

Agentic Engineering

Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.

Operating Principles

  1. Define completion criteria before execution.
  2. Decompose work into agent-sized units.
  3. Route model tiers by task complexity.
  4. Measure with evals and regression checks.

Eval-First Loop

  1. Define capability eval and regression eval.
  2. Run baseline and capture failure signatures.
  3. Execute implementation.
  4. Re-run evals and compare deltas.

Task Decomposition

Apply the 15-minute unit rule:

  • each unit should be independently verifiable
  • each unit should have a single dominant risk
  • each unit should expose a clear done condition

Model Routing

  • Haiku: classification, boilerplate transforms, narrow edits
  • Sonnet: implementation and refactors
  • Opus: architecture, root-cause analysis, multi-file invariants

Session Strategy

  • Continue session for closely-coupled units.
  • Start fresh session after major phase transitions.
  • Compact after milestone completion, not during active debugging.

Review Focus for AI-Generated Code

Prioritize:

  • invariants and edge cases
  • error boundaries
  • security and auth assumptions
  • hidden coupling and rollout risk

Do not waste review cycles on style-only disagreements when automated format/lint already enforce style.

Cost Discipline

Track per task:

  • model
  • token estimate
  • retries
  • wall-clock time
  • success/failure

Escalate model tier only when lower tier fails with a clear reasoning gap.

安全使用建议
This skill is a benign, high-level playbook for running agentic engineering work: it doesn't install anything or ask for credentials. Before installing, decide whether you want an agent to follow these autonomous process rules (the platform still controls actual tool and credential access). If you enable it, monitor agent runs initially, ensure your agent's tool/credential permissions are tightly scoped, and include security- and privacy-focused evals in your baseline tests so automated workflows don't accidentally expose secrets or perform risky changes.
功能分析
Type: OpenClaw Skill Name: agentic-engineering-bak Version: 1.0.0 The skill bundle consists of metadata and a markdown file (SKILL.md) outlining high-level operational principles for agentic engineering. It focuses on software development best practices such as task decomposition, model routing, and evaluation-driven development, with no executable code, network activity, or malicious instructions.
能力评估
Purpose & Capability
Name and description match the SKILL.md content: guidelines for decomposition, eval-first loops, and model routing. No extraneous credentials, binaries, or installs are requested.
Instruction Scope
Instructions are high-level operational guidance for agent workflows (task decomposition, evals, cost discipline). They do not instruct reading files, accessing environment variables, contacting external endpoints, or performing actions outside the stated domain.
Install Mechanism
No install spec and no code files are present—this is instruction-only, so nothing will be written to disk or downloaded during install.
Credentials
The skill declares no required env vars, credentials, or config paths; the guidance does not reference secrets or external services, so no disproportionate access is requested.
Persistence & Privilege
always is false and default autonomous invocation is allowed (the platform default). The skill does not request persistent presence or system-wide modifications.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentic-engineering-bak
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentic-engineering-bak 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the agentic-engineering skill. - Enables agentic engineering workflows with eval-first execution, decomposition, and cost-aware model routing. - Outlines principles for task decomposition, evaluation loops, and model usage per task complexity. - Describes a session strategy for effective context management. - Provides review focus areas for AI-generated code to improve quality and risk control. - Introduces guidelines for tracking cost metrics and disciplined model tier escalation.
元数据
Slug agentic-engineering-bak
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

.Agentic Engineering Bak 是什么?

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 .Agentic Engineering Bak?

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

.Agentic Engineering Bak 是免费的吗?

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

.Agentic Engineering Bak 支持哪些平台?

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

谁开发了 .Agentic Engineering Bak?

由 wangxiaofei860208-source(@wangxiaofei860208-source)开发并维护,当前版本 v1.0.0。

💬 留言讨论