feat: add submitted skills review desk

This commit is contained in:
Marcos Silva
2026-09-04 00:34:53 -03:00
parent a7034db94b
commit 82fff29571
57 changed files with 3380 additions and 1 deletions
@@ -0,0 +1,10 @@
# Rewrite checklist
- `name` is lowercase, hyphenated, and matches the folder.
- `description` says what the skill does and when to use it.
- The default workflow has clear inputs and a concrete result.
- Important limits have a reason; rules are not generic boilerplate.
- Bundled resources are linked from `SKILL.md` and loaded only when needed.
- Commands use relative paths and document prerequisites.
- Mutations require an explicit user approval at the moment they occur.
- The package has one normal and one boundary-case evaluation prompt.