Skills Directory
These skills use the standard SKILL.md format and install on both Hermes and OpenClaw (verified byte-identical). Each entry carries cross-harness compatibility notes. To submit one, add an MDX under src/content/skills/ and open a 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.