Packages

Steering Rules

A curated set of practical steering rules for AI coding agents — commit conventions, security baseline, TypeScript, testing, PRs and docs.

by incu

Install

Steering files (6)

  • conventional-commits.md

    Commit message format and hygiene: conventional commits, atomic commits, useful bodies

    always
  • security-baseline.md

    Non-negotiable security defaults: secrets, input validation, injection, logging, dependencies

    always
  • typescript.md

    TypeScript conventions for strict, type-safe code. Applies to .ts/.tsx files

    fileMatch
  • testing.md

    How to write tests that catch bugs: behavior over implementation, determinism, honest coverage

    fileMatch
  • pr-writing.md

    How to write pull request titles and descriptions reviewers can actually review. Invoke manually when opening a PR

    manual
  • docs-style.md

    Writing style for READMEs and technical docs: audience first, runnable examples, no fluff. Invoke manually when writing docs

    manual
securitytypescripttestingconventions

Source: https://github.com/incu-tech/steering-rules