community/

OpenAI Codex Instructions

public

Instructions template for OpenAI Codex CLI. Define project context and coding preferences for better code generation.

·
codex openai starter
0 0 0

Install Configuration

Use the CLI to install this configuration to your local machine.

shai install community/codex-instructions
shai uninstall community/codex-instructions

Don't have the CLI? Install it with: gem install shai-cli

AGENTS.md

Codex Instructions

Project Context

<!-- Describe your project -->

Tech Stack

<!-- List your technologies -->
- Language:
- Framework:
- Testing:
- Database:

Coding Guidelines

  • Follow existing code patterns
  • Use meaningful names
  • Keep functions small and focused
  • Write tests for new code
  • Handle errors properly

File Structure

<!-- Describe key directories -->

Commands

# Development
# Testing
# Linting
# Building

Conventions

  • Code formatting rules
  • Naming conventions
  • Import ordering
  • Comment style

Things to Avoid

  • Hardcoded values
  • Global state
  • Deeply nested code
  • Skipping error handling

Additional Context

<!-- Any other important information -->