ソース情報
- リポジトリ
- GGPrompts/ggprompts
- ソースの最終更新活動
- 2026年3月6日 17:02
- 検出された SKILL.md の言語
- 英語
- スター
- 32
- フォーク
- 7
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/GGPrompts/ggprompts --skill techguideコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | techguide |
| description | Build a complete tech guide for a developer tool or language |
| argument-hint | <topic> [style-name] |
| allow-model-invocation | true |
Create a comprehensive tech guide for $ARGUMENTS.
Follow the full conventions in techguides/CLAUDE.md. The guide must be self-contained HTML with inline CSS, Google Fonts only, 1500-4000+ lines, 8-12 numbered sections, sticky jump nav, and responsive design.
README.md to see which styles are available (empty Tech Guide column) vs already usedstyles/{name}.html to extract the design system (CSS variables, fonts, color palette, component patterns).techguides/CLAUDE.md for the template and conventions.python.html or docker.html) to match structure and depth — just skim the first ~100 lines for structure reference.Launch 3-4 sonnet subagents in parallel to research different topic areas:
mcp-cli call context7/resolve-library-id then mcp-cli call context7/query-docs) to find the latest documentationUse 4-5 sequential opus subagents, each writing a portion of the guide:
<head>, back link, header, jump nav with ALL section links, and the opening sections.Critical rules for build agents:
</body> or last </section> and insert before it)<pre><code> blocksid attribute matching the jump nav anchors<a href="index.html" class="back-link">Tech Guides</a>techguides/index.html to understand the card format and tiers..card-{style-name} CSS with colors from the style's palette.README.md — add the tech guide name in the Tech Guide column for the chosen style.Add {Topic} tech guide ({style-name} style)git config --global credential.helper store && echo "https://GGPrompts:$(gh auth token --user GGPrompts)@github.com" > ~/.git-credentials && git push origin main