What problem does it solve?
When starting a new project similar to a previous one, hard-won lessons captured in the old project's fix patches are lost. This Skill reuses those prevention lessons without leaking the source project's identity, paths, or proprietary identifiers into your current project.
Core Features & Use Cases
- Privacy-safe knowledge transfer: Reads fix patches from another AI Factory project's
.ai-factory/patches directory, extracts prevention points, and anonymizes all source identifiers before use.
- Relevance gating: Keeps only lessons verified against the current project's stack, architecture, and code, rejecting generic or inapplicable advice.
- Delegated evolution workflow: Feeds sanitized candidates into the existing
/aif-evolve workflow, which applies approved improvements to skill-context and writes an evolution log.
- Use Case: You built a Laravel API project where patches captured lessons about validation and queue handling. Starting a new Laravel project, run the transfer to reuse those prevention rules without exposing the old client's name, repository, or file paths.
Quick Start
Run /aif-transfer with the path to a reference AI Factory project, for example /aif-transfer "/path/to/reference-project" all, then approve the proposed improvements.