meta-rules

Enforce quality gates and anti-bloat rules for Claude Code plugins.

3|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/hungrytech/hungrytech-claude-skills --skill meta-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-rules
Source: https://github.com/hungrytech/hungrytech-claude-skills/tree/main/plugins/plugin-introspector/skills/meta-rules
Command: npx skills add https://github.com/hungrytech/hungrytech-claude-skills --skill meta-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rules and standards that prevent bloated auto-generated improvements and ensure consistent quality across plugins.

Core Features & Use Cases

  • Token-limits and size constraints to prevent bloated outputs.
  • Two-layer structure guidance: SKILL.md plus resources/ for on-demand content.
  • Explicit allowed-tools and trigger conditions to constrain automations.
  • Promotion of safe, auditable improvements through writing rules.

Quick Start

Apply these rules to every new or updated skill to ensure compliance before deployment.

Frequently Asked Questions about meta-rules

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

FAQPage Schema
How do I enforce quality gates for Claude Code plugins?

Quality gates for Claude Code plugins are enforced by applying anti-bloat rules that constrain token limits, mandate a two-layer structure with resources/, and define explicit allowed-tools and trigger conditions.

What is the token limit for a SKILL.md file in Claude Code plugins?

The token limit for a SKILL.md file in Claude Code plugins is 500 tokens, enforced by meta-rules to prevent bloated auto-generated improvements and ensure consistent plugin quality.

How do I prevent bloated auto-generated improvements in Claude Code skills?

Prevent bloated auto-generated improvements in Claude Code skills by applying validation rules that enforce token-limits, size constraints, and writing rules that promote safe, auditable improvements across agents and workflows.

Does Claude Code plugin validation require a specific file structure?

Claude Code plugin validation requires a two-layer structure consisting of a SKILL.md file plus a resources/ directory for on-demand content, ensuring explicit trigger conditions and allowed-tools are defined.

What are the best practices for writing Claude Code plugin validation rules?

Best practices for Claude Code plugin validation rules include setting explicit allowed-tools, defining trigger conditions, enforcing token limits under 500 tokens, and maintaining a two-layer structure for auditable improvements.

When should I apply quality gates to Claude Code skills and workflows?

Apply quality gates to Claude Code skills and workflows during every new or updated skill creation to ensure compliance with anti-bloat rules, token limits, and structural constraints before deployment.