ワンクリックで
ワンクリックで
Research and publish a daily AI news edition (The AI Dispatch)
Build an interactive architecture map for an organization, open source project, or tech platform
Build an interactive educational story with a style guide aesthetic
Build a complete CSS design system style guide
Compose full-length (~1.5 minute) chiptune songs in the audio tracker's compact JSON format. Supports RPG battle themes, town music, overworld adventures, classical arrangements, ambient dungeon tracks, and more. This skill should be used when creating songs for the audio tracker, composing game music, or generating .json song files.
| 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