codex-skill-plugin-updater
NewPortable SKILL.md updater for agent skills and Codex plugins
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/codex-skill-plugin-updater.md
@codex-skill-plugin-updaterUse Cases
Usage Examples
/codex-skill-plugin-updater update --skill ./skills/my-agent-skill
Update the SKILL.md for all plugins in the current directory.
/codex-skill-plugin-updater validate --repo ./plugins
Security Audits
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..