rules
SolidUse when the user asks about Codex Rules behavior, injected project rules, supported rule file locations, matching, or environment configuration.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- code-yeongyu
- Repository
- code-yeongyu/oh-my-openagent
- Created
- 9 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
rules
Maintains project .codex/rules and the AGENTS.md rule index. Explicit user invocation only.
rules
Manage project rules (.claude/rules/*.md with glob-based auto-loading). Use when authoring, editing, or deleting rule files via MCP, or when explaining how rule loading works to the user.
rules
Per-repo credo special rules (project-local grants) that live in the target repo's `.credo/RULES.md` and travel with the repo. Load and honor these at the start of every session and inside every subagent, so a project can widen credo's autonomy for itself - for example "in this debug-only repo, restarting local services is always allowed without asking". Use whenever a session starts (read the rules), whenever the user asks to set, change, add, or remove a per-repo credo rule ("can we set a credo rule here that ...", "for this repo, always ...", "make it a project rule that ..."), and whenever you delegate to a subagent (pass the rules along). This is credo's per-repo policy layer, independent of dogma. It can only WIDEN latitude, never lower the safety floor.