- JSON fixtures in `skills/contract-checker/fixtures/`. - Command and decision JSON schemas in `contracts/schemas/`.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry# Contract Checker Skill
## Inputs
- JSON fixtures in `skills/contract-checker/fixtures/`.
- Command and decision JSON schemas in `contracts/schemas/`.
## Outputs
- Validation report printed to stdout.
- Non-zero exit status when fixtures do not match schemas.
## Steps
1. Load command and decision schemas.
2. Validate each fixture against the correct schema.
3. Treat `invalid_*.json` fixtures as expected failures.
4. Emit a summary and exit with status 1 if expectations are not met.
## Definition of Done (DoD)
- All fixtures validate against their expected schema outcome.
- Invalid fixtures fail validation as expected.
- Script exits cleanly with status 0 when expectations are met.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.