Overview
- Skill Key
- chunhualiao/skill-engineer
- Author
- chunhualiao
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chunhualiao/skill-engineer
- Latest Commit SHA
- 667126473619f6c13d65c398bf1bc150dbd19f81
Design, test, review, and maintain agent skills for OpenClaw systems using multi-agent iterative refinement. Orchestrates Designer, Reviewer, and Tester subagents for quality-gated skill development. Use when user asks to "design skill", "review skill", "test skill", "audit skills", "refactor skill", or mentions "agent kit quality".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 skill-engineer 技能。 若已安装,则直接安装 skill-engineer 技能。
# Skill Engineer Own the full lifecycle of agent skills in your OpenClaw agent kit. The entire multi-agent workflow depends on skill quality — a weak skill produces weak results across every run. **Core principle:** Builders don't evaluate their own work. This skill enforces separation of concerns through a multi-agent architecture where design, review, and testing are performed by independent subagents. ## Skill Taxonomy > Source: Anthropic "Improving skill-creator" (2026-03-03) Skills fall into two categories. This distinction drives design decisions, testing strategy, and lifecycle management. ### Capability Uplift Skills The model can't do it well alone — the skill injects techniques, patterns, or constraints that produce better output than prompting alone. **Examples:** Document creation skills (PDF generation), complex formatting, specialized analysis pipelines. **Testing focus:** Monitor whether the base model has caught up. If the base model passes your evals *without* the skill loaded, the skill's techniques have been incorporated into model default behavior. The skill isn't broken — it's no longer necessary. **Lifecycle:** These skills may "retire" as models improve. Build evals that can detect when retirement is appropriate. ### Encoded Preference Skills The model can already do each step — the skill sequences operations according to your team's specific process. **Examples:** NDA review against set criteria, weekly report generation from specific data sources, brand compliance checks. **Testing focus:** Verify the skill faithfully reproduces your actual workflow, not the model's "free improvisation." Fidelity to process is the metric. **Lifecycle:** These skills are durable — they encode organizational knowledge that doesn't change with model capability. They need maintenance when *processes* change, not when *models* change. ### Design Implication When the Designer begins work, classify the skill: | Classification | Design priority |...
# skill-engineer
Design, test, review, and maintain agent skills for OpenClaw systems. Provides comprehensive lifecycle management for agent skills, including validation, quality assurance, integration testing, and — new in v3.1.1 — README sync to ensure documentation reflects the actual shipped skill.
## Overview
This skill enables systematic development and maintenance of agent skills following Anthropic's best practices. It includes:
- **Progressive disclosure** design patterns (YAML frontmatter → SKILL.md → references/)
- **Quality scoring system** for skill evaluation (completeness, clarity, balance, integration)
- **Tool selection validation** to prevent common execution errors
- **Self-play testing** protocols for skill validation
- **Agent kit audit** procedures for maintaining skill ecosystem health
- **README sync step** — after quality gates pass, README is regenerated from the final implementation to ensure accuracy before push
## Requirements
This skill uses a **multi-agent architecture** with three roles: Designer, Reviewer, and Tester. The orchestrating agent must be able to **spawn subagents** (e.g., via `sessions_spawn` in OpenClaw).
**Minimum setup:**
- An OpenClaw agent with subagent spawning capability (main session or top-level agent)
- At least 3 subagent sessions available per skill design cycle
**Single-agent fallback:** If subagent spawning is unavailable, the skill can run in role-based mode where one agent switches between Designer/Reviewer/Tester phases sequentially.
## Workflow
```
Requirements gathering
↓
Designer → Reviewer ──pass──→ Tester ──pass──→ README Sync → Push to GitHub
│ │
fail fail
└──── Designer revises (max 3 iterations) ────┘
```
### Step Summary
| # | Step | Who | When to proceed |
|---|------|-----|----------------|
| 1-4 | Gather requirements, spawn Designer | Orchestrator | Always |
| 5-6 | Review artifacts | Reviewer | After...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill