← Back to Skills Marketplace
wangxiaofei860208-source

.Agentic Engineering Bak

by wangxiaofei860208-source · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agentic-engineering-bak
Description
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-engineering-bak
  3. After installation, invoke the skill by name or use /agentic-engineering-bak
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agentic-engineering-bak
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is .Agentic Engineering Bak?

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.

How do I install .Agentic Engineering Bak?

Run "/install agentic-engineering-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is .Agentic Engineering Bak free?

Yes, .Agentic Engineering Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does .Agentic Engineering Bak support?

.Agentic Engineering Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created .Agentic Engineering Bak?

It is built and maintained by wangxiaofei860208-source (@wangxiaofei860208-source); the current version is v1.0.0.

💬 Comments