ck_skill_evolution
Synthesize a deduplicated skill-evolution packet from recent traces and failure clusters. Validate or install a merged skill draft with anti-patterns and reinforced practices.
Instructions
Synthesize a deduplicated skill-evolution packet from recent traces and recurring failure clusters, including anti-patterns, reinforced practices, and a ready-to-merge skill draft. Set validate_only=true to run the Self-Harness validation stage (held-in/held-out + regression) without writing. Set install=true to validate and then materialize the draft into .agents/skills//SKILL.md under project_root, preserving the previous file as .bak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | No | When true, validate the packet and, only if accepted, write the suggested skill document to .agents/skills/<name>/SKILL.md under project_root. The previous file is preserved as <path>.bak for rollback. Requires project_root. | |
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. | |
| project_root | No | Absolute path to the project root directory on the local filesystem. Required for install mode. | |
| session_limit | No | Maximum number of sessions to analyze. | |
| validate_only | No | When true, run the Self-Harness validation stage (static, held-in, held-out, regression) and return the verdict without writing any files. | |
| same_domain_only | No | When true, restrict results to sessions in the same domain. | |
| current_skill_name | No | Name of the existing skill to compare against for evolution. | |
| current_skill_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | No | ||
| guidance | No | ||
| validation | No | ||
| anti_patterns | No | ||
| merge_strategy | No | ||
| reinforced_practices | No | ||
| suggested_skill_document | No |