What problem does it solve?
Traditional AI skills are static, delivering generic, one-size-fits-all advice that does not account for your project's unique patterns, conventions, or codebase context, requiring manual updates and missing project-specific optimization opportunities.
Core Features & Use Cases
- Auto-Detection & Skill Loading: Automatically scans your project for file types (e.g., .cs, .py, .tsx) at session start and loads matching, relevant skills without any user action.
- Skill Instrumentation & Scanning: Automatically adds learning structure to non-instrumented skills, then scans your codebase for improvement opportunities (anti-patterns) and good patterns (exemplars) to learn from.
- Continuous Learning & Adaptation: Runs automatically as you work, learning your project's specific patterns (e.g., component caching conventions, utility usage) and updating skills to provide tailored, project-specific guidance over time. For example, for a Unity C# project, it will learn that your team caches Rigidbody components in Awake using expression bodies, and adjust future advice to reference your project's existing pattern instead of generic guidance.
Quick Start
Use the adapt-skill skill to automatically detect your project's file types, load matching skills, and activate continuous learning for your current work session.