بنقرة واحدة
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"]