用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/modernweb-dev/rocket --skill rocket命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | rocket |
| description | Use when editing Rocket Pages, config, layouts, component reference Pages, or build behavior in this project. |
rocket-config.js first; Page discovery follows includeGlobs.config.path; put general docs in docs/pages and component docs next to the component.js demo when readers benefit from trying the UI.atlasDocLayout for docs, atlasHeroLayout for a standalone docs home, with matching components exports.components export; use Atlas component maps or rocketDemoComponents.menu.iconName to Atlas docs navigation Pages so the left navigation has icons.stylesheets and centralized CSS variables instead of per-Page style injection.docs/pages/name.rocket.md, set config.path, metadata, menu.iconName, and use the shared docs layout.rocket-icon need addBootstrapIconLibrary(pageData) before document().render: 'server'.js demo, verify the parent Page and Standalone Demo URL /page/_demo/demoName/.rocket init fails because package.json has "type": "commonjs", change it to "type": "module" or rerun npx rocket init --yes.EMFILE, run npm start -- --no-watch --no-open and use Ctrl+R for manual restarts.Accept: text/html: curl -H 'Accept: text/html' http://localhost:8888/path.npm run build passing; record Rocket package issues separately from local workarounds.