From autocode
Detects recurring patterns in a user's project and applies them automatically on subsequent occurrences, with context verification to avoid incorrect application.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:learn-patternThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{learn-pattern|conf:confirmed|scope:global}
::GENE{learn-pattern|conf:confirmed|scope:global} -e T:detect_recurring_patterns T:apply_automatically A:apply_wrong_pattern⇒verify_context
::ACTIVATE{learn-pattern} ON:auto
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeDetects reusable code patterns, workflow automations, best practices, and config setups during implementation for potential new skills.
Detects, stores, and retrieves project-level task execution patterns like refactoring, bug-fixing, and optimization, enabling self-learning skill recommendations and continuous improvement.
Discovers recurring patterns across code analyses. Embedded in run-analysis skill; do not invoke separately—use run-analysis instead.