codex - 💡(How to fix) Fix Scoping skills with `paths`

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

---
paths:
  - 'apps/crawler-v2/**'
---

# crawler-v2 — Scraping System
...

---

---
paths:
  - '**/*.svelte'
  - '**/*.svelte.ts'
---

# Svelte 5 + SvelteKit Conventions
...
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

https://code.claude.com/docs/en/memory#organize-rules-with-claude/rules/

I want some skills to be more explicitly loaded in some context, and I find claude code's paths in rules system quite handy.

I do recognize the skills standard is a mess, and maybe it parts slightly, but I hope to see some kind of variant, as it seems super clean and reasonable in many use cases where I 1) want some skill to be more deteriminstically loaded (e.g. I want my Python standards to be loaded when editing Python files), 2) want it to be scoped (2 sub-projects might have different coding standards, workflows, mental models).

example 1 - scoping to some subfolder in a monorepo/big project

---
paths:
  - 'apps/crawler-v2/**'
---

# crawler-v2 — Scraping System
...

example 2 - scoping to specific types of files

---
paths:
  - '**/*.svelte'
  - '**/*.svelte.ts'
---

# Svelte 5 + SvelteKit Conventions
...

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING