aif-rules

Append project-specific rules to a RULES.md file in the .ai-factory/ directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps maintain project consistency by allowing you to add and manage project-specific rules and conventions, ensuring adherence to established best practices.

Core Features & Use Cases

  • Rule Management: Add new rules to a project's RULES.md file.
  • Convention Enforcement: Ensure consistent coding standards and project guidelines.
  • Use Case: When a new team member joins, use this skill to add essential project conventions like "Always use DTO classes" to the RULES.md file, making them immediately visible and actionable.

Quick Start

Add the rule "Always use DTO classes instead of arrays" to the project rules.

Frequently Asked Questions about aif-rules

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

FAQPage Schema
How do I manage project rules and conventions for AI-driven implementation?

You can manage project rules by appending them to a `RULES.md` file within the `.ai-factory/` directory, ensuring they are actionable, concise, and consistently formatted for AI implementation.

What is the best way to enforce code standards when onboarding new team members?

Enforce code standards by adding essential project conventions like "Always use DTO classes" to your project rules, making them immediately visible and actionable for new team members.

Can I add project-specific rules interactively or do I need to provide arguments?

You can add project-specific rules using both direct rule addition via arguments and interactive rule definition, allowing flexible management of your project's coding standards and guidelines.

Where are project conventions stored when using this rules management approach?

Project conventions are stored by appending them to a `RULES.md` file located within the `.ai-factory/` directory of your project.

What format should project rules follow to ensure consistent AI implementation?

Project rules should be actionable, concise, and consistently formatted to ensure proper adherence to established best practices during AI-driven project implementation.

When do I need to update my project's conventions and guidelines?

You need to update project conventions when establishing new coding standards, adding best practices, or ensuring team adherence to specific guidelines like using DTO classes instead of arrays.