Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 25d ago

learn-pattern

The learn-pattern skill automatically detects recurring patterns in a user's project codebase and applies those patterns to similar contexts in subsequent operations. It includes a verification mechanism that triggers when an incorrect pattern application is detected, requiring context confirmation before proceeding. This skill is useful for accelerating development workflows where consistent coding conventions or architectural patterns need to be maintained across a project.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/learn-pattern && cp -r /tmp/learn-pattern/skills/learn-pattern ~/.claude/skills/learn-pattern
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

::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