This repository contains a public, reusable subset of a local Codex home directory. It is meant to be copied from, adapted, and used as reference material for Codex setup, repo guidance, sharable skills, and supporting tooling.
AGENTS.mdand.codex/AGENTS.mdfor global and repo-local guidance examplesconfig.example.tomlas a safe baseline config templateinstructions/and.codex/instructions/for reusable workflow and tool guidancerules/global.rulesfor shared rule examples- selected local skills such as
skills/code-review/andskills/memory-refiner/ tools/signoz-codex/for SigNoz-oriented Codex telemetry tooling.githooks/and.github/for guardrails and CI automation
- Start from
config.example.tomland copy only the defaults you want into your private liveconfig.toml - Reuse guidance from
AGENTS.md,instructions/, or.codex/AGENTS.mdas templates for your own Codex setup - Explore
tools/signoz-codex/if you want OTEL or SigNoz support for Codex activity - Copy skills selectively rather than treating this repo as an all-or-nothing Codex home
This repo intentionally excludes live auth, runtime history, sessions, caches, databases, memories, shell snapshots, and other machine-specific state.
config.example.toml is public-safe by design. Keep personal paths, usernames, auth state,
and [projects."..."] trust entries in your private live config.toml, not in the example.
Keep GitHub-facing docs user-oriented. Repo-maintainer publishing workflow, allowlist rules,
and example-file conventions live in .codex/AGENTS.md and .codex/instructions/workflow/sharing.md.