project-conventions

Enforce coding conventions across projects via conventions.md guidelines.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Rushtu99/Codex-ReVamped --skill project-conventions-rushtu99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-conventions
Source: https://github.com/Rushtu99/Codex-ReVamped/tree/main/.agents/skills/project-conventions
Command: npx skills add https://github.com/Rushtu99/Codex-ReVamped --skill project-conventions-rushtu99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects often drift from coding standards, creating maintenance burdens and onboarding friction. This skill provides a centralized guide to enforce consistent conventions across the codebase.

Core Features & Use Cases

  • Enforces project-wide conventions for typing, structure, DI, testing, and anti-pattern rules.
  • Serves as a reusable reference during edits, code reviews, and onboarding.
  • Facilitates consistent evolution of rules via the conventions.md document.

Quick Start

Read conventions.md in this skill directory to review the current rules and start applying them to new edits.

Frequently Asked Questions about project-conventions

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

FAQPage Schema
How do I enforce coding conventions and prevent codebase drift across projects?

Enforcing coding conventions and preventing codebase drift is done by codifying module layout, typing discipline, dependency injection, and testing standards into a centralized reference document for consistent application during edits and reviews.

What are the best practices for standardizing typing and module structure in code reviews?

Standardizing typing and module structure in code reviews involves checking new edits against a centralized conventions document that defines typing discipline, module layout, and anti-pattern avoidance rules.

Can I use a centralized conventions document for onboarding developers to project architecture?

Yes, you can use a centralized conventions document for onboarding developers to project architecture, providing a reusable reference that outlines standard coding practices, testing standards, and module structure.

How do I apply consistent testing conventions and anti-pattern rules during pre-commit checks?

Applying consistent testing conventions and anti-pattern rules during pre-commit checks requires referencing a standardized guide that defines testing practices and structural discipline to ensure new code adheres to established rules.

How does this approach handle evolving coding standards and architecture conventions over time?

Evolving coding standards and architecture conventions are handled by maintaining a conventions.md document that serves as a living reference, allowing teams to consistently update and apply changing rules across the project.