/update-readme
Update README.md plugin sections and download links
$ npx -y skills add fcakyon/claude-codex-settings --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/update-readme
Context preview
What this command does when you run it.
Update README.md plugin sections and download links
Command definition
update-readme.mdallowed-tools: Read, Glob, Grep, Edit
description: Update README.md plugin sections and download links
Update README.md
Regenerate the Plugins section of README.md based on current plugin structure and marketplace data.
Steps
1. Read `.claude-plugin/marketplace.json` to get the full list of plugins with descriptions, versions, and metadata.
2. For each plugin, scan `plugins/<name>/` to discover:
- Skills: `plugins/<name>/skills/*/SKILL.md`
- Commands: `plugins/<name>/commands/*.md`
- Agents: use `.claude-plugin/plugin.json` `agents` paths when set, otherwise `plugins/<name>/agents/*.md`
- Hooks: use `.claude-plugin/plugin.json` `hooks` paths when set, otherwise `plugins/<name>/hooks/hooks.json`
- MCP: `plugins/<name>/.mcp.json`
3. Update each plugin's `<details>` block in README.md. Use this format:
<details>
<summary><strong>plugin-name</strong> - Short description</summary>
| Claude Code | Codex CLI | Gemini CLI |
| --------------------------------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------------- |
| `/plugin install plugin-name@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `plugin-name` | `gemini extensions install --path ./plugins/plugin-name` |
**Skills CLI**
```bash
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/plugin-name --skill '*'
One-line description.
**Skills:**
- [`skill-name`](./plugins/plugin-name/skills/skill-name/SKILL.md) - Description from SKILL.md frontmatter
**Commands:** (if any)
- [`/plugin-name:cmd`](./plugins/plugin-name/commands/cmd.md) - Description from frontmatter
**Agents:** / **Hooks:** / **MCP:** (if applicable)
</details>
4. Only add the `Skills CLI` block when `plugins/<name>/skills/*/SKILL.md` exists.
- For plugins without local skills, omit the `Skills CLI` block.
- Do not add a global `Skills CLI` section under `## Installation`.
- Do not add `--list`.
- Do not add per-skill `npx skills add` commands.
- Do not add a `Skills CLI` column to skill tables.
- Do not mention maintainer sync scripts.
- Do not link to `skills.sh`.
5. For skill-only plugins (no MCP, no commands), use a table with ZIP download badges:
```markdown
**Skills** (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
| ---------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`skill-name`](./plugins/plugin-name/skills/skill-name/SKILL.md) | Description | [](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/skill-name.zip) |
6. Also update the Installation section if plugin names have changed.
7. Do NOT modify non-plugin sections (header, Configuration, Statusline, TODO, References, Star History).
Read more
allowed-tools: Read, Glob, Grep, Edit description: Update README.md plugin sections and download links
Update README.md
Regenerate the Plugins section of README.md based on current plugin structure and marketplace data.
Steps
1. Read `.claude-plugin/marketplace.json` to get the full list of plugins with descriptions, versions, and metadata.
2. For each plugin, scan `plugins/<name>/` to discover:
- Skills: `plugins/<name>/skills/*/SKILL.md`
- Commands: `plugins/<name>/commands/*.md`
- Agents: use `.claude-plugin/plugin.json` `agents` paths when set, otherwise `plugins/<name>/agents/*.md`
- Hooks: use `.claude-plugin/plugin.json` `hooks` paths when set, otherwise `plugins/<name>/hooks/hooks.json`
- MCP: `plugins/<name>/.mcp.json`
3. Update each plugin's `<details>` block in README.md. Use this format:
<details> <summary><strong>plugin-name</strong> - Short description</summary> | Claude Code | Codex CLI | Gemini CLI | | --------------------------------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------------- | | `/plugin install plugin-name@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `plugin-name` | `gemini extensions install --path ./plugins/plugin-name` | **Skills CLI** ```bash npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/plugin-name --skill '*'
One-line description.
**Skills:**
- [`skill-name`](./plugins/plugin-name/skills/skill-name/SKILL.md) - Description from SKILL.md frontmatter
**Commands:** (if any)
- [`/plugin-name:cmd`](./plugins/plugin-name/commands/cmd.md) - Description from frontmatter
**Agents:** / **Hooks:** / **MCP:** (if applicable)
</details>
4. Only add the `Skills CLI` block when `plugins/<name>/skills/*/SKILL.md` exists. - For plugins without local skills, omit the `Skills CLI` block. - Do not add a global `Skills CLI` section under `## Installation`. - Do not add `--list`. - Do not add per-skill `npx skills add` commands. - Do not add a `Skills CLI` column to skill tables. - Do not mention maintainer sync scripts. - Do not link to `skills.sh`. 5. For skill-only plugins (no MCP, no commands), use a table with ZIP download badges: ```markdown **Skills** (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code): | Skill | Description | ZIP | | ---------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | [`skill-name`](./plugins/plugin-name/skills/skill-name/SKILL.md) | Description | [](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/skill-name.zip) |
6. Also update the Installation section if plugin names have changed.
7. Do NOT modify non-plugin sections (header, Configuration, Statusline, TODO, References, Star History).
Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
Repo: fcakyon/claude-codex-settings
Other commands on claude-codex-settings.
- /setup
Configure Azure MCP server with Azure CLI authentication
Open command - /load-claude-md
Refresh context with CLAUDE.md instructions
Open command - /sync-allowlist
Sync allowlist from GitHub repository to user settings
Open command - /sync-claude-md
Sync CLAUDE.md from GitHub repository
Open command - /functions
Manage Supabase Edge Functions.
Open command - /gen
Automatically generates type definitions based on your Postgres database schema.
Open command

