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

enrichment-design丰富化设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

840

周安装

35

GitHub Stars

93

下载量

280
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/extruct-ai/gtm-skills --skill enrichment-design

简介

辅助界面视觉设计与用户体验优化,涵盖布局、配色与交互细节调整。

  • 根据产品场景生成 UI 方案,检查文本溢出与响应式表现问题。
  • 需结合品牌规范与设计系统,避免堆砌装饰元素影响可用性。
  • 涉及真实页面改动时应通过截图或预览验证实际渲染效果。
  • enrichment-design 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Data Points Builder

Bridge the gap between research hypotheses and table enrichment. Define WHAT to research about each company before running enrichment.

When to Use

  • After market-research has produced a hypothesis set
  • Before list-enrichment — this skill designs the columns, that skill runs them
  • When the user says "what should we research about these companies?"

Two Modes

Mode 1: Segmentation

Goal: Design columns that score or confirm hypothesis fit per company.

Input: Hypothesis set (from market-research or context file)

Process:

  1. Read the hypothesis set
  2. For each hypothesis, propose 1-2 columns that would confirm or deny fit
  3. Discuss with user — refine, add, remove
  4. Output final column_configs

Example: If hypothesis is "Database blind spot — 80-90% of targets invisible to standard tools":

  • Column: "Data Infrastructure Maturity" (select: ["No CRM", "Basic CRM", "Full stack"])
  • Column: "Digital Footprint Score" (grade: 1-5)

Mode 2: Personalization

Goal: Design columns that capture company-specific hooks for email personalization.

Input: Target list + what the user wants to personalize on

Process:

  1. Ask what hooks matter for this campaign (leadership quotes, recent launches, hiring signals, tech stack, etc.)
  2. Propose 2-4 columns with prompts
  3. Discuss with user — refine
  4. Output final column_configs

Example: For personalization hooks:

  • Column: "Recent Product Launch" (text: describe any product launched in last 6 months)
  • Column: "Leadership Public Statement" (text: find a public quote from CEO/CTO about [topic])

Interactive Column Design

Do NOT just generate columns silently. Walk through this with the user:

Step 1: Present the framework

Show the user the two modes and ask which applies (or both).

Step 2: Propose initial columns

Based on hypotheses or user input, propose 3-5 columns. For each, show:

Column: [name]
Type: [output_format]
Agent: [research_pro | llm]
Prompt: [the actual prompt text]
Why: [what this tells us for segmentation/personalization]

Step 3: Refine together

Ask:

  • "Any columns to add?"
  • "Any to remove or merge?"
  • "Should any prompts be more specific?"

Step 4: Confirm column budget

Guidance:

  • 3-5 columns is the sweet spot
  • 6-7 is acceptable if each serves a clear purpose
  • 8+ adds noise — push back and suggest merging

Step 5: Output column_configs

Generate the final column configs as a JSON array ready for list-enrichment:

[
  {
    "kind": "agent",
    "name": "Column Display Name",
    "key": "column_key_snake_case",
    "value": {
      "agent_type": "research_pro",
      "prompt": "Research prompt using {input} for domain...",
      "output_format": "text"
    }
  }
]

Column Design Guidelines

Agent Type Selection

Data point typeAgent typeWhy
Factual data from the web (funding, launches, news)research_proNeeds web research
Classification from company profilellmProfile data is enough
Nuanced judgment (maturity, fit score)research_reasoningNeeds chain-of-thought
People/org structurelinkedinLinkedIn-specific

Output Format Selection

Data point typeFormatWhen
Free-form researchtextOpen-ended questions
Score/ratinggrade1-5 scale assessments
CategoryselectMutually exclusive buckets
Multiple tagsmultiselectNon-exclusive tags
Structured datajsonMultiple related fields
Yes/no with evidencejson{"match": bool, "evidence": str}

Prompt Writing Tips

  • Always include {input} for the company domain
  • Be specific about output format in the prompt itself
  • Include fallback: "If not found, return N/A" or "If unclear, return 'Unknown'"
  • For select/multiselect: list the labels in the prompt too
  • For hypothesis scoring: reference the specific hypothesis in the prompt
  • Keep prompts under 200 words

Reference Library

See references/data-point-library.md for ~20 pre-built column configs organized by use case.

Output Handoff

After column design is complete:

  1. Present the final column_configs JSON to the user
  2. Tell the user: "These configs are ready for list-enrichment. Run that skill with your table ID and these columns."
  3. If the user wants to run immediately, hand off to list-enrichment workflow

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.62%
按下载量换算94

Claude

31.19%
按下载量换算87

Cursor

19.81%
按下载量换算55

Gemini CLI

10.06%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills