Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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