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

guideline-generation指南生成

Agent Skill

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

总安装

21,627

周安装

929

GitHub Stars

11,724

下载量

7,581
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill guideline-generation

简介

指南生成技能用于查找、检索和筛选相关信息。

  • 适用于需要根据关键词或任务场景快速定位候选结果的场景。
  • 通过 npx 命令从 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件操作。
  • guideline-generation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Guideline Generation

Generate comprehensive, LLM-ready brand voice guidelines from any combination of sources — brand documents, sales call transcripts, discovery reports, or direct user input. Transform raw materials into structured, enforceable guidelines with confidence scoring and open questions.

Inputs

Accept any combination of:

  • Discovery report from the discover-brand skill (structured, pre-triaged)
  • Brand documents uploaded or from connected platforms (PDF, PPTX, DOCX, MD, TXT)
  • Conversation transcripts from Gong, Granola, manual uploads, or Notion meeting notes
  • Direct user input about their brand voice and values

When a discovery report is provided, use it as the primary input — sources are already triaged and ranked. Supplement with additional analysis as needed.

Generation Workflow

1. Identify and Classify Sources

Determine what the user has provided. If no sources are available:

  • Check if a discovery report exists from a previous /brand-voice:discover-brand run
  • Check .claude/brand-voice.local.md for known brand material locations
  • Suggest running discovery first: /brand-voice:discover-brand

2. Process Sources

For documents: Delegate to the document-analysis agent for heavy parsing. Extract voice attributes, messaging themes, terminology, tone guidance, and examples.

For transcripts: Delegate to the conversation-analysis agent for pattern recognition. Extract implicit voice attributes, successful language patterns, tone by context, and anti-patterns.

For discovery reports: Extract pre-triaged sources, conflicts, and gaps. Use the ranked sources directly.

3. Synthesize Into Guidelines

Merge all findings into a unified guideline document following the template in references/guideline-template.md. Key sections:

"We Are / We Are Not" Table — The core brand identity anchor:

We AreWe Are Not
[Attribute — e.g., "Confident"][Counter — e.g., "Arrogant"]
[Attribute — e.g., "Approachable"][Counter — e.g., "Casual or sloppy"]

Derive attributes from the most consistent patterns across sources. Each row should have supporting evidence.

Voice Constants vs. Tone Flexes — Clarify what stays fixed and what adapts:

  • Voice = personality, values, "We Are / We Are Not" — constant across all content
  • Tone = formality, energy, technical depth — flexes by context

Tone-by-Context Matrix:

ContextFormalityEnergyTechnical DepthExample
Cold outreachMediumHighLow"[example phrase]"
Enterprise proposalHighMediumHigh"[example phrase]"
Social mediaLowHighLow"[example phrase]"

4. Assign Confidence Scores

Score each section using the methodology in references/confidence-scoring.md:

  • High confidence: 3+ corroborating sources, explicit guidance found
  • Medium confidence: 1-2 sources, or inferred from patterns
  • Low confidence: Single source, inferred, or conflicting data

5. Surface Open Questions

Generate open questions for any ambiguity that cannot be resolved:

## Open Questions for Team Discussion

### High Priority (blocks guideline completion)
1. **[Question Title]**
   - What was found: [conflicting or incomplete info]
   - Agent recommendation: [suggested resolution with reasoning]
   - Need from you: [specific decision or confirmation needed]

Every open question MUST include an agent recommendation. Turn ambiguity into "confirm or override" — never a dead end.

6. Quality Check

Before presenting, verify via the quality-assurance agent (defined in agents/quality-assurance.md):

  • All major sections populated (including Brand Personality and Content Examples if sources support them)
  • At least 3 voice attributes with evidence
  • "We Are / We Are Not" table has 4+ rows
  • Tone matrix covers at least 3 contexts
  • Confidence scores assigned per section
  • Source attribution for all extracted elements
  • No PII exposed
  • Open questions include recommendations

7. Present and Offer Next Steps

Summarize key findings:

  • Total sections generated with confidence breakdown
  • Strongest voice attribute and most effective message
  • Number of open questions (if any)

8. Save for Future Sessions

The default save location is .claude/brand-voice-guidelines.md inside the user's working folder.

Important: The agent's working directory may not be the user's project root (especially in Cowork, where plugins run from a plugin cache directory). Always resolve the path relative to the user's working folder, not the current working directory. If no working folder is set, skip the file save and tell the user guidelines will only be available in this conversation.

  1. Resolve the save path. The file MUST be saved to .claude/brand-voice-guidelines.md inside the user's working folder. Confirm the working folder path before writing.
  2. Check if guidelines already exist at that path
  3. If they exist, archive the previous version: Rename the existing file to brand-voice-guidelines-YYYY-MM-DD.md in the same directory (using today's date)
  4. Save new guidelines to .claude/brand-voice-guidelines.md inside the working folder
  5. Confirm to the user with the full absolute path: "Guidelines saved to <full-path>. /brand-voice:enforce-voice will find them automatically in future sessions."

The guidelines are also present in this conversation, so /brand-voice:enforce-voice can use them immediately without loading from file.

After saving, offer:

  1. Walk through the guidelines section by section
  2. Start creating content with /brand-voice:enforce-voice
  3. Resolve open questions

Privacy and Security

Enforce these privacy constraints throughout the entire generation workflow, not only at output time:

  • Redact customer names and contact information from all examples
  • Anonymize company names in transcript excerpts if requested
  • Flag any sensitive information detected during processing

Reference Files

  • references/guideline-template.md — Complete output template with all sections, field definitions, and formatting guidance
  • references/confidence-scoring.md — Confidence scoring methodology, thresholds, and examples

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.63%
按下载量换算2,701

Claude

32.09%
按下载量换算2,433

Cursor

17.53%
按下载量换算1,329

Gemini CLI

9.68%
按下载量换算734

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills