Manually trigger documentation generation for all plugins
Generates comprehensive documentation for all plugins including README and CLAUDE.md files.
/plugin marketplace add duyet/claude-plugins/plugin install docs-generator@duyet-claude-pluginsManually regenerate all plugin documentation (README.md and CLAUDE.md files).
This command is useful when you want to update documentation without making any code changes, or when the auto-generation hook is disabled.
Run the generation script directly:
./docs-generator/scripts/generate-docs.sh
Or from any directory:
/path/to/claude-plugins/docs-generator/scripts/generate-docs.sh /path/to/claude-plugins
Set environment variables to control behavior:
DOCS_GENERATOR_ENABLED=1 - Enable auto-generation (default: 1)DOCS_GENERATOR_VERBOSE=1 - Enable verbose output