Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

techguidetechguide 搜索

Agent Skill

techguide 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

539

周安装

22

GitHub Stars

15

下载量

174
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:techguide(techguide 搜索)
来源仓库:https://github.com/ggprompts/htmlstyleguides
仓库路径:skills/techguide
安装命令:
npx skills add https://github.com/ggprompts/htmlstyleguides --skill techguide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ggprompts/htmlstyleguides --skill techguide

简介

用于技术指南、最佳实践的查找和检索。

  • 适合获取特定框架或工具的标准化用法。
  • 可基于技术领域过滤相关文档资源。techguide 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用前请确认是否依赖在线知识库。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 建议交叉引用多个来源验证指南准确性。

SKILL.md

Build a Tech Guide

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.

Phase 0 — Plan (interactive)

  1. Parse the argument: the first word is the topic (e.g., "xterm.js"), optional second word is the style name (e.g., "celtic").
  2. If no style was specified:

- Read the Style Guide Catalog table in README.md to see which styles are available (empty Tech Guide column) vs already used - Suggest 3-4 unused styles that thematically fit the topic - Ask the user to pick one

  1. Read the chosen style's HTML file from styles/{name}.html to extract the design system (CSS variables, fonts, color palette, component patterns).
  2. Read techguides/CLAUDE.md for the template and conventions.
  3. Read 1-2 existing tech guides (like python.html or docker.html) to match structure and depth — just skim the first ~100 lines for structure reference.
  4. Propose a section outline (8-12 sections) and discuss with the user before proceeding.

Phase 1 — Research (parallel Sonnet subagents)

Launch 3-4 sonnet subagents in parallel to research different topic areas:

  • Each subagent should use context7 MCP (mcp-cli call context7/resolve-library-id then mcp-cli call context7/query-docs) to find the latest documentation
  • Each subagent should also use WebSearch for current best practices
  • Subagents should cover distinct non-overlapping areas (e.g., for a language: fundamentals, advanced features, ecosystem/frameworks, tooling/testing)
  • Each subagent returns a structured summary of key concepts, code examples, and current best practices

Phase 2 — Build (sequential Opus subagents)

Use 4-5 sequential opus subagents, each writing a portion of the guide:

  1. First agent: Create the full HTML skeleton with the chosen style's CSS adapted for tech guide components (jump nav, section headers, code blocks, tables, alerts, command grids). Write sections 01-03. Include all Google Font links, all CSS, the complete <head>, back link, header, jump nav with ALL section links, and the opening sections.
  2. Second agent: Read the file so far, then append sections 04-06. Must read the existing file first to continue seamlessly.
  3. Third agent: Read the file so far, then append sections 07-09.
  4. Fourth agent: Read the file so far, then append sections 10-12 (or however many remain) plus the footer. Close all HTML tags.
  5. Fifth agent (polish): Read the complete file. Verify all jump nav anchor links match section IDs. Check for consistency in class names, spacing, and code example formatting. Fix any issues.

Critical rules for build agents:

  • Each agent MUST read the current file before writing
  • Use the Edit tool to append content (find the closing </body> or last </section> and insert before it)
  • Never rewrite the entire file — only append or edit specific sections
  • All code examples must use <pre><code> blocks
  • Every section needs an id attribute matching the jump nav anchors
  • Include the back link: <a href="index.html" class="back-link">Tech Guides</a>

Phase 3 — Index & Ship

  1. Read techguides/index.html to understand the card format and tiers.
  2. Add a card for the new guide in the appropriate tier:

- Tier 1 — Core Tools: Essential developer tools (git, docker, vim, bash) - Tier 2 — Essential Toolkit: Common languages/utilities (python, rust, go) - Tier 3 — Infrastructure & Ops: Server/deployment/architecture

  1. Add matching .card-{style-name} CSS with colors from the style's palette.
  2. Update the guide count in the index header if present.
  3. Update the Style Guide Catalog table in README.md — add the tech guide name in the Tech Guide column for the chosen style.
  4. Commit with message: Add {Topic} tech guide ({style-name} style)
  5. Push using: git config --global credential.helper store && echo "https://GGPrompts:$(gh auth token --user GGPrompts)@github.com" > ~/.git-credentials && git push origin main

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.63%
按下载量换算60

Claude

30.12%
按下载量换算52

Cursor

22.1%
按下载量换算38

Gemini CLI

10.72%
按下载量换算19

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills