| name | auto-skillify |
| description | Detect repeated multi-step workflows and turn them into reusable Thomas-native skill bundles with validation and maintenance notes. |
Auto Skillify
Use this skill when Thomas notices the same workflow being repeated and should capture it as a reusable Thomas-native skill.
Workflow
- Inspect the repeated workflow and confirm the trigger, inputs, outputs, and failure modes.
- Extract the stable steps that are worth turning into a reusable skill.
- Write a Thomas-native skill bundle with explicit scope, guardrails, and validation.
- Check whether the new skill overlaps with an existing bundle before adding it.
- Record why the skill exists and what should trigger it in future work.
Rules
- Do not create duplicate skills for one-off tasks.
- Prefer refining existing Thomas skills over fragmenting the catalog.