Citation Check Skill Template
This template demonstrates a valid standalone skill package for Clio Coder.
Package Structure
citation-check/
README.md # Documentation (outside resource root)
plugin.json # Portable manifest declaring kind: skill
SKILL.md # Skill instructions and metadata
evals.md # Evaluation scenarios
How to Use This Template
- Copy this directory into your project or repository.
- Rename the package in
plugin.jsonandSKILL.md. - Update the description, triggers, and procedure in
SKILL.md. - Add baseline/treatment scenarios in
evals.md. - Validate your package:
clio-coder library validate .