project-conventions

Enforce Polibase project conventions during commits, pull requests, and builds.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sage-base/sagebase --skill project-conventions-sage-base
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-conventions
Source: https://github.com/sage-base/sagebase/tree/main/.claude/skills/project-conventions
Command: npx skills add https://github.com/sage-base/sagebase --skill project-conventions-sage-base

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Polibase projects often suffer from inconsistent development practices, leading to brittle builds and onboarding friction. This Skill codifies and centralizes project conventions to ensure consistency, readability, and sustainable collaboration.

Core Features & Use Cases

  • Pre-commit compliance: Enforces linting, formatting, and basic quality checks before commits.
  • CI/CD guidelines: Provides a standardized workflow for automated tests, builds, and deployments.
  • Knowledge accumulation layer: Defines where decisions, notes, and references are stored for easy retrieval.
  • Documentation standards: Promotes uniform README/docs structure to improve discoverability and maintenance.

Quick Start

Activate this Skill to verify that new changes align with the project's conventions, block non-compliant commits, and surface missing documentation during onboarding.

Frequently Asked Questions about project-conventions

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

FAQPage Schema
How do I enforce coding standards and linting before commits?

Pre-commit compliance enforces coding standards by running linting, formatting, and basic quality checks before commits are accepted. It blocks non-compliant commits to ensure consistent development practices across the project.

What are CI/CD guidelines for standardizing automated builds and deployments?

CI/CD guidelines standardize automated workflows by providing clear rules for automated tests, builds, and deployments. This ensures consistent pipeline operations and prevents brittle builds during continuous integration.

Why does my project suffer from onboarding friction and brittle builds?

Inconsistent development practices cause brittle builds and onboarding friction. Centralizing project conventions ensures readability and sustainable collaboration by enforcing uniform documentation standards and clear workflow guidelines.

How do I manage intermediate tmp-files and documentation during builds?

Intermediate-file management handles tmp-files through clear guidelines and checklists during builds. It enforces documentation standards to improve discoverability and maintenance of project references.

Can I use project conventions to verify changes align with CI/CD workflows?

Project conventions verify changes align with CI/CD workflows by codifying rules for commits, pull requests, and builds. Activating this checks new changes against centralized standards and surfaces missing documentation.

What is the best way to structure README and documentation for discoverability?

Documentation standards promote a uniform README and docs structure to improve discoverability and maintenance. A knowledge accumulation layer defines where decisions, notes, and references are stored for easy retrieval.