One-click install
npx skills add https://github.com/vulikjulik/DeepLom --skill aif-rules-vulikjulik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/vulikjulik/DeepLom/tree/main/.opencode/skills/aif-rules
Command: npx skills add https://github.com/vulikjulik/DeepLom --skill aif-rules-vulikjulik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually re-state project coding conventions, workflow rules, and team standards for every AI Factory task, by letting you save persistent rules that are automatically loaded and applied before any task execution.

Core Features & Use Cases

  • Hierarchical Rule Management: Supports three levels of rules: universal project axioms, base codebase conventions, and area-specific standards for API, frontend, backend, and other domains.
  • Auto-Registration: Automatically registers area-specific rules in the AI Factory configuration file so they are correctly loaded for relevant tasks.
  • Use Case: If your team requires all API routes to use kebab-case, add this rule once and it will be applied to all future API-related tasks without re-stating it.

Quick Start

Use the aif-rules skill to add a new rule that all database queries must go through repository classes.

Frequently Asked Questions about aif-rules

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

FAQPage Schema
How do I set persistent coding conventions for automated AI workflows?

To set persistent coding conventions for automated AI workflows, you add project-specific rules that are automatically loaded and applied before any task execution, eliminating the need to manually re-state team standards.

Can I enforce area-specific standards for API and frontend tasks automatically?

Yes, you can enforce area-specific standards for API and frontend tasks by registering hierarchical rules that are automatically loaded into the AI Factory configuration for relevant domain workflows.

What is hierarchical rule management for project configuration?

Hierarchical rule management for project configuration organizes standards into three levels: universal project axioms, base codebase conventions, and area-specific standards for domains like API, frontend, backend, database, and testing.

How do I add a rule that all database queries must go through repository classes?

You add a rule that all database queries must go through repository classes by defining it as a base codebase convention, which the system then automatically registers and applies during task execution.

Does the AI Factory configuration file support automatic rule registration?

Yes, the AI Factory configuration file supports automatic rule registration, correctly loading area-specific rules for relevant tasks without manual configuration updates.

Why do my coding standards need to be non-conflicting in workflow automation?

Coding standards need to be non-conflicting in workflow automation to ensure hierarchical rule management applies the correct area-specific standards without overriding universal project axioms during task execution.