Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

howto-section-generatorHowto 部分生成器

Agent Skill

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

总安装

4,377

周安装

188

GitHub Stars

409

下载量

1,534
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kostja94/marketing-skills --skill howto-section-generator

简介

用于查找、检索和筛选相关信息以支持内容分段生成。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中按关键词定位候选结果。
  • 通过 npx 命令从指定 GitHub 仓库安装,需关注维护状态。
  • 使用前应确认权限范围及是否触发联网或文件操作。
  • 建议参考原始 README 了解实际应用场景和限制条件。

SKILL.md

Components: HowTo Section

Guides HowTo as an in-page section: a block of ordered steps (and optional HowTo JSON-LD) embedded inside article, documentation, tool, or landing pages. Not a standalone page type—parent page structure and templates come from article-page-generator, docs-page-generator, tools-page-generator, landing-page-generator, etc. Distinct from FAQ (Q&A → FAQPage) and from full article body drafting alone (article-content). schema-markup remains the source for exhaustive Schema.org property rules and type-wide tables; this skill owns section-level placement, copy, HTML, and HowTo-vs-FAQ decisions.

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

HowTo Section vs FAQ Section

DimensionHowTo sectionFAQ section
IntentUser follows ordered steps to complete a taskUser reads Q&A pairs for doubts
StructureSteps (1→2→3), optional tools/time/suppliesQuestion → answer per item
SchemaHowTo (Schema.org)FAQPage
UIOften horizontal tabs for steps; or numbered list in flowOften vertical accordion
Skillhowto-section-generator (this)faq-page-generator

Do not mark FAQ content as HowTo or vice versa; schema must match visible content.

Placement Within the Parent Page

This section is always part of a larger page. Typical positions:

LocationWhen
After intro (and optional TL;DR / Key Takeaways)Article: context first, then solution = steps
As the main middle of the pageTutorial-heavy article where the HowTo block carries most of the value
After product/tool contextTool or LP: short context → How to use steps → FAQ/CTA

Narrative: Align with PAS for how-to articles—Problem in intro; Agitation in brief context; Solution = the HowTo section. Answer-first still applies per step (see below).

Parent page vs URL split: Whether the parent is one article URL or a separate doc/tool URL is decided by content-strategy, article-page-generator, docs-page-generator, or tools-page-generator. This skill only defines the HowTo block; if each tab were a different ranking topic, use separate URLs (pillar/cluster). If all steps are one task, keep one page with one HowTo section (or multiple sections only if clearly separated).

Content Structure

Headings and lists

Section title (H2)

Headings should describe the topic or purpose (WCAG 2.4.6)—not just decorate. Prefer one primary H2 for the procedure; match page type and search intent.

PatternBest forExamples
Outcome / task (default)Blog posts, guides, most informational “how to …” queries“How to [verb] [outcome]”, “[Task] step by step”
Product or toolTool pages, LP blocks after hero“How to use [Product]”, “Using [Tool]”
Quick start / walkthroughDocs, onboarding“Quick start”, “Walkthrough”, “Get started with [X]”
Numbered hook (“In 3 steps …”, “3 simple steps to …”)Short LP/tool copy when simplicity is the messageUse only if the visible <ol> (and HowTo JSON-LD step list) has exactly that many steps

Rules

  • Avoid a bare “Steps” or “Instructions” as the only H2 text when you can name the outcome—screen reader and scan users lose context.
  • Count in the title: If you use “3 steps” / “In 4 steps” in the H2, tabs, or subheads, the on-page list and HowTo schema must show the same number of steps (no extra steps only in JSON-LD).
  • Volatile UIs: If step count may change with releases, prefer non-count titles (“How to …”) and put “three main steps” in body copy if needed.
  • Language: Mirror the query (e.g. “How to …” for EN informational intent); localized pages: same intent in inLanguage as the visible heading.
  • Steps: Use semantic ordered list <ol> with <li> per step; bold the step title inside the <li> if needed.
  • Sub-steps: Nested <ol> or H3 under a step when the step is long.
  • Avoid: Fake lists built only with <div>—hurts extraction and accessibility.

Answer-first per step

  • In each step (or immediately under each step heading), give a direct answer in ~40–60 words—what to do—then tools, screenshots, edge cases.
  • Matches featured-snippet list patterns and article-content QAE (Question → short Answer → Evidence).

Word count (article context)

  • Standard how-to articles often land ~1,000–1,500 words total for a single topic; the HowTo section is often the bulk of “actionable” depth. See article-content for full ranges by type.

Featured Snippets & SERP

FormatRole
List snippet (~19% of snippet formats)How-to, steps, options—use <ol> / <ul>
SchemaFAQPage, HowTo, Article support identifying extractable blocks; not required for Featured Snippets
HowTo ↔ snippetHowTo maps to list-style position-zero; desktop support historically stronger; mobile may be limited

