conventions-guide

Community

Ensure consistent code with strict project conventions.

Authornera0875
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent naming, disorganized file structures, and excessive file sizes can lead to unmaintainable codebases, slower development, and difficulty collaborating. This skill provides a clear, strict guide to project conventions.

Core Features & Use Cases

  • Naming Conventions: Enforces strict kebab-case for all files (agents, skills, commands) and directories.
  • Size Limits: Specifies maximum line counts for agents (≤30 lines) and implementation skills (≤50 lines).
  • Structure Requirements: Defines mandatory frontmatter for agents and skills, and prohibits "parasite files" (e.g., .backup, README.md).
  • Use Case: Before creating new agents or skills, consult this guide to ensure all new components adhere to the project's strict naming, sizing, and structural conventions, preventing future refactoring and promoting a clean, consistent codebase.

Quick Start

Use the conventions-guide skill to check the naming rules for new agent files.

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: conventions-guide
Download link: https://github.com/nera0875/AGI/archive/main.zip#conventions-guide

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