project-conventions

star 1.9k

Project code conventions reference. Covers typing, structure, DI, testing, and anti-pattern rules for module implementation.

Soju06 By Soju06 schedule Updated 2/28/2026

name: "project-conventions" description: | Project code conventions reference. Covers typing, structure, DI, testing, and anti-pattern rules for module implementation. metadata: author: codex-lb version: "1.0.0"

Project Conventions

Project conventions that must be reviewed before editing code.

When to Activate

  • Before editing app/ code (auto-activated via PreToolUse guard)
  • When implementing a new module or feature
  • When refactoring or changing structure

How to Use

  1. Read conventions.md to review the current project coding rules.
  2. Write/edit code in accordance with the rules.

Action

Read the conventions file in this skill directory:

Read: .agents/skills/project-conventions/conventions.md

Proceed with code edits after reviewing the conventions.

Install via CLI
npx skills add https://github.com/Soju06/codex-lb --skill project-conventions
Repository Details
star Stars 1,942
call_split Forks 289
navigation Branch main
article Path SKILL.md
More from Creator