Skip to content

Commit ab54f83

Browse files
chore: sync marketplace artifacts with README
1 parent 5ba4734 commit ab54f83

74 files changed

Lines changed: 3918 additions & 19 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/plugins/marketplace.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,18 @@
268268
},
269269
"category": "Tools & Integrations"
270270
},
271+
{
272+
"name": "codex-obsidian",
273+
"source": {
274+
"source": "local",
275+
"path": "./plugins/greg-asher/codex-obsidian"
276+
},
277+
"policy": {
278+
"installation": "AVAILABLE",
279+
"authentication": "ON_INSTALL"
280+
},
281+
"category": "Tools & Integrations"
282+
},
271283
{
272284
"name": "codex-seo",
273285
"source": {

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-04-23",
6-
"total": 46,
6+
"total": 47,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -229,6 +229,16 @@
229229
"source": "awesome-codex-plugins",
230230
"install_url": "https://raw.githubusercontent.com/2kDarki/codex-mem/main/.codex-plugin/plugin.json"
231231
},
232+
{
233+
"name": "Codex Obsidian",
234+
"url": "https://github.com/greg-asher/codex-obsidian",
235+
"owner": "greg-asher",
236+
"repo": "codex-obsidian",
237+
"description": "Local Obsidian note and vault workflows through the official desktop `obsidian` CLI.",
238+
"category": "Tools & Integrations",
239+
"source": "awesome-codex-plugins",
240+
"install_url": "https://raw.githubusercontent.com/greg-asher/codex-obsidian/main/.codex-plugin/plugin.json"
241+
},
232242
{
233243
"name": "Codex SEO",
234244
"url": "https://github.com/BestLemoon/codex-seo",

plugins/Kanevry/session-orchestrator/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Add Session Config to `AGENTS.md`, restart Codex, then run:
8989
/close
9090
```
9191

92-
See [Usage](#usage) for all 7 commands and [User Guide](docs/USER-GUIDE.md) for the full walkthrough.
92+
See [Usage](#usage) for all 8 commands and [User Guide](docs/USER-GUIDE.md) for the full walkthrough.
9393

9494
## Prerequisites
9595

@@ -103,7 +103,7 @@ See [Usage](#usage) for all 7 commands and [User Guide](docs/USER-GUIDE.md) for
103103
| Feature | Claude Code | Codex | Cursor IDE |
104104
|---------|------------|-----------|------------|
105105
| OS | macOS, Linux, **Windows (native)** | macOS, Linux, **Windows (native)** | macOS, Linux, **Windows (native)** |
106-
| All 7 commands | Native slash commands | Native plugin commands | Rules-based (.mdc) |
106+
| All 8 commands | Native slash commands | Native plugin commands | Rules-based (.mdc) |
107107
| Parallel agents | Agent tool | Multi-agent roles | Sequential only |
108108
| Session persistence | .claude/STATE.md | .codex/STATE.md | .cursor/STATE.md |
109109
| Shared knowledge | .orchestrator/metrics/ | .orchestrator/metrics/ | .orchestrator/metrics/ |
@@ -357,9 +357,9 @@ Superpowers handles the **task layer** (TDD, debugging, brainstorming per featur
357357

358358
## Components
359359

360-
- **13 Skills**: session-start, session-plan, wave-executor, session-end, ecosystem-health, gitlab-ops, quality-gates, discovery, plan, evolve, vault-sync, bootstrap, daily
361-
- **7 Commands**: /session, /go, /close, /discovery, /plan, /evolve, /bootstrap
362-
- **6 Agents**: code-implementer, test-writer, ui-developer, db-specialist, security-reviewer (generic base agents) + session-reviewer (inter-wave quality gate)
360+
- **16 Skills**: session-start, session-plan, wave-executor, session-end, claude-md-drift-check, ecosystem-health, gitlab-ops, quality-gates, discovery, plan, evolve, vault-sync, vault-mirror, bootstrap, daily, docs-orchestrator
361+
- **8 Commands**: /session, /go, /close, /discovery, /plan, /evolve, /bootstrap, /harness-audit
362+
- **7 Agents**: code-implementer, test-writer, ui-developer, db-specialist, security-reviewer, docs-writer (generic base agents) + session-reviewer (inter-wave quality gate)
363363
- **Hooks**: SessionStart notification + Clank Event Bus integration + PreToolUse enforcement (scope + commands)
364364
- **Output Styles**: 3 styles (session-report, wave-summary, finding-report) for consistent reporting
365365
- `.codex-plugin/`: Codex plugin manifest (`plugin.json`) + compatibility config + 3 agent role definitions

0 commit comments

Comments
 (0)