See featured-snippet, serp-features.

Schema.org: HowTo (JSON-LD)

Use case: Tutorials, procedural guides, visible step sequences in this section.

Principles (detail in schema-markup):

  • JSON-LD in <script type="application/ld+json">; properties must match visible content—no hidden-only steps.
  • Google: HowTo was high-impact for rich results on desktop; mobile support is limited/context-dependent. Google may have deprecated or reduced HowTo rich results (2023–2024); Schema.org still defines HowTo; Bing and AI systems may still consume it.
  • GEO: HowTo is among types that help AI cite structured procedures (generative-engine-optimization).

Where the section lives (parent page type)

Parent page typeTypical embedding
Blog / guideHowTo section inside the article body
DocumentationGuides/tutorials—often TechArticle + HowTo per docs-page-generator
Free tool / calculatorSoftwareApplication + HowTo for “how to use” per tools-page-generator

Multilingual: inLanguage on HowTo (and related types) aligned with hreflang; localize step text in JSON-LD. See schema-markup.

Validation: Rich Results Test, Schema.org Validator.

UI: Tabs, accordions, and crawlability

PatternGuidance
Horizontal tabsGood for **Step 1 \Step 2 \Step 3 when all steps are one topic; see tab-accordion**
DOMAll step content must be in the initial HTML—no AJAX load on tab click
Default openFirst tab or first step visible by default
Primary vs secondaryIf the HowTo is the page’s main value, avoid burying all steps in low-priority hidden UI; crawlers index hidden content, but primary intent should be clear

Vertical accordion for steps is less common than for FAQ; if used, same rules: server-rendered, first item expanded, content in DOM at load (rendering-strategies).

GEO

  • Clear steps, self-contained paragraphs per step, and HowTo JSON-LD help models cite procedures.
  • Layer with TL;DR / Key Takeaways at article level when appropriate (article-content, generative-engine-optimization).

Zero-click

  • Informational queries (“how to …”) often zero-click; optimize for citation in AI Overviews as well as CTR (serp-features).

Best Practices Checklist

  • One primary H2 (or clear section) for the procedure; wording matches page type (outcome vs quick start vs counted steps)
  • If the title mentions a step count, it matches <ol> length and HowTo step items
  • <ol> steps with concise, answer-first lines per step
  • HowTo JSON-LD aligned with visible steps (and totalTime / tool / supply if shown on page)
  • Not confused with FAQPage for Q&A lists
  • Tabs/accordions: full content in DOM; first panel visible
  • Validated with Rich Results Test / Schema.org Validator

Output Format

  • Placement of the section within the parent page (after intro, mid-body, before FAQ, etc.)
  • Outline: H2 structure, ordered list, optional sub-steps
  • Section title rationale: Why this H2 pattern (outcome vs quick start vs “In *N* steps”) fits the parent page and query
  • Copy notes: answer-first per step; length targets
  • HowTo JSON-LD outline (required properties for your case)
  • UI note (tabs vs inline list) and crawlability requirements
  • Differentiation from FAQ on the same page if both exist
  • Explicit: This output is a section block, not a full page wireframe—defer page chrome to article-page-generator / docs-page-generator / tools-page-generator as appropriate

Related Skills

  • schema-markup: HowTo JSON-LD; properties; Google/Bing/AI notes; inLanguage
  • featured-snippet: List snippets; H2/H3; 40–60 word patterns
  • serp-features: HowTo in rich results; Featured Snippet vs rich results; zero-click
  • tab-accordion: Horizontal tabs for steps; DOM; FAQ vs HowTo UI
  • heading-structure: H2/H3 hierarchy for step titles and section outline
  • article-content: How-to body copy, PAS, QAE, word counts, TL;DR
  • article-page-generator: Single post page layout, metadata, Article schema alongside a HowTo section
  • landing-page-generator: LP pages that embed a HowTo section before FAQ/CTA
  • faq-page-generator: FAQ sections; FAQPage—do not mix with HowTo schema
  • docs-page-generator: Documentation site/page structure; TechArticle + HowTo for guides
  • tools-page-generator: Tool page; SoftwareApplication + HowTo for usage instructions
  • content-strategy: Pillar/cluster; when to split topics to new URLs
  • content-optimization: Lists, headings, keyword placement in longform
  • generative-engine-optimization: GEO; citation strategy
  • rendering-strategies: SSR/SSG; content in initial HTML
  • video-optimization: If steps are primarily video-led

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.64%
按下载量换算562

Claude

30.35%
按下载量换算466

Cursor

18.55%
按下载量换算285

Gemini CLI

10.33%
按下载量换算158

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills