Scrape Duende documentation from llms-full.txt, then refresh and validate the index. Use to update docs from upstream.
Scrape Duende documentation from llms-full.txt, then refresh and validate the search index. Use this to update docs from upstream when new IdentityServer or related documentation is released.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install spec-driven-development@melodic-software(no arguments - runs full scrape)Scrape all documentation from the Duende llms-full.txt source. This fetches all IdentityServer, BFF, Access Token Management, IdentityModel, and OidcClient documentation.
python "${CLAUDE_PLUGIN_ROOT}/skills/duende-docs/scripts/core/scrape_docs.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/duende-docs/scripts/management/rebuild_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/duende-docs/scripts/management/manage_index.py" verify
Report the results of each step.