project-memory-conventions

Codify development conventions for the project-memory repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codifies development conventions and patterns used by the project-memory repository to ensure consistency, readability, and predictable collaboration.

Core Features & Use Cases

  • Documented commit conventions, code style guidelines, architecture patterns, and testing expectations to guide contributors.
  • Provide a single source of truth for workflows and standards when adding features, tests, or documentation.
  • Onboarding and consistency: helps new contributors ramp up quickly and ensures code reviews remain efficient and meaningful.

Quick Start

Apply these conventions when contributing to the project-memory repository to maintain consistency and high-quality code.

Frequently Asked Questions about project-memory-conventions

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

FAQPage Schema
What are development conventions for standardizing a codebase?

Development conventions codify commit message formats, architecture patterns, and coding standards to ensure maintainable and scalable growth across a repository. They provide a single source of truth for workflows to standardize how a project is built and evolved.

How do I document coding standards for new contributors?

Document coding standards by specifying code style guidelines, architecture guidance, testing expectations, and commit guidelines. This creates a single source of truth that helps new contributors ramp up quickly and ensures code reviews remain efficient and meaningful.

What is the best way to standardize commit message formats for contributors?

The best way to standardize commit messages is to codify specific commit guidelines within a repository's development conventions. This ensures predictable collaboration and consistency across all features, tests, and documentation added by contributors.

Does applying project conventions help with onboarding new contributors?

Yes, applying project conventions helps new contributors ramp up quickly by providing a single source of truth for workflows and standards. This ensures code reviews remain efficient and maintains consistency when adding features, tests, or documentation.

When do I need architectural guidance for repository evolution?

You need architectural guidance when contributors work on features, tests, documentation, commits, and architectural changes across a codebase. Codifying architecture patterns ensures maintainable, scalable growth and predictable collaboration during repository evolution.