Skip to content

Commit 1b80b7f

Browse files
committed
docs(readme): drop misattributed "borrowing from" in Quality gates
Both attributions were wrong: - Structural validation was credited to "Codex skill-creator" at github.com/openai/skills — but that repo has no skill-creator, and validator.py is explicitly modeled on Anthropic's quick_validate.py (see the module docstring). - Trigger-accuracy evals were credited to Anthropic skill-creator — but evaluator.py has no such inspiration in its docstrings; the design (description-only trigger grader + body-aware coverage grader) is OpenKB's own. Iteration pattern in workspace.py is genuinely borrowed from Anthropic skill-creator, and that credit lives in the module docstring where it belongs. Reframed the README line to describe what the gates do, without parading non-existent or backwards lineage.
1 parent 543edbe commit 1b80b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ npx skills@latest add <your-org>/<your-repo>
243243
[agent edits SKILL.md frontmatter in place]
244244
```
245245

246-
**Quality gates**borrowing from [Codex skill-creator](https://github.com/openai/skills) (structural validation) and [Anthropic skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator) (trigger-accuracy evals):
246+
**Quality gates**structural validation, trigger-accuracy + body-coverage evaluation, and full history/rollback:
247247

248248
```bash
249249
# Lint structure (auto-runs at end of `skill new`)

0 commit comments

Comments
 (0)