project-guidelines-example

Encode project conventions and architecture decisions into Claude Code skills.

2|1|Updated May 21, 2025
One-click install
npx skills add https://github.com/krzemienski/awesome-list-site --skill project-guidelines-example-krzemienski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guidelines-example
Source: https://github.com/krzemienski/awesome-list-site/tree/main/.agents/skills/project-guidelines-example
Command: npx skills add https://github.com/krzemienski/awesome-list-site --skill project-guidelines-example-krzemienski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use template for encoding project-specific conventions, architecture decisions, and governance into Claude Code skills, ensuring consistency across teams and projects.

Core Features & Use Cases

  • Project conventions encoding: captures project structure, ownership, and decision records that Claude cannot infer from code alone.
  • Architecture decisions: codifies accepted patterns such as auth, deployment constraints, and file ownership rules.
  • Governance & templating: includes sections for anti-patterns, environment gotchas, and build/run commands to accelerate skill creation.
  • Onboarding & standardization: provides a repeatable blueprint for new projects and CLAUDE.md configurations.

Quick Start

Create a new project-specific Claude Code skill by filling this template with your project conventions and guidance.

Frequently Asked Questions about project-guidelines-example

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

FAQPage Schema
How do I encode project-specific conventions and architecture decisions into a Claude Code skill?

To encode project-specific conventions into a Claude Code skill, use a structured template that captures architecture decisions, file ownership rules, and code conventions to standardize guidelines across teams. This ensures Claude understands constraints it cannot infer from code alone.

What is the best way to standardize CLAUDE.md configurations for new projects?

The best way to standardize CLAUDE.md configurations is by applying a repeatable project guidelines template. This blueprint codifies environment gotchas, build commands, and convention anti-patterns, accelerating consistent skill creation and onboarding for new projects.

How do I document architecture decisions and file ownership rules for Claude Code?

Document architecture decisions and file ownership rules by filling out dedicated sections in a project guidelines template. This captures accepted patterns like auth constraints and deployment rules, ensuring Claude Code adheres to strict project governance.

Do I need a template to create project guidelines and prevent convention anti-patterns in Claude Code?

You need a template to create project guidelines if you want to systematically prevent convention anti-patterns. It provides predefined sections for environment gotchas and build commands, ensuring comprehensive coverage and consistent governance across your team.

What sections should I include when codifying project guidelines for Claude Code?

When codifying project guidelines for Claude Code, include sections for Architecture Decisions, File Ownership, Convention Anti-Patterns, Environment Gotchas, and Build & Run Commands. A frontmatter template is also required to complete the configuration.