conventions-guide

Enforce kebab-case naming, line limits, and frontmatter for project files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nera0875/AGI --skill conventions-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conventions-guide
Source: https://github.com/nera0875/AGI/tree/main/.claude/skills/conventions-guide
Command: npx skills add https://github.com/nera0875/AGI --skill conventions-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

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.