From rwsdk
This skill should be used when the user asks to "update the docs", "refresh rwsdk docs", "sync RedwoodSDK documentation", "pull latest docs", or when the rwsdk-docs references appear stale or outdated. Trigger when the user mentions that documentation seems wrong, out of date, or when they want to ensure they have the latest RedwoodSDK API changes. Fetches the latest official documentation from the redwoodjs/sdk GitHub repository and rebuilds the rwsdk-docs skill reference index. Run this periodically or after major RedwoodSDK releases to keep the documentation current.
npx claudepluginhub softee-p/redwoodsdk-toolkit --plugin rwsdkThis skill uses the workspace's default tool permissions.
Refresh the `skills/rwsdk-docs/` skill with the latest official RedwoodSDK documentation from `https://github.com/redwoodjs/sdk`.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Refresh the skills/rwsdk-docs/ skill with the latest official RedwoodSDK documentation from https://github.com/redwoodjs/sdk.
Identify the absolute path to the repository root (the directory containing plugins/). All paths below are relative to this root.
Run the bundled update script:
bash ${CLAUDE_PLUGIN_ROOT}/skills/update-rwsdk-docs/scripts/update-rwsdk-docs.sh <repo-root>
This script:
plugins/rwsdk-toolkit/skills/rwsdk-docs/references/docs/src/content/docs/* into plugins/rwsdk-toolkit/skills/rwsdk-docs/references/images/, img/, assets/) to save spaceVerify the script exits successfully and review the file listing it prints.
The ${CLAUDE_PLUGIN_ROOT}/skills/rwsdk-docs/SKILL.md contains a hand-maintained documentation index (tables mapping files to topics, plus a quick-lookup section). After updating the references, this index must be updated to match.
${CLAUDE_PLUGIN_ROOT}/skills/rwsdk-docs/SKILL.md to understand the index format..mdx and .md files now in ${CLAUDE_PLUGIN_ROOT}/skills/rwsdk-docs/references/.SKILL.md:
.mdx/.md file in references/ has a corresponding entry in the SKILL.md index.