aif-rules

Persist project-specific AI rules to .ai-factory/RULES.md for loading before task execution.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-rules-exsydev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/ExsyDev/eye-blinking/tree/main/.claude/skills/aif-rules
Command: npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-rules-exsydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes project-specific AI guidelines by populating and enforcing rules in .ai-factory/RULES.md, ensuring consistent task behavior across automated runs and prompts.

Core Features & Use Cases

  • Append new rules to .ai-factory/RULES.md and have them automatically loaded by /aif-implement before execution.
  • Persist project conventions (tone, safety, patterns) for all invocations and patches.
  • Use Case: Standardize how rules are added, remembered, and applied across multiple tasks and teams.

Quick Start

Say the rule text you want to add 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 persist project-specific AI rules for automated task execution?▼

You can persist project-specific AI rules by appending them to the .ai-factory/RULES.md file, which ensures consistent task behavior across automated runs and prompts.

What is the best way to enforce project conventions for AI invocations?▼

Enforcing project conventions is done by transmuting policy guidance into concrete rules within .ai-factory/RULES.md, which are loaded before each task execution.

How do I add new AI policy rules to an existing markdown file?▼

To add new AI policy rules, simply provide the rule text and it will be appended to the .ai-factory/RULES.md file for future automated invocations.

Does loading project conventions happen automatically before task execution?▼

Yes, loading project conventions happens automatically because the rules persisted in .ai-factory/RULES.md are loaded by the /aif-implement command before each task execution.

Can I standardize AI task behavior across multiple teams using markdown rules?▼

Yes, you can standardize AI task behavior across teams by centralizing tone, safety, and pattern guidelines in a shared .ai-factory/RULES.md file for all invocations.