원클릭으로
continuous-learning-v2
Auto-generate skills and rules from observed React Native development patterns
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Auto-generate skills and rules from observed React Native development patterns
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apple HIG design intelligence — build, review, animate, and analyze with Apple Human Interface Guidelines for React Native/Expo
Video-based visual debugging — extract key frames from screen recordings and analyze UI bugs over time. Detects animation glitches, race conditions, gesture issues, scroll jank, keyboard overlap, and navigation transitions that screenshots cannot capture.
ERNE — Implement animations using the ui-designer agent with Reanimated and Gesture Handler
ERNE — Diagnose and fix build failures using the expo-config-resolver agent
ERNE — Comprehensive code review combining code quality and performance analysis
ERNE — Implement features using the senior-developer agent
| name | continuous-learning-v2 |
| description | Auto-generate skills and rules from observed React Native development patterns |
This skill manages the continuous learning pipeline — observing patterns during development sessions and converting them into persistent rules and skills.
PostToolUse hook (real-time)
→ `continuous-learning-observer.cjs` (lightweight pattern capture)
→ patterns stored in .claude/memory/observations/
/learn command (manual, comprehensive)
→ `extract-session-patterns.js` (full session analysis)
→ `analyze-patterns.js` (pattern clustering + dedup)
→ skill-generator prompt (create new content)
→ `validate-content.js` (verify new content is valid)
/retrospective command (session end)
→ `evaluate-session.js` (quality metrics + suggestions)
The continuous-learning-observer.cjs hook runs on PostToolUse events. It:
.claude/memory/observations/ as JSON/learn)When the user runs /learn, the pipeline:
.claude/rules/ or .claude/skills//retrospective)At session end, evaluate-session.js:
See config.json for tuning parameters:
observationThreshold: How many times a pattern must repeat before flagging (default: 3)maxObservationsPerSession: Prevent memory bloat (default: 100)autoApprove: If true, auto-approve low-risk content (default: false)contentTypes: What types to generate — ["rule", "skill"]