Added Harness skills

This commit is contained in:
2026-06-02 17:46:07 +02:00
parent dacc143597
commit e866ca4dea
6 changed files with 315 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# OpenClaw Package
This folder contains the OpenClaw version of `idea-evaluator`.
## Packaging notes
- OpenClaw loads skills from `SKILL.md` files with YAML frontmatter.
- The skill name lives in frontmatter and should stay lowercase hyphen-case.
- The body stays concise because it is the operating playbook once the skill triggers.
## Source
- `Intent.md` in the repo root
- OpenClaw skill loading and frontmatter rules