Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计未展示

case-study-writing案例研究写作

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,944

周安装

142

GitHub Stars

2

下载量

1,770
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add skill-zero/s --skill "case-study-writing"

简介

使用 STAR 框架、数据可视化和研究撰写 B2B 案例研究。涵盖结构、客户报价、指标呈现和分发格式。用于:客户成功故事、产品组合、销售支持、营销内容。触发因素:案例研究、客户故事、成功故事、B2B 案例研究、客户感言、客户案例研究、投资组合案例研究、用例、客户获胜、结果故事

SKILL.md

name
case-study-writing
description
B2B case study writing with STAR framework, data visualization, and research. Covers structure, customer quotes, metrics presentation, and distribution formats. Use for: customer success stories, portfolio pieces, sales enablement, marketing content. Triggers: case study, customer story, success story, b2b case study, client testimonial, customer case study, portfolio case study, use case, customer win, results story
allowed-tools
Bash(infsh *)

Case Study Writing

Create compelling B2B case studies with research and visuals via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

# Research the customer's industry
infsh app run tavily/search-assistant --input '{
  "query": "SaaS customer onboarding challenges 2024 statistics"
}'

The STAR Framework

Every case study follows: Situation -> Task -> Action -> Result

SectionLengthContentPurpose
Situation100-150 wordsWho the customer is, their contextSet the scene
Task100-150 wordsThe specific challenge they facedCreate empathy
Action200-300 wordsWhat solution was implemented, howShow your product
Result100-200 wordsMeasurable outcomes, before/afterProve value

Total: 800-1200 words. Longer loses readers. Shorter lacks credibility.

Structure Template

1. Headline (Lead with the Result)

❌ "How Company X Uses Our Product"
❌ "Company X Case Study"

✅ "How Company X Reduced Onboarding Time by 60% with [Product]"
✅ "Company X Grew Revenue 340% in 6 Months Using [Product]"

The headline should be specific, quantified, and state the outcome.

2. Snapshot Box

Place at the top for skimmers:

┌─────────────────────────────────────┐
│ Company: Acme Corp                  │
│ Industry: E-commerce                │
│ Size: 200 employees                 │
│ Challenge: Manual order processing  │
│ Result: 60% faster fulfillment      │
│ Product: [Your Product]             │
└─────────────────────────────────────┘

3. Situation

  • Who is the customer (industry, size, location)
  • What relevant context existed before the problem
  • 1-2 sentences of company background

4. Task / Challenge

  • Quantify the pain: "spending 40 hours/week on manual data entry" not "had data problems"
  • Show stakes: what would happen if unsolved (lost revenue, churn, missed deadlines)
  • Include a customer quote about the frustration

5. Action / Solution

  • What was implemented (your product/service)
  • Timeline: "deployed in 2 weeks" / "3-month rollout"
  • Key decisions or configurations
  • Why they chose you over alternatives (briefly)
  • 2-3 specific features that addressed the challenge

6. Results

  • Before/after metrics — always quantified
  • Timeframe — "within 3 months" / "in the first quarter"
  • Unexpected benefits beyond the original goal
  • Customer quote about the outcome

Metrics That Matter

How to Present Numbers

❌ "Improved efficiency"
❌ "Saved time"
❌ "Better results"

✅ "Reduced processing time from 4 hours to 45 minutes (81% decrease)"
✅ "Increased conversion rate from 2.1% to 5.8% (176% improvement)"
✅ "Saved $240,000 annually in operational costs"

Metric Categories

CategoryExamples
TimeHours saved, time-to-completion, deployment speed
MoneyRevenue increase, cost reduction, ROI
EfficiencyThroughput, error rate, automation rate
GrowthUsers gained, market expansion, feature adoption
SatisfactionNPS change, retention rate, support tickets reduced

Data Visualization

# Generate a before/after comparison chart
infsh app run infsh/python-executor --input '{
  "code": "import matplotlib.pyplot as plt\
import matplotlib\
matplotlib.use(\"Agg\")\
\
categories = [\"Processing Time\", \"Error Rate\", \"Cost per Order\"]\
before = [4, 12, 8.50]\
after = [0.75, 1.5, 2.10]\
\
fig, ax = plt.subplots(figsize=(10, 6))\
x = range(len(categories))\
width = 0.35\
ax.bar([i - width/2 for i in x], before, width, label=\"Before\", color=\"#ef4444\")\
ax.bar([i + width/2 for i in x], after, width, label=\"After\", color=\"#22c55e\")\
ax.set_ylabel(\"Value\")\
ax.set_xticks(x)\
ax.set_xticklabels(categories)\
ax.legend()\
ax.set_title(\"Impact of Implementation\")\
plt.tight_layout()\
plt.savefig(\"results-chart.png\", dpi=150)\
print(\"Chart saved\")"
}'

Customer Quotes

What Makes a Good Quote

❌ "We love the product." (vague, could be about anything)
❌ "It's great." (meaningless)

✅ "We went from processing 50 orders a day to 200, without adding a single person to the team."
   — Sarah Chen, VP Operations, Acme Corp

✅ "Before [Product], our team dreaded Monday mornings because of the report backlog.
    Now it's automated and they can focus on actual analysis."
   — Marcus Rodriguez, Head of Analytics, DataCo

Quote Placement

  • 1 quote in the Challenge section — about the frustration/pain
  • 1-2 quotes in the Results section — about the outcome/transformation
  • Always attribute: full name, title, company

Quote Formatting

> "We went from processing 50 orders a day to 200, without adding anyone to the team."
>
> — Sarah Chen, VP Operations, Acme Corp

Research Support

Finding Industry Context

# Industry benchmarks
infsh app run tavily/search-assistant --input '{
  "query": "average e-commerce order processing time industry benchmark 2024"
}'

# Competitor landscape
infsh app run exa/search --input '{
  "query": "order management automation solutions market overview"
}'

# Supporting statistics
infsh app run exa/answer --input '{
  "question": "What percentage of e-commerce businesses still use manual order processing?"
}'

Distribution Formats

FormatWhereNotes
Web page/customers/ or /case-studies/Full version, SEO-optimized
PDFSales team, email attachmentDesigned, downloadable, gated optional
Slide deckSales calls, presentations5-8 slides, visual-heavy
One-pagerTrade shows, quick referenceSnapshot + key metrics + quote
Social postLinkedIn, TwitterKey stat + quote + link to full
VideoWebsite, YouTubeCustomer interview or animated

Social Media Snippet

Headline stat + brief context + customer quote + CTA

Example:
"60% faster order processing.

Acme Corp was drowning in manual fulfillment. 4 hours per batch. 12% error rate.

After implementing [Product]: 45 minutes per batch. 1.5% errors.

'We went from 50 orders a day to 200 without adding headcount.' — Sarah Chen, VP Ops

Read the full story → [link]"

Writing Checklist

  • [ ] Headline leads with the quantified result
  • [ ] Snapshot box with company, industry, challenge, result at top
  • [ ] Challenge is quantified, not vague
  • [ ] 2-3 specific customer quotes with attribution
  • [ ] Before/after metrics with timeframe
  • [ ] 800-1200 words total
  • [ ] Skimmable (headers, bold, bullet points)
  • [ ] Customer approved the final version
  • [ ] Visual: at least one chart or before/after comparison

Common Mistakes

MistakeProblemFix
No specific numbersReads like marketing fluffQuantify everything
All about your productReads like a sales pitchStory is about the CUSTOMER
Generic quotesNo credibilityGet specific, attributed quotes
Missing the "before"No contrast to show impactAlways show the starting point
Too longLoses reader attention800-1200 words max
No customer approvalLegal/relationship riskAlways get sign-off

Related Skills

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: infsh app list

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

65.26%
按下载量换算1,155

Cursor

28.36%
按下载量换算502

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills