aif-rules

Manage project-specific rules and conventions via command-line interaction.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/n-marusov/vedo-help --skill aif-rules-n-marusov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/n-marusov/vedo-help/tree/main/.agents/skills/aif-rules
Command: npx skills add https://github.com/n-marusov/vedo-help --skill aif-rules-n-marusov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining consistent and up-to-date project-specific rules and conventions. It enables efficient addition, modification, and organization of these rules, enhancing team productivity and code quality.

Core Features & Use Cases

  • Rule Management: Create, modify, and organize project-specific rules.
  • Automatic Loading: Rules are automatically loaded by /aif-implement before execution.
  • Interactive Mode: Easily add rules without pre-scripting or external scripts.
  • Area-specific Rules: Support for area-specific conventions such as api, frontend, backend, database, etc.

Quick Start

Use the aif-rules skill with "add rule" or "remember this" followed by your project rule, or specify "area" to create or manage area-specific rules.

Frequently Asked Questions about aif-rules

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

FAQPage Schema
How do I add project-specific conventions for different areas like frontend and backend?

You can add area-specific project conventions by invoking the skill with an "add rule" command and specifying an area like `api`, `frontend`, or `backend` to organize rules by domain.

How are project rules loaded before task execution in AI Factory workflows?

Project rules are automatically loaded by the `/aif-implement` command before task execution begins, ensuring that code generation adheres to your established conventions without manual intervention.

Can I manage project rules interactively without writing external scripts?

Yes, you can manage project-specific rules interactively by using command-line arguments and hints, allowing you to create and modify conventions directly without pre-scripting.

What is the best way to maintain code consistency across a development team?

Maintaining code consistency is best achieved by centralizing your project-specific rules and conventions in a rule engine that automatically loads and enforces these standards during task execution.

Does aif-rules support organizing rules for specific components like a database?

Yes, aif-rules supports area-specific configurations, allowing you to define and organize distinct conventions for components such as `database`, `api`, or `frontend`.

Why define area-specific rules instead of general project conventions?

Defining area-specific rules allows for precise convention management across different domains like `frontend` and `backend`, improving workflow efficiency and ensuring relevant standards apply only where needed.