aif-rules

Append project-wide rules to .ai-factory/RULES.md and prevent duplicates.

83|5|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ArtemYurov/TomoBar --skill aif-rules-artemyurov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/ArtemYurov/TomoBar/tree/main/.claude/skills/aif-rules
Command: npx skills add https://github.com/ArtemYurov/TomoBar --skill aif-rules-artemyurov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and codify project-wide conventions by appending rules to the .ai-factory/RULES.md file, ensuring consistent governance across AI tasks.

Core Features & Use Cases

  • Rule creation and persistence: Appends new rules to .ai-factory/RULES.md and loads them automatically by the execution workflow.
  • Flexible input modes: Accepts direct rule text or interactive prompts to collect rules from users.
  • Validation and deduplication: Prevents duplicates and confirms changes to maintain a clean rules set.
  • Use cases: Onboarding new projects, enforcing coding and workflow conventions, and governing AI task execution.

Quick Start

Provide a new rule text or run /aif-rules to start an interactive prompt.

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 conventions for AI workflows?

To enforce project conventions for AI workflows, this Skill automates the creation and persistence of rules in .ai-factory/RULES.md. It loads these policies automatically before task execution to maintain consistent governance.

What is the best way to document project rules for AI task execution?

Documenting project rules for AI task execution is best handled by centralizing and codifying them in .ai-factory/RULES.md. This approach ensures consistent governance across all automated tasks by loading rules before execution.

Can I add rules interactively or do I need to provide text directly?

You can add rules both interactively and directly. The Skill accepts direct rule text input or uses interactive prompts to collect conventions from users, appending them to the .ai-factory/RULES.md file.

How do I prevent duplicate rules in my project documentation?

To prevent duplicate rules in project documentation, the Skill validates and deduplicates entries before appending them to .ai-factory/RULES.md. It confirms changes to maintain a clean and consistent rules set.

Does this rule management tool require any external dependencies?

No external dependencies are required for this rule management tool. It operates independently to append rules to .ai-factory/RULES.md and load them automatically by the execution workflow without additional packages.

When should I use a centralized rules file for AI project governance?

You should use a centralized rules file for AI project governance when onboarding new projects, enforcing coding conventions, or governing AI task execution. It ensures all workflows load consistent policies before running.