rules

Community

Enforce strict file creation, maintain project hygiene.

Authornera0875
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents project clutter and ensures a clean, organized codebase by strictly controlling file creation. It eliminates redundant documentation, non-standard configurations, and unnecessary scripts, maintaining project hygiene and reducing technical debt.

Core Features & Use Cases

  • Strict File Whitelist: Only allows creation of essential code files (.tsx, .py, .css, .prisma) and standard configuration files, preventing arbitrary file proliferation.
  • Centralized Documentation: Enforces that all project documentation (.md files) is exclusively created within the .build/ directory by the Orchestrator, ensuring a single source of truth.
  • Anti-Pollution Enforcement: Prohibits agents from creating arbitrary .md, .json, or .sh files outside of approved patterns, maintaining a clean project root.
  • Use Case: If an agent attempts to create a FEATURE-GUIDE.md file in the project root, this skill will intervene, prevent the creation, and instruct the agent to return structured information to the Orchestrator for proper documentation in .build/context.md.

Quick Start

Create a new TypeScript utility file at lib/date-helpers.ts.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rules
Download link: https://github.com/nera0875/BUILDER/archive/main.zip#rules

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.