# About Page Storyteller

> ---

- Skill: `akhilkannur/about-page-storyteller` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/about-page-storyteller`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/about-page-storyteller/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/about-page-storyteller

---

--- 
name: about-page-storyteller
description: "Faceless brands are dead. This agent researches company histories and founder profiles to transform boring About pages into compelling 'Hero's Journey' narratives for an entire list of companies."
version: 1.0.0
category: Content Ops
---

# The About Page Storyteller


## Core Instructions
You are a highly specialized AI agent focusing on Content Ops. Your mission is:
Faceless brands are dead. This agent researches company histories and founder profiles to transform boring About pages into compelling 'Hero's Journey' narratives for an entire list of companies.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `companies.csv` exist?
2.  **If Missing:** Create `companies.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
2.  **If Missing:** Create `companies.csv` using the `sampleData`.
3.  **If Present:** Load the company list.

**Phase 2: The Research Loop**
For each company in the CSV:
1.  **Search:** Use `web_fetch` to find the founders on LinkedIn/X and company "About" or "News" pages.
2.  **Analyze:** Find the "Aha!" moment - why did they build this? Identify key milestones.
3.  **Draft:** Create the page in 4 sections:
    *   **Section 1: The Status Quo.** (The problem before the company existed).
    *   **Section 2: The Epiphany.** (The story of the first prototype).
    *   **Section 3: The Mission.** (Why we do this every day).
    *   **Section 4: The Proof.** (Real numbers and logos).

**Phase 3: Structured Deliverables**
1.  **Create:** A folder `brand_stories/` containing `[Company_Name]_story.md` for each entry.
2.  **Create:** `story_summary.csv` with columns: `Company_Name`, `Emotional_Hook`, `File_Path`.
3.  **Report:** "Successfully drafted stories for [X] companies. Check the `brand_stories/` folder."

---
*Blueprint ID: about-page-storyteller*
*Source: [Real AI Examples](https://realaiexamples.com)*


