find-rules

Locate project rule files and extract enforced guidelines for a task.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill find-rules-haryelramalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-rules
Source: https://github.com/haryelramalho/skills/tree/main/skills/community/find-rules
Command: npx skills add https://github.com/haryelramalho/skills --skill find-rules-haryelramalho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly discover the project-specific rules, conventions, and architectural guidelines that apply to a task, reducing guesswork and preventing avoidable compliance mistakes.

Core Features & Use Cases

  • Rule Discovery: Locates relevant documentation and configuration files that define how the project expects work to be done.
  • Guideline Extraction: Pulls out the most important constraints for architecture, testing, styling, naming, and code quality.
  • Task Scenarios: Use it before implementing a feature, fixing a bug, refactoring code, or writing a technical spec so you can align with repository standards from the start.

Quick Start

Ask the skill to find the applicable project rules for your task and summarize the required conventions you must follow.

Frequently Asked Questions about find-rules

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

FAQPage Schema
How do I find project rules and coding standards before writing code?

To find project rules, locate and read repository configuration files and documentation to extract enforced guidelines for architecture, testing, styling, and naming constraints before starting feature work or refactoring.

What are repository conventions and when do I need them for a code change?

Repository conventions are project-specific standards governing code quality and tooling constraints. You need them before implementing features, fixing bugs, refactoring, or writing technical specifications to ensure compliance.

How to extract architectural guidelines from a repository before a refactor?

Extract architectural guidelines by discovering and reading rule files in the repository, which surfaces specific constraints for architecture, code quality, tooling, and testing that your refactoring must align with.

Does this rule discovery approach work for writing technical specifications?

Yes, rule discovery works for writing technical specifications by locating applicable repository documentation and pulling out the most important coding standards and conventions required to align the specification with project rules.

What is the best way to ensure code compliance with repository standards?

The best way to ensure code compliance is discovering project rules before coding, which involves locating relevant configuration files and extracting enforced guidelines to prevent avoidable compliance mistakes during feature implementation.