What problem does it solve?
This Skill solves the problem of inconsistent project conventions and repeated manual rule explanations for AI-assisted development workflows, ensuring all AI implementation tasks follow your team's agreed-upon standards without constant re-instruction.
Core Features & Use Cases
- Hierarchical Rule Management: Supports three tiers of rules (universal project axioms, base project conventions, area-specific rules for API, frontend, backend, etc.) with a clear priority order for context loading.
- Auto-Loading Context: Saved rules are automatically loaded by the /aif-implement skill before any implementation task runs, so the AI always adheres to your project's requirements without extra prompting.
- Use Case: For a Next.js e-commerce project, you can add rules like "All API routes must use kebab-case" or "Never use raw SQL, always use Prisma" that will be enforced for all future AI-generated implementation work.
Quick Start
Use the aif-rules skill to add a new project rule that all admin API endpoints must require authentication via the API token environment variable.