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

context-building情境构建

Agent Skill

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

总安装

784

周安装

33

GitHub Stars

93

下载量

275
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/extruct-ai/gtm-skills --skill context-building

简介

为每个公司维护单一全局上下文文件,供其他 GTM 技能共享。

  • 包含语音、价值主张、ICP、成功案例和 campaign 学习内容。
  • 支持从零创建或更新现有上下文,引导用户逐步填写各节。
  • 文件路径固定为 claude-code-gtm/context/{company}_context.md。
  • 使用前请确认目录存在且有写入权限,避免权限错误中断流程。

SKILL.md

Company Context Builder

One global context file per company. Every other GTM skill reads from this file for voice, value prop, ICP, win cases, proof points, and campaign learnings.

Context File Location

claude-code-gtm/context/{company}_context.md

Single file per company, not per-campaign. All skills reference this path.

Modes

Mode 1: Create

Use when no context file exists yet. Walk the user through each section.

Step 1: Check if claude-code-gtm/context/{company}_context.md exists.

Step 2: If not, ask the user for each section (one at a time or in bulk):

SectionWhat to askExample
What We DoProduct one-liner, core value prop, email-safe value prop, key lingo, key numbersProduct description + quantifiable claims
ICPCustomer profiles, company sizes, roles, geographiesTarget profiles with size ranges and regions
Win CasesPast customers, why they bought, what workedConcrete outcomes with metrics
Proof LibraryPre-written PS sentences for emails, mapped to audience and hypothesisReady-to-paste proof points
Campaign HistoryPast campaigns: vertical, list size, reply rate, learnings(empty on first run)
Active HypothesesCurrent working hypotheses about what resonatesPain points validated by campaign data

Step 3: Write the file using the schema from references/context-schema.md.

Key sections to get right:

What We Do — must include:

  • Product one-liner
  • Core value prop (internal version, can use any language)
  • Email-safe value prop (outreach-friendly version of the value prop)
  • Key numbers (quantifiable claims — database size, speed benchmarks, coverage stats)
  • Key lingo (internal terms and definitions)

Proof Library — must include:

  • Full PS sentences ready to paste into emails
  • Each mapped to: best audience, best hypothesis, source win case
  • Every proof point must trace back to a real win case
  • Write the sentence as it would appear in the email (including "PS.")

Mode 2: Update

Use when context file exists and user wants to add or modify a section.

Step 1: Read existing context file.

Step 2: Ask what to update. Common updates:

  • Add a new win case
  • Add a campaign result
  • Update ICP based on new learnings
  • Add domains to DNC
  • Revise or add hypotheses
  • Add or update proof points in the Proof Library
  • Update voice rules
  • Update key numbers (e.g., database size grew)

Step 3: Append to the relevant section. Never overwrite existing entries — add new rows to tables, new bullets to lists.

Mode 3: Call Recording Capture

Use when the user pastes a call transcript or meeting notes.

Step 1: Read the transcript.

Step 2: Extract and categorize signals:

  • ICP signals — who was on the call, their role, company size, what they care about
  • Win case data — what resonated, what they said about their current workflow, pain points confirmed
  • Proof point candidates — specific results or quotes that could become Proof Library entries
  • DNC signals — any companies or domains mentioned as off-limits
  • Hypothesis validation — which existing hypotheses were confirmed or refuted
  • Voice feedback — any reaction to tone, language, or positioning that should update Voice rules

Step 3: Present extracted signals to the user for confirmation.

Step 4: Update the context file with confirmed signals.

Mode 4: Feedback Loop

Use when importing campaign results from your email sequencer (e.g. Instantly) or manual tracking.

Step 1: Read campaign results (CSV, pasted data, or email sequencer export e.g. Instantly).

Step 2: Extract metrics:

  • Campaign name, vertical, list size
  • Open rate, reply rate, positive reply rate
  • Top-performing hypotheses (which P1 angles got replies)
  • Patterns in positive vs negative replies

Step 3: Add a new row to the ## Campaign History table.

Step 4: Update ## Active Hypotheses based on results:

  • Promote hypotheses with high reply rates to Validated
  • Demote hypotheses that didn't resonate to Retired
  • Note any new hypotheses suggested by reply patterns

Step 5: Update ## Proof Library if campaign results surfaced new proof points:

  • New win cases → write new PS sentences
  • Existing proof points that didn't resonate → add notes or remove

Cross-Skill References

This context file is consumed by:

  • hypothesis-building — reads ICP, Win Cases, and product value prop to generate pain hypotheses
  • email-prompt-building — reads Voice, What We Do, Proof Library, and Active Hypotheses to build prompt templates
  • email-generation — reads the prompt template (which was built from this file)
  • list-building — reads ICP and Win Cases for seed companies
  • market-research — reads ICP and hypotheses for research scope
  • enrichment-design — reads hypotheses for segmentation column design
  • list-segmentation — reads hypotheses for tiering logic
  • email-response-simulation — reads Voice rules to constrain rewrites
  • campaign-sending — reads DNC list for exclusions

Reference

See references/context-schema.md for the full file schema with all sections and field definitions.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.9%
按下载量换算96

Claude

27.49%
按下载量换算76

Cursor

17.94%
按下载量换算49

Gemini CLI

10.41%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills