ワンクリックで
evolve
Cluster related instincts into higher-level skills. Analyzes instinct patterns and generates consolidated skill files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cluster related instincts into higher-level skills. Analyzes instinct patterns and generates consolidated skill files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Turn unstructured documents into validated, auditable structured data with clear schemas and edge-case handling
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
Software architecture specialist for system design, scalability, and technical decision-making. Use when planning new features, refactoring large systems, or making architectural decisions.
Build and compilation error resolution specialist. Fixes build/type errors with minimal diffs, no architectural changes. Use when build fails or type errors occur.
| name | evolve |
| description | Cluster related instincts into higher-level skills. Analyzes instinct patterns and generates consolidated skill files. |
Analyze instincts and cluster related ones into higher-level skills.
/evolve # Analyze all instincts and suggest evolutions
/evolve --domain testing # Only evolve instincts in testing domain
/evolve --dry-run # Show what would be created
/evolve --threshold 5 # Require 5+ related instincts to cluster
~/.codex/instincts/~/.codex/evolved/skills/When instincts describe behaviors that should happen automatically:
Example: prefer-functional + use-immutable + avoid-classes → functional-patterns skill
Evolve Analysis
==================
Found N clusters ready for evolution:
## Cluster 1: <Name>
Instincts: <list>
Type: Skill
Confidence: X% (based on N observations)
Would create: <skill-name> skill
Files:
- ~/.codex/evolved/skills/<name>/SKILL.md
--execute: Actually create the evolved structures (default is preview)--dry-run: Preview without creating--domain <name>: Only evolve instincts in specified domain--threshold <n>: Minimum instincts required to form cluster (default: 3)