create-rule

Create persistent AI guidance rules with file pattern configuration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TheFVG/proof-deals --skill create-rule-thefvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-rule
Source: https://github.com/TheFVG/proof-deals/tree/main/docs/agent-index/snapshots/skills-cursor/create-rule
Command: npx skills add https://github.com/TheFVG/proof-deals --skill create-rule-thefvg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users create and manage rules for persistent AI guidance, enhancing project conventions and coding standards.

Core Features & Use Cases

  • Rule Creation: Design rules to enforce coding standards, project conventions, and file-specific patterns.
  • File Pattern Configuration: Apply rules to specific files using glob patterns.
  • Always Apply Option: Set up universal standards that apply to every conversation.

Quick Start

Create a new rule for TypeScript files by running 'create-rule --language TypeScript --pattern **/*.ts'.

Frequently Asked Questions about create-rule

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

FAQPage Schema
How do I create persistent AI guidance rules for my project?

To create persistent AI guidance rules, design and configure rule files within your project directories to enforce consistent coding standards and project conventions across conversations.

Can I apply coding standards rules to specific file types using glob patterns?

Yes, you can apply coding standards to specific file types by configuring glob file patterns, such as **/*.ts, ensuring rules target only the relevant project files.

What is the best way to set up universal coding conventions for every conversation?

The best way to set up universal coding conventions is to use the Always Apply option, which ensures your project standards apply to every AI conversation automatically.

How do I configure project conventions for TypeScript files?

You configure project conventions for TypeScript files by running a rule creation command with the language and pattern flags, such as create-rule --language TypeScript --pattern **/*.ts, to enforce specific standards.

Do I need any dependencies to configure persistent project rules?

No dependencies are required to configure persistent project rules, as the skill operates independently using internal scripts to manage and apply file pattern configurations.

Why are my AI guidance rules not applying to specific files in my project?

AI guidance rules may not apply if file pattern configurations are incorrect, so verify your glob patterns and ensure the rule is set to Always Apply for universal standards.