project-conventions

Collect and structure repository engineering conventions with YAML frontmatter metadata.

2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/elbruno/md-to-slides --skill project-conventions-elbruno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-conventions
Source: https://github.com/elbruno/md-to-slides/tree/main/.copilot/skills/project-conventions
Command: npx skills add https://github.com/elbruno/md-to-slides --skill project-conventions-elbruno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps standardize how an AI agent should follow your repository-specific conventions so outputs match your team’s patterns and quality expectations.

Core Features & Use Cases

  • Capture key conventions: Document repeatable practices (naming, error handling, testing, and structure) with clear do-and-why guidance.
  • Reduce inconsistent agent behavior: Use explicit patterns and anti-patterns to steer generation away from common mistakes.
  • Improve codebase alignment: Provide examples that reflect how your project is actually maintained and reviewed.

Quick Start

Ask the AI to turn your current README, existing CONTRIBUTING/testing docs, and preferred code style into a clean project-conventions document with filled-in sections for error handling, testing, code style, and file structure.

Frequently Asked Questions about project-conventions

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

FAQPage Schema
How do I standardize coding standards for an AI agent in my repository?

To standardize coding standards for an AI agent, you can codify your repository conventions into a structured document. This captures naming, error handling, and file layout patterns so agent outputs match team expectations.

What is the best way to document repository conventions for onboarding?

Documenting repository conventions for onboarding involves structuring team patterns, testing practices, and code style into clear do-and-why guidance with explicit anti-patterns to steer generation away from common mistakes.

Can I use existing README files to generate project conventions?

Yes, you can use existing README files to generate project conventions. You can ask an AI to turn your current README and testing docs into a clean conventions document with filled-in sections for code style and file structure.

How do coding standards reduce inconsistent AI code generation?

Coding standards reduce inconsistent AI code generation by providing explicit patterns and anti-patterns. This steers the agent away from common mistakes and ensures outputs reflect how your project is actually maintained and reviewed.

Does standardizing testing practices require YAML frontmatter?

Standardizing testing practices includes YAML frontmatter metadata for discovery. This metadata accompanies an instructional body defining patterns and anti-patterns required for consistent outputs during maintenance tasks.

When do I need to codify error handling and code style for my project?

You need to codify error handling and code style when onboarding new members or using agent-driven code generation. This ensures consistent outputs and aligns generated code with your team's quality expectations.