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
2 changes: 1 addition & 1 deletion .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "html-as-cli-panel-skill",
"source": {
"source": "local",
"path": "./codex"
"path": "./plugins/html-as-cli-panel-skill"
},
"policy": {
"installation": "AVAILABLE",
Expand Down
5 changes: 1 addition & 4 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"plugins": [
{
"name": "html-as-cli-panel-skill",
"source": {
"source": "github",
"repo": "rob163/html-as-cli-panel-skill"
},
"source": "./plugins/html-as-cli-panel-skill",
"description": "Create localStorage-backed HTML command panels for project CLI workflows."
}
]
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ npx skills ls -g -a codex
### Codex plugin

Codex can install this repository as a plugin marketplace. This path uses the
checked-in `.agents/plugins/marketplace.json` and `codex/.codex-plugin/plugin.json`
checked-in `.agents/plugins/marketplace.json` and
`plugins/html-as-cli-panel-skill/.codex-plugin/plugin.json`
files, which expose the same `cli-panel` skill through Codex's plugin system.

```bash
Expand Down Expand Up @@ -97,8 +98,10 @@ Install as a versioned Claude Code plugin from inside Claude Code:
/plugin install html-as-cli-panel-skill@html-as-cli-panel-skill
```

The plugin uses the `skills/cli-panel` package in this repository, so the
Claude Code plugin and direct skill installs stay aligned.
The plugin uses the same packaged skill as Codex. The root `SKILL.md`,
`assets/cli-panel.html`, and `skills/cli-panel` paths are symlinks into that
package, so plugin and direct skill installs stay aligned without duplicating
the template.

### git clone

Expand Down
201 changes: 0 additions & 201 deletions SKILL.md

This file was deleted.

1 change: 1 addition & 0 deletions SKILL.md
Loading
Loading