Skills 目录
这些 skill 用标准 SKILL.md 格式,Hermes 和 OpenClaw 都能装(已核验逐字节相同)。每条带跨 harness 兼容说明。要提交新 skill,在本仓库 src/content/skills/ 加一个 MDX 提 PR。
- agent-self-evaluationboth
Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion.
- agent-sortboth
Build an evidence-backed ECC install plan for a repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets via parallel repo-aware review passes.
- browser-qaboth
Automate visual testing and UI interaction verification using browser automation after deploying features.
- click-path-auditboth
Trace every user-facing button/touchpoint through its full state-change sequence to find bugs where functions work individually but cancel each other out or leave inconsistent UI state.