test: add vanilla regression baselines

Capture rendered-text and visual baselines before route migration, and detect external CSS dependencies. Do not change verify.mjs assertions; task 02 must remove the known legacy font URL before the audit can pass.
This commit is contained in:
Marcos Paulo
2026-09-05 02:47:28 +00:00
parent 8123965bf2
commit db86edbc21
91 changed files with 811 additions and 6 deletions
+50
View File
@@ -0,0 +1,50 @@
Submitted Skills — Review Desk
← field guide
SUBMITTED SKILLS / REVIEW DESK
submissions
A friendly path from draft to dependable
Every skill deserves
a clear job.
Read the original, understand what already works, and compare a safer, leaner draft. Nothing here overwrites a submission; revisions live in their own review output.
01
Discoverable
A precise description tells an agent when to load the skill.
02
Useful in context
Core workflow stays short; conditional detail loads only when needed.
03
Safe by design
Commands, secrets, and shared systems have explicit boundaries.
04
Proven in use
Real prompts and observable checks turn a draft into a reliable tool.
How to use this desk
Compare.
Then choose.
Select a submission, or open an author URL.
Read the gentle review before judging the draft.
Choose
Preview Markdown
in the file toolbar to render either version.
Copy or download the version you want, then vote for the draft you would ship.
The catalog
Find a skill
Why these reviews look this way
The recommendations follow the open Agent Skills format: valid frontmatter for discovery, progressive disclosure for context economy, deterministic scripts for fragile repeated mechanics, and behavioral evaluation rather than a checklist of pretty headings.
Format specification ↗
Writing practices ↗
Evaluation loop ↗
Scripts guide ↗
Share an author with
?author=Name
, or one review with
?author=Name&skill=skill-id&view=improved
. To add a submission later: drop a package under
submitted-skills/
, add a tailored entry in
skills-review/catalog.js
, then run
node scripts/build-skill-review.mjs
. Votes call a separate service — see
vote-service/
— one per visitor, tracked by network source.