What problem does it solve?
Generic out-of-the-box AI Factory skills do not account for project-specific patterns, past mistakes, and coding conventions, leading to repeated errors and suboptimal AI performance when working on your codebase.
Core Features & Use Cases
- Patch Analysis: Extracts actionable prevention rules from past project patches (bug fixes, mistakes) to stop recurring issues from happening again.
- Convention Alignment: Scans your project's linter configs, error handling patterns, and file structure to align skill instructions with your team's actual standards.
- Skill-Context Updates: Automatically writes project-specific rules to the correct skill-context files, making your AI smarter with every run without modifying base skill files.
- Use Case: If your team frequently introduces null reference errors when accessing optional database relations, this skill will add a guard rule to the relevant AI Factory skill to check for nullable fields before access, eliminating the same bug from future work.
Quick Start
Invoke the aif-evolve skill with your target skill name or the argument "all" to analyze your project's patches and codebase conventions, then automatically update your installed AI Factory skills with project-specific rules to reduce recurring mistakes.