aif-rules

Append project-specific rules to .ai-factory/RULES.md for AI task enforcement.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/VeronikaVashkevich/job-tracking-app --skill aif-rules-veronikavashkevich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/VeronikaVashkevich/job-tracking-app/tree/main/.opencode/skills/aif-rules
Command: npx skills add https://github.com/VeronikaVashkevich/job-tracking-app --skill aif-rules-veronikavashkevich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and enforces project-specific conventions by evolving a shared .ai-factory/RULES.md file across the repository, ensuring consistent guidance for AI tasks.

Core Features & Use Cases

  • Rule creation and appending: Append new rules to .ai-factory/RULES.md and preserve history.
  • Context-aware loading: Rules are automatically loaded by /aif-implement before task execution, applying project-specific conventions.
  • Mode support: Direct add and interactive mode for capturing and validating rules.

Quick Start

Provide the rule text to add and I will append it to .ai-factory/RULES.md.

Frequently Asked Questions about aif-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce project-wide conventions for AI code generation tasks?

To enforce project-wide conventions for AI code generation, you centralize rules in a shared file. This Skill evolves a .ai-factory/RULES.md file to ensure consistent guidance across all automated implementations.

What is the best way to manage codebase conventions for AI agents across multiple patches?

Managing codebase conventions for AI agents requires a persistent rules file. This Skill appends rules to .ai-factory/RULES.md and automatically loads them before task execution to maintain consistency across patches and evolutions.

Can I add new AI rules interactively instead of writing them manually?

Yes, you can add new AI rules interactively. The Skill supports both direct rule appending and an interactive mode for capturing, formatting, and validating project-specific requirements before persistence.

Does adding a new rule overwrite existing AI rules in the repository?

Adding a new rule does not overwrite existing AI rules. The Skill uses a robust append operation to add new guidelines to .ai-factory/RULES.md while preserving the complete history of previous conventions.

How do AI rule management systems handle conflicting project standards?

AI rule management systems handle conflicting project standards by running conflict checks. Before appending a new guideline to the shared rules file, the Skill validates requirements and formatting to prevent contradictions.

When do I need a centralized rules file for my AI coding workflows?

You need a centralized rules file for AI coding workflows when executing tasks via automated implementations. It ensures every patch and evolution automatically loads and applies your specific codebase conventions without manual context injection.