aif-rules

Append new rules to .ai-factory/RULES.md without duplicating existing entries.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/mind-systems/mind_context --skill aif-rules-mind-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/mind-systems/mind_context/tree/main/.claude/skills/aif-rules
Command: npx skills add https://github.com/mind-systems/mind_context --skill aif-rules-mind-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines maintaining consistent project conventions by centralizing rules in .ai-factory/RULES.md, ensuring teams follow agreed-upon practices.

Core Features & Use Cases

  • Append new rules to .ai-factory/RULES.md and automatically load them for task execution.
  • Operate in direct-add or interactive mode to capture rules from users.
  • Prevent duplicates and preserve a clean, actionable rules catalog.

Quick Start

Add a rule by invoking /aif-rules with your rule text to append it to the project's 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 conventions automatically during task execution?

Enforce project conventions by appending rules to the .ai-factory/RULES.md file. The Skill automatically loads these rules during task execution to ensure your team follows agreed-upon practices consistently.

What is the best way to manage and append new rules to an existing project conventions file?

Manage project rules by appending new entries to the .ai-factory/RULES.md file. The Skill prevents duplicates and preserves a clean, actionable rules catalog by automatically updating the list without overwriting existing entries.

Can I add project rules interactively, or do I need to provide direct text input?

You can add project rules using either direct text input or interactive prompts. The Skill operates in both direct-add and interactive modes to capture rules from users based on their preferred workflow.

Do I need a valid SKILL.md file to use automated rule management for project conventions?

Yes, this rule management relies on a valid SKILL.md file containing a name and description. This prerequisite ensures the defined workflow for adding rules functions correctly within your project structure.

Why are my project conventions not loading automatically after updating the rules file?

Project conventions may not load if the .ai-factory/RULES.md file is not updated correctly or the SKILL.md prerequisite is missing. The Skill enforces a defined workflow, requiring a valid SKILL.md to append and load rules properly.