Feature Request - Configure skills lookup
Open
Nobody has claimed this yet.
autonomous: no
enhancement
priority: low
triage: needs-decision
- Dominant language
- Rust
- Stars
- 19.9k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 30
Description
Right now it seems there is a fixed order
| Scope | Path | Description |
|---|---|---|
| Global (jcode) | ~/.jcode/skills/ |
Shared across all sessions |
| Global (agents) | ~/.agents/skills/ |
Shared across all sessions |
| Project-local | <project-root>/.jcode/skills/ |
Per-repository skills |
| Auto-imported | ~/.claude/skills/ and ~/.codex/skills/ |
Imported from other agents |
I would like to be able to enable or disable
Global (agents)
Auto-imported
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests. Start by tracing the skill lookup implementation and existing configuration entry points for the paths in the table. Done means users can independently enable or disable Global (agents) and Auto-imported skill sources without changing the other lookup scopes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100