← 返回 Skills 市场
wangxiaofei860208-source

Lobster Agentic Engineering

作者 wangxiaofei860208-source · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lobster-agentic-engineering
功能描述
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 high-level process guide (playbook) and appears internally consistent and low-risk. It does not install code or ask for secrets. Before using, ensure your agent runtime enforces least privilege: if you allow agents to run code, access the network, or use credentials, those capabilities — not this playbook — determine actual risk. Also note the skill prescribes evaluation and regression tests but does not implement them; you should provide or require concrete eval suites, test harnesses, and monitoring before giving the agent ability to modify production systems.
功能分析
Type: OpenClaw Skill Name: lobster-agentic-engineering Version: 1.0.0 The skill bundle contains purely procedural documentation and architectural guidelines for AI-driven engineering workflows. SKILL.md outlines best practices for task decomposition, model routing, and evaluation-driven development without any executable code, network requests, or malicious instructions.
能力评估
Purpose & Capability
Name/description match the content: SKILL.md is a process/playbook for 'agentic engineering' (eval-first loops, decomposition, model routing). It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md contains only operational guidance (decomposition, evals, routing, review focus, cost discipline). It does not instruct the agent to read files, access environment variables, call external endpoints, execute code, or exfiltrate data.
Install Mechanism
No install spec and no code files — instruction-only skill with no disk writes or downloads. Lowest install risk.
Credentials
No required environment variables, credentials, or config paths are declared or referenced; requested privileges are proportional (none).
Persistence & Privilege
always is false and default autonomous invocation is enabled (normal). The skill does not request persistent presence or system-wide configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lobster-agentic-engineering
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lobster-agentic-engineering 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of lobster-agentic-engineering skill. - Enables agentic engineering workflows using eval-first execution and cost-aware model routing. - Provides principles for decomposing work into independently-verifiable, risk-scoped units. - Details best practices for routing tasks to appropriate AI model tiers (Haiku, Sonnet, Opus). - Introduces an eval-first feedback loop with baseline comparisons and regression checks. - Recommends strategies for session management and disciplined code review of AI-generated outputs. - Emphasizes tracking resource usage and escalating model sophistication only as needed.
元数据
Slug lobster-agentic-engineering
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lobster Agentic Engineering 是什么?

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

如何安装 Lobster Agentic Engineering?

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

Lobster Agentic Engineering 是免费的吗?

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

Lobster Agentic Engineering 支持哪些平台?

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

谁开发了 Lobster Agentic Engineering?

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

💬 留言讨论