ワンクリックで
website-dev
Develop, build, and preview the project documentation website. Use this for docs updates, site builds, and local preview.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Develop, build, and preview the project documentation website. Use this for docs updates, site builds, and local preview.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deep-dive analysis of an open-source repository. Clones the repo, explores architecture/patterns/internals, and produces up to 30 structured Markdown files in analysis/<repo-name>/. Use when analyzing a GitHub repo for learnings, comparison, or adoption roadmap.
Review code changes for quality, security, and correctness. Use this before merging PRs, after significant refactors, or when reviewing agent output.
Review and optimize LLM API costs in the orchestrator. Analyze model routing, budget tracking, prompt caching, and retry logic for cost efficiency.
Deploy services using Docker/OrbStack. Use this to build and deploy containers, run health checks, and manage deployments.
Review production code and update all documentation under docs/ to match the current codebase state.
Build and manage Docker containers via OrbStack. Use this to build images, run containers, check service health, and manage docker-compose services.
| name | website-dev |
| description | Develop, build, and preview the project documentation website. Use this for docs updates, site builds, and local preview. |
| allowed-tools | Bash, Read, Write, Edit, Glob |
Manage the project documentation and website.
# Docusaurus
cd website && npm run start
# MkDocs
mkdocs serve
# Simple HTTP server for static docs
python3 -m http.server 8000 --directory docs/
# Via Docker
docker compose run --rm app mkdocs build
# Local
mkdocs build
docs/ — documentation source (architecture, cost-analysis, infrastructure, migration)website/ — website source (if using a framework like Docusaurus)