@@ -21,4 +21,4 @@ jobs:
|
|||||||
run: python -m pip install --upgrade codespell --break-system-packages
|
run: python -m pip install --upgrade codespell --break-system-packages
|
||||||
|
|
||||||
- name: Check Markdown spelling
|
- name: Check Markdown spelling
|
||||||
run: codespell $(git ls-files '*.md')
|
run: codespell $(git ls-files '**/*.md')
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This folder contains the OpenClaw version of `idea-evaluator`.
|
|||||||
|
|
||||||
- OpenClaw loads skills from `SKILL.md` files with YAML frontmatter.
|
- OpenClaw loads skills from `SKILL.md` files with YAML frontmatter.
|
||||||
- The skill name lives in frontmatter and should stay lowercase hyphen-case.
|
- 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.
|
- The body stas concise because it is the operating playbook once the skill triggers.
|
||||||
|
|
||||||
## Source
|
## Source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user