Skip to content

Support Claude Code and Codex plugin install - #3

Merged
shreyashankar merged 4 commits into
mainfrom
cursor/style-readme-install-labels-3c09
Aug 25, 2026
Merged

Support Claude Code and Codex plugin install#3
shreyashankar merged 4 commits into
mainfrom
cursor/style-readme-install-labels-3c09

Conversation

@shreyashankar

@shreyashankar shreyashankar commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

The plugin now installs from both Claude Code and Codex, matching the Codex plugin packaging layout.

This is the same style-learning flow used in the DocWriter app.

Install and update are either a session or the terminal — not both.

Claude Code

Either, in a session:

/plugin marketplace add docwriter-org/style
/plugin install docwriter-style-generator@docwriter-style

Or, in the terminal:

claude plugin marketplace add docwriter-org/style
claude plugin install docwriter-style-generator@docwriter-style

Refresh later with /plugin marketplace update docwriter-style or claude plugin marketplace update docwriter-style.

Codex

Either, in a session: /plugins, add marketplace docwriter-org/style, then install docwriter-style-generator. Invoke with $docwriter-style-generator.

Or, in the terminal:

codex plugin marketplace add docwriter-org/style
codex plugin add docwriter-style-generator@docwriter-style

Refresh later with codex plugin marketplace upgrade docwriter-style.

Packaging added in this PR:

  • .codex-plugin/plugin.json — Codex plugin manifest, skills: ./skills/
  • .agents/plugins/marketplace.json — Codex marketplace catalog (policy + category)
  • Generated skill written to both ~/.claude/skills/my-writing-style/ and ~/.agents/skills/my-writing-style/

Test plan

  • node tests/lexical-analysis.mjs
  • Codex/Claude manifests parse and list docwriter-style-generator
  • Claude Code: marketplace add, then install
  • Codex: codex plugin marketplace add docwriter-org/style then codex plugin add docwriter-style-generator@docwriter-style

Slash commands run inside a session. claude plugin commands run from
the terminal.
Ship .codex-plugin/plugin.json and an .agents marketplace catalog so
Codex can add docwriter-org/style. Document session vs terminal
install for both hosts, and write the generated skill to the Claude
and Codex skill homes.
@shreyashankar shreyashankar changed the title Label install steps as Claude Code session vs terminal Document Claude Code and Codex install Aug 25, 2026
Link the in-app style flow, add Claude marketplace update and
Codex marketplace upgrade, and document $docwriter-style-generator.
@shreyashankar shreyashankar changed the title Document Claude Code and Codex install Support Claude Code and Codex plugin install Aug 25, 2026
Install and update were easy to read as two required steps. Label
each pair as either a session or the terminal, not both.
@shreyashankar
shreyashankar merged commit 5eb31d2 into main Aug 25, 2026
2 checks passed
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.

2 participants