Skip to content

fix(skill): include v2 plugin skills in legacy list#33918

Open
tangtaizong666 wants to merge 3 commits into
anomalyco:devfrom
tangtaizong666:codex/v2-plugin-skills-33896-20260625222557
Open

fix(skill): include v2 plugin skills in legacy list#33918
tangtaizong666 wants to merge 3 commits into
anomalyco:devfrom
tangtaizong666:codex/v2-plugin-skills-33896-20260625222557

Conversation

@tangtaizong666

Copy link
Copy Markdown

Issue for this PR

Closes #33896

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Includes v2 plugin-registered skills in the legacy skill list used by /skills and the instance skill API, while preserving existing legacy skill precedence.

How did you verify your code works?

  • bun test test/skill/skill.test.ts
  • bun run --cwd packages/opencode typecheck
  • bun oxlint packages/opencode/test/skill/skill.test.ts packages/opencode/src/skill/index.ts
  • bun run lint (exits 0; existing warnings remain)

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

N/A

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skill registered via v2 plugin is not discoverable via /skills command

1 participant