Skip to content

feat: add skills extension scaffold#25953

Merged
jif-oai merged 8 commits into
mainfrom
jif/skills-extension
Jun 2, 2026
Merged

feat: add skills extension scaffold#25953
jif-oai merged 8 commits into
mainfrom
jif/skills-extension

Conversation

@jif-oai

@jif-oai jif-oai commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

Disclaimer

This is only here for iteration purpose! Do not make any code rely on this

Why

Skills still live behind codex-core discovery and injection paths, but the extension system needs an authority-aware home before that logic can move. This adds that boundary without changing current skills behavior, and keeps host, executor, and remote skills distinct so future list/read/search flows do not collapse back to ambient local paths.

What changed

  • Add the codex-skills-extension workspace/Bazel crate under ext/skills.
  • Define the initial catalog, authority, provider, and turn-state types for authority-bound skill packages and resources.
  • Register placeholder thread/config/prompt/turn lifecycle contributors plus host, executor, and remote provider aggregation points.
  • Capture the remaining extraction work as TODOs, including the missing extension API hooks needed for per-turn catalog construction and typed skill injection.
  • Keep plugins outside the runtime skills model: plugin-installed skills are treated as materialized host-owned skill sources once available.

Verification

  • Not run locally.

@jif-oai jif-oai changed the title Jif/skills extension feat: add skills extension scaffold Jun 2, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3abb821114

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread codex-rs/Cargo.toml Outdated
Comment thread codex-rs/ext/skills/src/provider.rs
Comment thread codex-rs/ext/skills/src/providers/executor.rs
@jif-oai jif-oai merged commit 2d385e1 into main Jun 2, 2026
46 checks passed
@jif-oai jif-oai deleted the jif/skills-extension branch June 2, 2026 23:10
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant