project-conventions

Document and enforce project-specific coding conventions and patterns.

3.1k|475|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/bradygaster/squad --skill project-conventions-bradygaster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-conventions
Source: https://github.com/bradygaster/squad/tree/main/packages/squad-sdk/templates
Command: npx skills add https://github.com/bradygaster/squad --skill project-conventions-bradygaster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill establishes and enforces the core conventions and patterns specific to this codebase, ensuring consistency and maintainability.

Core Features & Use Cases

  • Define Project Standards: Document essential practices for error handling, testing, code style, and file structure.
  • Guide AI Agents: Provides AI team members with clear guidelines to follow, improving the quality and consistency of their output.
  • Use Case: When a new AI agent joins the team, it reads this Skill to understand how to write tests, format code, and structure new components according to project-specific rules.

Quick Start

Review the project conventions to understand how to format code and structure files.

Frequently Asked Questions about project-conventions

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

FAQPage Schema
How do I enforce project standards and code conventions for AI agents?

Project conventions are codified by documenting specific patterns for error handling, testing strategies, code style, and file organization. This documentation ensures consistent development practices across both AI agents and human developers.

What are project conventions and why do I need to document them?

Project conventions are the established patterns for error handling, testing, code style, and file structure. Documenting them solves the problem of inconsistent development practices, ensuring maintainability and clear guidance for AI team members.

How do I set up file structure and code style guidelines for a new codebase?

You set up guidelines by codifying project-specific conventions into a reference document that defines standards for file organization and code style. AI agents read this to understand how to format code and structure new components.

Can I use a conventions reference to standardize testing strategies across developers?

Yes, you can use a conventions reference to standardize testing strategies. By documenting testing practices, both human developers and AI agents follow identical guidelines, improving output quality and consistency across the codebase.

What's the best way to onboard an AI agent to existing project standards?

The best way to onboard an AI agent is providing a codified conventions document. When a new AI agent joins, it reads the skill to immediately understand how to write tests, format code, and structure components according to your rules.