pattern-mining
FeaturedTest repeated implementation shapes against independent exemplars and a holdout before routing an earned abstraction. Triggers: "mine a recurring code pattern", "is this abstraction earned", "extract invariants from implementations".
Install
Quality Score: 96/100
Skill Content
Details
- Author
- boshu2
- Repository
- boshu2/agentops
- Created
- 8 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
meta-pattern-recognition
Spot patterns appearing in 3+ domains to find universal principles. Use when noticing the same pattern across 3+ different domains or experiencing deja vu in problem-solving.
init-workspace-patterns
Extract code patterns.
routinize
Codify a recurring work pattern into a durable practice ("관행화"). Invoke when the same task pattern has recurred and should stop being re-remembered by hand — automatically when you notice a repeat, or explicitly via /routinize. Prime trigger — before-compact time, when the session's accumulated context (the raw material) is about to be compacted away. Follows Greatpractice's capture-eager / promote-deferred discipline (Greatpractice.md §5.4): captures the pattern to memory immediately, but never auto-ratifies a blocking practice — promotion to an enforced entry is user-gated. Skips phronesis-heavy work (judgement-heavy / rare-context) by design.