find-rules

Discover and categorize project rules using Glob and Grep searches.

567|82|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/pedronauck/skills --skill find-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-rules
Source: https://github.com/pedronauck/skills/tree/main/skills/find-rules
Command: npx skills add https://github.com/pedronauck/skills --skill find-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly find and understand the specific rules, coding standards, and architectural guidelines relevant to your current task, ensuring compliance and consistency.

Core Features & Use Cases

  • Contextual Rule Discovery: Identifies rules based on task type, technologies, and aspects.
  • Pattern-Based Search: Utilizes Glob and Grep for efficient local code and documentation searching.
  • Rule Categorization: Extracts and categorizes rules by domain (e.g., Architecture, Testing, Security).
  • Use Case: Before implementing a new feature in a React project, use this skill to find all React-specific rules, naming conventions, and architectural patterns defined in .cursor/rules/react.mdc and CLAUDE.md.

Quick Start

Use the find-rules skill to discover all mandatory rules related to React development in the current project.

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 coding standards and architectural guidelines before implementing a feature?

To find project coding standards, use this Skill to systematically search local rule files like .cursor/rules/*.mdc and CLAUDE.md using Glob and Grep, then analyze the content for applicable constraints and enforcement levels.

What is the best way to discover specific architectural rules for a framework like React in my codebase?

Discovering architectural rules for React involves pattern-based searching of local documentation to identify, extract, and categorize framework-specific conventions, naming patterns, and compliance requirements defined in project rule files.

How do I check if a project has mandatory compliance constraints in CLAUDE.md or AGENTS.md files?

Checking for mandatory compliance constraints requires searching local files such as CLAUDE.md and AGENTS.md, extracting the defined rules, and analyzing the content to determine their enforcement levels and applicability to your task.

Can I categorize discovered development rules by domain like testing or security?

Yes, you can categorize discovered development rules by domain. The Skill extracts and categorizes identified standards into domains such as Architecture, Testing, and Security based on systematic content analysis of local rule files.

Do I need any external dependencies to search for local project guidelines and rules?

No external dependencies are required to search for local project guidelines. The Skill operates independently using built-in Glob and Grep tools to perform systematic local code and documentation searching for rule discovery.

Why aren't my project rules being discovered when I search for coding standards?

Project rules may not be discovered if the files are not located in expected paths like .cursor/rules/*.mdc, CLAUDE.md, or AGENTS.md, or if the search patterns do not match the specific naming conventions used in your local documentation.