everything-claude-code-conventions

Enforce repository-wide commit, structure, and testing conventions for Claude Code projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Rekan-Maqsoud/college-community-app --skill everything-claude-code-conventions-rekan-maqsoud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code-conventions
Source: https://github.com/Rekan-Maqsoud/college-community-app/tree/main/.agent/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/Rekan-Maqsoud/college-community-app --skill everything-claude-code-conventions-rekan-maqsoud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Convention skill helps teams maintain consistent development standards across Claude Code projects, reducing cognitive load and onboarding time.

Core Features & Use Cases

  • Defines and communicates repository-wide conventions for commit messages, code structure, testing practices, and documentation.
  • Guides developers on when and how to apply standard patterns during feature work, refactors, and releases.
  • Use Case: A maintainer standardizes a PR by following the conventional commit prefixes and project-wide coding style.

Quick Start

Review the existing practices in SKILL.md and begin aligning your changes with the conventional commit patterns and coding standards.

Frequently Asked Questions about everything-claude-code-conventions

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

FAQPage Schema
How do I enforce coding conventions and commit message standards across a repository?

You can enforce coding conventions by applying standard prefixes for commit messages and adhering to repository-wide coding style guidelines during feature work and refactoring. This ensures uniform structure and testing patterns across the codebase.

What are conventional commit prefixes and when should I use them?

Conventional commit prefixes are standardized labels applied to commit messages to categorize changes. You should use them during feature development, refactoring, and documentation updates to maintain a uniform and readable project history.

How do I standardize a pull request for feature work and refactoring?

To standardize a pull request, align your changes with conventional commit patterns and project-wide coding standards defined in your documentation. This ensures your feature work or refactoring meets uniform testing and structural practices.

Does this convention enforcement work for documentation updates and releases?

Yes, convention enforcement applies to documentation updates and releases. It guides developers on when and how to apply standard patterns across all development workflows to ensure consistent documentation and code structure.

What is the best way to reduce onboarding time for new developers on Claude Code projects?

The best way to reduce onboarding time is to maintain consistent development standards across projects using defined conventions. Reviewing documented practices helps new developers align changes with coding standards and commit patterns quickly.