create-rule

Automatically creates bluetemberg platform rules with name and scope.

Updated May 7, 2026
One-click install
npx skills add https://github.com/prototypdigital/claude-marketplace --skill create-rule-prototypdigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-rule
Source: https://github.com/prototypdigital/claude-marketplace/tree/main/plugins/devops/skills/create-rule
Command: npx skills add https://github.com/prototypdigital/claude-marketplace --skill create-rule-prototypdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating new rules for the bluetemberg platform, ensuring consistent and standardized rule creation.

Core Features & Use Cases

  • Rule Creation: Automatically generates rules in the correct format with frontmatter, a Why/Rules/BAD-GOOD/config/gotchas body, and syncs the rule.
  • Scope and Naming: Helps define the scope of the rule and ensures the correct kebab-case naming.
  • Integration: Integrates with the bluetemberg platform for immediate rule propagation.

Quick Start

Use the create-rule skill to generate a new rule with the name 'early-returns' and scope '**/*.tsx'.

Frequently Asked Questions about create-rule

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

FAQPage Schema
How do I automate rule creation for the bluetemberg platform?

To automate bluetemberg rule creation, provide the rule name and file scope to automatically generate frontmatter, a structured body, and sync the rule to the platform. The generated body includes Why, Rules, BAD-GOOD examples, config, and gotchas sections.

What format do bluetemberg rules need to follow?

Bluetemberg rules require frontmatter and a body containing Why, Rules, BAD-GOOD, config, and gotchas sections. The rule name must use kebab-case, and the scope must be explicitly defined, such as '**/*.tsx' for file targeting.

How do I define the scope and naming for a new code standard rule?

Defining the scope and naming for a code standard rule involves specifying a kebab-case name and a glob pattern for the scope. This ensures the rule targets the correct files and integrates properly into the bluetemberg platform.

Do I need to manually sync rules to the bluetemberg platform after creation?

Manual syncing is not required. The rule creation process automatically handles syncing to the bluetemberg platform for immediate rule propagation once the name, scope, and body content are defined.

What sections are required when generating a new rule for software development automation?

Generating a new software development rule requires a body structured with Why, Rules, BAD-GOOD, config, and gotchas sections. This standardized format ensures consistent code standards across the platform.