From cortex
Trigger Cortex self-evolution: process feedback, tune thresholds, promote patterns
How this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:evolveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Self-modify the Cortex plugin based on accumulated feedback and patterns.
Self-modify the Cortex plugin based on accumulated feedback and patterns.
Parse $ARGUMENTS:
Review pending evolution actions:
${CLAUDE_PLUGIN_ROOT}/data/user-feedback.jsonl — show unprocessed feedback${CLAUDE_PLUGIN_ROOT}/data/evolution-log.jsonl — show recent evolutions${CLAUDE_PLUGIN_ROOT}/data/cortex-config.json — show current thresholds and suppressionsProcess ALL pending user feedback:
suppress_warning signal → add to cortex-config.json suppressed_warningsteach signal → add to learnings.jsonlproject_rule signal → add to cortex-config.json project_overridestune_threshold signal → adjust cortex-config.json thresholdsnegative_feedback → review the relevant rule and suggest modificationShow the last 5 evolution actions from evolution-log.jsonl.
Ask which to undo. Reverse the change (only if reversible: true).
Show evolution statistics:
Manually suppress a warning category. Categories: git-safety, destructive-ops, workspace-management, secret-detection, claude-md-safety, backup-safety, scope-management, repetitive-editing, anti-pattern-match, repetition-detection
Ask if global or project-specific. Add to cortex-config.json. Log to evolution-log.jsonl.
Manually tune a threshold parameter:
Update cortex-config.json. Log to evolution-log.jsonl.
Use the self-evolver agent for complex evolution actions that require modifying hook scripts.
For simple config changes, modify cortex-config.json directly.
ALWAYS log every change to evolution-log.jsonl.
Request: $ARGUMENTS
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub pretinnov-inc/claude-plugin-marketplace --plugin cortex