Skip to content

feat: add codex llmdoc helper skills#22

Merged
Disdjj merged 1 commit into
mainfrom
DJJ/install-codex-plugin
Apr 5, 2026
Merged

feat: add codex llmdoc helper skills#22
Disdjj merged 1 commit into
mainfrom
DJJ/install-codex-plugin

Conversation

@Disdjj
Copy link
Copy Markdown
Member

@Disdjj Disdjj commented Apr 5, 2026

No description provided.

@Disdjj Disdjj merged commit f93ad16 into main Apr 5, 2026
1 check failed
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request refactors the llmdoc workflow by introducing dedicated Codex helper skills, llmdoc-init and llmdoc-update, to complement Claude Code commands. It also updates the documentation and project-scoped agent configurations to support these changes. Feedback was provided to correct the relative paths in the JSON examples within the README files to ensure proper plugin resolution from the home directory.

Comment thread README.md
"name": "llmdoc",
"source": {
"source": "local",
"path": "./.codex/plugins/llmdoc"
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.

medium

The path ./.codex/plugins/llmdoc in the JSON example is likely incorrect if it is intended to be relative to the home directory as stated in line 205. In standard path resolution, ./ refers to the directory containing the configuration file (~/.agents/plugins/). To correctly reference ~/.codex/plugins/llmdoc from ~/.agents/plugins/marketplace.json, the relative path should be ../../.codex/plugins/llmdoc.

Suggested change
"path": "./.codex/plugins/llmdoc"
"path": "../../.codex/plugins/llmdoc"

Comment thread README.zh-CN.md
"name": "llmdoc",
"source": {
"source": "local",
"path": "./.codex/plugins/llmdoc"
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.

medium

The path ./.codex/plugins/llmdoc in the JSON example is likely incorrect if it is intended to be relative to the home directory as stated in line 205. In standard path resolution, ./ refers to the directory containing the configuration file (~/.agents/plugins/). To correctly reference ~/.codex/plugins/llmdoc from ~/.agents/plugins/marketplace.json, the relative path should be ../../.codex/plugins/llmdoc.

Suggested change
"path": "./.codex/plugins/llmdoc"
"path": "../../.codex/plugins/llmdoc"

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.

1 participant