Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ claude
| Plugin | Purpose |
|--------|---------|
| [**ox**](plugins/ox/) | Base plugin — commit skill, code quality hooks, auto-format and checks |
| [**oxgh**](plugins/oxgh/) | GitHub workflow — PR, issue, triage, review, and merge skills |
| [**oxgl**](plugins/oxgl/) | GitLab workflow — MR, issue, review, and merge skills |
| [**oxgh**](plugins/oxgh/) | GitHub workflow — PR, issue, triage, and merge skills |
| [**oxgl**](plugins/oxgl/) | GitLab workflow — MR, issue, and merge skills |

## Installation

Expand Down Expand Up @@ -84,7 +84,7 @@ The bootstrap keeps its temporary checkout under:

Add `<your-repo>/.codex/` to that repo's `.gitignore`. If you mirror `cc-plugins` to GitLab or want reproducible installs, update each marketplace `source.url` / `source.ref` before committing the template. At runtime, the bootstrap can be overridden with `CODEX_PLUGINS_REPO_URL`, `CODEX_PLUGINS_REPO_REF`, `CODEX_PLUGINS_BOOTSTRAP_DIR`, and `CODEX_PLUGINS`.

With the GitHub template, skills are available in that repo as `$oxgh:open-pr`, `$oxgh:issue`, `$oxgh:triage`, `$oxgh:wait-for-review`, `$oxgh:merge-or-fix`, and `$oxgh:shipit`. With the GitLab template, the equivalent MR-oriented skills are available as `$oxgl:open-mr`, `$oxgl:issue`, `$oxgl:wait-for-review`, `$oxgl:merge-or-fix`, and `$oxgl:shipit`.
With the GitHub template, skills are available in that repo as `$oxgh:open-pr`, `$oxgh:issue`, `$oxgh:triage`, and `$oxgh:shipit`. With the GitLab template, the equivalent MR-oriented skills are available as `$oxgl:open-mr`, `$oxgl:issue`, and `$oxgl:shipit`.

For reference, the marketplace file lives at:

Expand All @@ -106,7 +106,7 @@ make install-codex PLUGINS=oxgh
make link-codex PLUGINS=oxgh
```

Those user-level installed skills are available from any repo as `$oxgh:open-pr`, `$oxgh:issue`, `$oxgh:triage`, `$oxgh:wait-for-review`, `$oxgh:merge-or-fix`, and `$oxgh:shipit`.
Those user-level installed skills are available from any repo as `$oxgh:open-pr`, `$oxgh:issue`, `$oxgh:triage`, and `$oxgh:shipit`.

The generated Codex plugin packages under `codex/plugins/` are for Codex plugin marketplace workflows. The repo-local marketplace at `.agents/plugins/marketplace.json` points at those packages when working in this repository.

Expand Down
2 changes: 1 addition & 1 deletion codex/plugins/oxgh/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxgh",
"version": "0.1.5",
"version": "0.1.6",
"description": "GitHub workflow — PR, issue, triage, and merge skills using gh CLI",
"author": {
"name": "Oxidian"
Expand Down
19 changes: 0 additions & 19 deletions codex/plugins/oxgh/skills/merge-or-fix/SKILL.md

This file was deleted.

148 changes: 0 additions & 148 deletions codex/plugins/oxgh/skills/merge-or-fix/scripts/wait_for_ai_review.py

This file was deleted.

19 changes: 0 additions & 19 deletions codex/plugins/oxgh/skills/wait-for-review/SKILL.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion codex/plugins/oxgl/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxgl",
"version": "0.1.6",
"version": "0.1.7",
"description": "GitLab workflow — MR, issue, and merge skills using glab CLI",
"author": {
"name": "Oxidian"
Expand Down
Loading
Loading