provectus

Update Readme — Documentation skill for Claude Code

Documentation community

Update the "Current Plugins" table in README.md to reflect all plugins currently in the plugins/ directory.

How to install Update Readme

Installs to ~/.claude/commands/provectus-claude-plugins-update-readme.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/provectus/claude-plugins/HEAD/.claude/commands/update-readme.md -o ~/.claude/commands/provectus-claude-plugins-update-readme.md

Restart Claude Code, or start a new session, for it to be picked up.

What Update Readme does

Update the "Current Plugins" table in README.md to reflect all plugins currently in the `plugins/` directory.

Steps:

  1. Read every plugins/*/. claude-plugin/plugin.json manifest file
  2. For each plugin, detect which components exist:
    • Agent: agents/*.md exists
    • Skill: skills/*/SKILL.md exists
    • Prompt: prompt.md exists
    • MCP: .mcp.json exists
  3. Read the current README.md
  4. Replace the markdown table under the "## Current Plugins" heading with a new table containing col

Alternatives in Documentation

  • Agent Readme — Agent onboarding — what to do with the files in this directory 29.1k ★
  • Documentation Sync — Check if documentation matches the current code state 5.8k ★
  • Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★

Full documentation available on GitHub

View Source Repository