-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
We converted all 16 Skills from this repository to executable specifications using CAPE (Capability Achievement via Policy Execution).
What this enables:
- Deterministic verification that model outputs satisfy skill requirements
- Automatic correction of violations before returning to users
- Training data synthesis so models internalize skills as capabilities
Example (slack-gif-creator):
file_size_bytes() <= 65536
width() == 128
frame_count() > 1
The full conversion is at github.com/superficiallabs/cape/tree/main/cape-skills. Each policy includes mapping documentation showing how we derived predicates from your skill guidance.
We see this as complementary infrastructure - Skills define intent at runtime, CAPE verifies execution and enables training. Would be interested in your thoughts on potential integration points.
Metadata
Metadata
Assignees
Labels
No labels