project-standards

Infer or add engineering standards and save them to project-standards.md.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill project-standards-generaljerel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-standards
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/project-standards
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill project-standards-generaljerel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and maintain organizational standards and best practices for a codebase. Operates in two modes: infer (auto-detect patterns from the repo) and add (manually capture a standard or rule).

All standards are stored in .chalk/docs/engineering/project-standards.md.

Core Features & Use Cases

  • Infer Mode: Scans the repository to auto-detect and synthesize a baseline set of engineering standards from existing configurations and practices.
  • Add Mode: Allows manual capture of a new standard or rule and appends it to the centralized document.

Quick Start

Infer or add a project standard and save it to .chalk/docs/engineering/project-standards.md

Frequently Asked Questions about project-standards

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

FAQPage Schema
How do I consolidate coding rules and engineering standards into a single source of truth?

Consolidate coding rules by inferring patterns from existing repository configurations or manually adding explicit standards into a centralized markdown document. This approach captures organizational practices and stores them centrally for team governance and project-management reference.

What is the best way to auto-detect existing codebase standards and engineering governance rules?

Auto-detecting codebase standards is achieved by scanning the repository to synthesize a baseline of engineering governance rules from existing configurations and code patterns. This inference process identifies documented practices and formats them into a centralized standards file.

How do I manually add a new coding rule to my project's documentation?

Manually adding a coding rule involves capturing the explicit standard and appending it directly to your centralized project-management documentation. This ensures the new governance rule is stored alongside inferred practices within your single source of truth.

Where are inferred and manually added project standards stored in the codebase?

Project standards are stored in the `.chalk/docs/engineering/project-standards.md` file within the codebase. This markdown file outlines both inferred configurations and explicitly added coding rules with categorizations for governance documentation.

Can I use this approach to document engineering standards for any repository?

Yes, documenting engineering standards works for any repository by inferring existing configurations or accepting explicit rules to add. It requires no external dependencies and generates a centralized governance document outlining your coding rules.