rule-map

Map applicable rules and resolve policy conflicts for coding tasks.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/brewpirate/acme-frontier-ai --skill rule-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-map
Source: https://github.com/brewpirate/acme-frontier-ai/tree/main/catalog/projects/the-craft/skills/rule-map
Command: npx skills add https://github.com/brewpirate/acme-frontier-ai --skill rule-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rule Map helps you quickly identify which constraints apply so you can avoid rule conflicts, work within the right guardrails, and stop guessing when guidance overlaps.

Core Features & Use Cases

  • Fast rule lookup: Find the governing guidance for the current task without reading the full manual first.
  • Task-aware routing: Use it when you start new code, switch from one task type to another, touch unfamiliar files, or need to know which standards matter most.
  • Conflict resolution: Clarifies which always-on rules take priority and how to handle situations where two rules appear to disagree.

Quick Start

Ask the AI to consult rule-map and tell you which rules apply before you begin the task.

Frequently Asked Questions about rule-map

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

FAQPage Schema
How do I find which coding rules apply to my current task without reading the full manual?

Rule lookup maps the applicable rule set for your current task so you can identify governing guidance quickly. It routes constraints based on task type, showing you which standards matter most without reading the full manual first.

How do I resolve policy conflicts when overlapping coding rules disagree?

Conflict resolution clarifies which always-on rules take priority when overlapping guidance appears to disagree. It checks precedence between operating constraints, helping you apply the correct rules and avoid policy conflicts during development.

When do I need to check task-specific constraints for React, async, or testing?

Task-specific constraints apply when starting new code, switching task types, or touching unfamiliar files. You need to check them for React, async, testing, Zod schemas, and dependency injection to ensure your work follows the correct operating constraints.

What's the best way to apply naming, import, and error handling standards before starting new work?

Consulting the rule map before starting new work applies the correct naming, import, and error handling standards. It identifies always-on posture and agent-discipline rules alongside task-specific guidance so you can work within the right guardrails.

Does rule-map work with file I/O, logging, and dependency injection constraints?

Rule-map works with file I/O, logging, and dependency injection constraints by mapping the applicable rule set for these task types. It identifies the specific operating constraints and standards that apply to your current work in the repository.

Why does rule precedence matter when touching unfamiliar code?

Rule precedence matters when touching unfamiliar code because overlapping guidance can create policy conflicts. Mapping the applicable rule set clarifies which always-on rules take priority, ensuring you apply the correct operating constraints and avoid violations.