Good skill
Skill alinafe82/cognitive-deadlift/tests/fixtures/good-repo/skills/good-skill
Validate a well-formed fixture skill. Use when testing the validator happy path. NOT for production assistant behavior.From its SKILL.md
npx -y skills add alinafe82/cognitive-deadlift --skill good-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 161 tokens by cl100k_base, as published. Nobody here has run it
Good Skill
Purpose
Provide a valid fixture.
Preserves
Validator contract clarity.
Required Evidence
- Fixture repository path.
Failure Signs
- Required sections are missing.
When To Use
- During validator tests.
When Not To Use
- During production assistant work.
Inputs Expected
- Fixture repository path.
Output Expected
Result:
Process
- Read the fixture.
- Return a result.
Quality Bar
The fixture passes validation for structural reasons.
Examples
See examples/simple.md and examples/edge-case.md.
Failure Modes
- Missing fixture files should fail validation.
Safety And Privacy
No private data is used.
Anti-Slop Rules
- Do not add filler.
What ships with it: 4 files
262 B alongside SKILL.md
examples/
- edge-case.md122 B
- simple.md64 B
fixtures/
tests/
- README.md39 B