project-standards

Apply project-wide naming, style, and documentation conventions to code.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/guvnr-dev/guvnr --skill project-standards-guvnr-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-standards
Source: https://github.com/guvnr-dev/guvnr/tree/main/templates/skills/project-standards
Command: npx skills add https://github.com/guvnr-dev/guvnr --skill project-standards-guvnr-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps code aligned with established project patterns, reducing defects and onboarding time by enforcing consistent practices across the codebase.

Core Features & Use Cases

  • Conform to Naming & Style: Apply project-wide naming and file conventions to new and existing code.
  • Documentation & Clarity: Encourage JSDoc/docstrings and self-documenting code for easier maintenance.
  • Code Review Enablement: Provide a checklist for reviewers to quickly assess consistency.

Quick Start

Apply the project standards to a new module you are writing, ensuring naming, style, and documentation match the conventions.