BeClaude

codex-skill-plugin-updater

New
GitHub TrendingGeneralby catalystsystemslab

Portable SKILL.md updater for agent skills and Codex plugins

First seen 6/26/2026

Summary

md file for agent skills and Codex plugins, ensuring documentation stays current with the latest changes.

  • It saves developers time by eliminating manual updates and reducing documentation drift.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/codex-skill-plugin-updater.md

3
Invoke with @agent-name
@codex-skill-plugin-updater

Use Cases

Update the SKILL.md file after modifying an agent skill's behavior or parameters.
Refresh plugin documentation when adding new commands or endpoints to a Codex plugin.
Synchronize skill metadata across multiple projects after a version bump.
Generate missing SKILL.md files for newly created agent skills or plugins.
Validate and fix formatting issues in existing SKILL.md files to meet schema requirements.
Batch update documentation for a collection of skills or plugins in a repository.

Usage Examples

1

/codex-skill-plugin-updater update --skill ./skills/my-agent-skill

2

Update the SKILL.md for all plugins in the current directory.

3

/codex-skill-plugin-updater validate --repo ./plugins

View source on GitHub
agentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is codex-skill-plugin-updater?

This skill automatically updates the SKILL.md file for agent skills and Codex plugins, ensuring documentation stays current with the latest changes. It saves developers time by eliminating manual updates and reducing documentation drift.

How to install codex-skill-plugin-updater?

To install codex-skill-plugin-updater: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/codex-skill-plugin-updater.md. Finally, @codex-skill-plugin-updater in Claude Code.

What is codex-skill-plugin-updater best for?

codex-skill-plugin-updater is a agent categorized under General. It is designed for: agent, plugin. Created by catalystsystemslab.

What can I use codex-skill-plugin-updater for?

codex-skill-plugin-updater is useful for: Update the SKILL.md file after modifying an agent skill's behavior or parameters.; Refresh plugin documentation when adding new commands or endpoints to a Codex plugin.; Synchronize skill metadata across multiple projects after a version bump.; Generate missing SKILL.md files for newly created agent skills or plugins.; Validate and fix formatting issues in existing SKILL.md files to meet schema requirements.; Batch update documentation for a collection of skills or plugins in a repository..