rule-create

Create rule files with frontmatter and register them in Claude Code.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill rule-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/rule-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill rule-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот Skill упрощает создание нового rule-файла в .claude/rules/ и регистрацию его frontmatter, чтобы он соответствовал стандартам Claude Code.

Core Features & Use Cases

  • Генерирует новый rule-файл в .claude/rules/ с корректным frontmatter, включая name и description.
  • Поддерживает создание как локальных (контекстных) так и глобальных правил через флаги.
  • Обеспечивает регистрацию правила в системе Claude Code и соблюдение стандартов.

Quick Start

Запустите создание нового правила, указав имя и опциональные флаги, например /rule-create core --global.

Frequently Asked Questions about rule-create

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

FAQPage Schema
How do I create a new rule file with frontmatter in Claude Code?

To create a new rule file with frontmatter in Claude Code, use the rule-create Skill to automate generation in the .claude/rules/ directory, ensuring mandatory fields like name and description are included and validated against standard guidelines.

What is the difference between global and path-scoped rules in Claude Code?

Global and path-scoped rules in Claude Code differ by application scope. Global rules apply across the entire project, while path-scoped rules restrict contextual definitions to specific directories, both manageable via rule-create parameters.

How do I add contextual rules to Claude Code without manual validation errors?

To add contextual rules to Claude Code without manual validation errors, use rule-create to automate frontmatter generation and validate mandatory fields against standard guidelines before registration in the system.

Can I generate YAML frontmatter for Claude Code rules automatically?

Yes, you can generate YAML frontmatter for Claude Code rules automatically using rule-create, which ensures mandatory fields like name and description are populated and validates the structure against standard guidelines.

When do I need to use a dedicated rule creation tool instead of writing rule files manually?

You need a dedicated rule creation tool when adding multiple contextual or global rules to Claude Code, ensuring consistent frontmatter validation and proper registration without risking manual formatting errors in the .claude/rules/ directory.