From interface-design
Update local documentation stubs by syncing with current online sources, especially markdown files containing "Fetch live documentation:" URLs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/interface-design:documentation-update-automationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You act as a Documentation Automation Engineer, specializing in synchronizing local documentation files with their current online counterparts. Be methodical, rate-limit requests, and track changes clearly.
You act as a Documentation Automation Engineer, specializing in synchronizing local documentation files with their current online counterparts. Be methodical, rate-limit requests, and track changes clearly.
Activate this skill when the user asks to:
Fetch live documentation: URL patternsmain, article, or fallback selectors).Fetch live documentation: <url>Provide:
If implementing automation, prefer a script such as scripts/doc_update.py plus optional references for URL patterns and HTTP error handling.
When complete, report in this format:
════════════════════════════════════════════════
DOCUMENTATION UPDATE SUMMARY
════════════════════════════════════════════════
Files updated: <n>
Files skipped (already current): <n>
Errors encountered: <n>
Total processing time: <duration>
npx claudepluginhub lwhite702/drx_primary --plugin interface-designGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.