with one click
project-conventions
Core conventions and patterns for this codebase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Core conventions and patterns for this codebase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Write evidence-based architectural proposals before implementation
Write clear, scannable project documentation
Use short-lived branches and small pull requests
Keep secrets out of source control, logs, and generated artifacts
Keep tests, validation scripts, and expectations aligned with behavior changes
Cross-platform path handling and command patterns
| name | project-conventions |
| description | Core conventions and patterns for this codebase |
| domain | project-conventions |
| confidence | medium |
| source | template |
This is a starter template. Replace the placeholders below with conventions that are actually true for the project created from this template.
Describe how errors should be surfaced, logged, and recovered from.
Document where tests live, how to run them, and what must be covered when behavior changes.
Record formatting, linting, naming, and review expectations used in the repository.
Explain the purpose of major directories so agents and contributors know where changes belong.
docs/ — published site assets and generated datanews/ — weekly discovery outputsscripts/ — automation utilities used by workflows