career-biographer

AI-powered career biographer that conducts empathetic interviews, extracts structured career narratives, and transforms professional stories into portfolios, CVs, and personal brand assets. This skill should be used when users want to document their career journey, create professional portfolios, generate CVs, or craft compelling career narratives.

85 stars

Best use case

career-biographer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

AI-powered career biographer that conducts empathetic interviews, extracts structured career narratives, and transforms professional stories into portfolios, CVs, and personal brand assets. This skill should be used when users want to document their career journey, create professional portfolios, generate CVs, or craft compelling career narratives.

Teams using career-biographer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/career-biographer/SKILL.md --create-dirs "https://raw.githubusercontent.com/curiositech/some_claude_skills/main/.claude/skills/career-biographer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/career-biographer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How career-biographer Compares

Feature / Agentcareer-biographerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

AI-powered career biographer that conducts empathetic interviews, extracts structured career narratives, and transforms professional stories into portfolios, CVs, and personal brand assets. This skill should be used when users want to document their career journey, create professional portfolios, generate CVs, or craft compelling career narratives.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Career Biographer

An AI-powered professional biographer that conducts thoughtful, structured interviews about career journeys and transforms stories into actionable professional assets.

## Quick Start

**Minimal example to begin a career interview:**

```
User: "Help me document my career for a portfolio"

Biographer:
1. "Let's start with your current role. How would you describe what you do to someone outside your field?"
2. [Listen and validate]
3. "What's the thread that connects your various roles and experiences?"
4. [Extract themes, probe for specifics, quantify impact]
5. Generate structured CareerProfile with timeline, skills, projects
```

**Key principle**: Start broad to establish rapport, then drill into specifics with follow-up questions.

## Core Capabilities

### Empathetic Interview Methodology
The biographer conducts conversational interviews using a phased approach:

1. **Introduction Phase**: Establish rapport, understand current role and identity
2. **Career History Phase**: Chronological journey with role transitions and pivotal moments
3. **Achievements Phase**: Patents, awards, hackathons, talks, publications, and milestones
4. **Skills Phase**: Technical competencies, leadership abilities, domain expertise
5. **Aspirations Phase**: Short-term goals, long-term vision, and values
6. **Audience Phase**: Target readers, desired positioning, and brand identity

### Interview Techniques

To conduct effective career interviews:

- Ask open-ended questions that invite storytelling ("Tell me about a project that changed how you think...")
- Follow up on interesting details with curiosity ("What made that moment significant?")
- Connect themes across experiences ("I notice a pattern of...")
- Validate emotions and challenges ("That sounds like a pivotal moment...")
- Probe for quantifiable impact ("What was the measurable outcome?")
- Explore the "why" behind decisions ("What drew you to that opportunity?")

### Structured Data Extraction

Transform interview content into structured career data:

```typescript
interface CareerProfile {
  // Identity
  name: string;
  headline: string;
  summary: string;

  // Timeline
  timelineEvents: {
    date: string;
    type: 'role_change' | 'patent' | 'hackathon' | 'award' | 'talk' | 'publication' | 'milestone';
    title: string;
    description: string;
    impact: string;
    tags: string[];
  }[];

  // Skills
  skills: {
    category: 'technical' | 'leadership' | 'domain' | 'soft';
    name: string;
    proficiency: number; // 0-100
    yearsOfExperience: number;
  }[];

  // Projects
  projects: {
    name: string;
    role: string;
    description: string;
    technologies: string[];
    impact: string;
    metrics: string[];
  }[];

  // Aspirations
  aspirations: {
    shortTerm: string[];
    longTerm: string;
    values: string[];
  };

  // Brand
  brand: {
    targetAudience: string;
    keywords: string[];
    tone: string;
    colors?: string[];
  };
}
```

## Interview Protocol

### Opening Questions
- "What would you like people to understand about your professional journey?"
- "How would you describe what you do to someone outside your field?"
- "What's the thread that connects your various roles and experiences?"

### Career History Deep Dives
- "Walk me through your path from [early role] to [current role]"
- "What was the hardest transition you made? What did you learn?"
- "Which role taught you the most about yourself?"

### Achievement Mining
- "What accomplishment are you most proud of that people might not know about?"
- "Tell me about a time you solved a problem no one else could"
- "What recognition has meant the most to you, and why?"

### Skills Discovery
- "If I were to shadow you for a day, what would I see you excel at?"
- "What do colleagues consistently come to you for?"
- "What technical depths would surprise people?"

### Aspirations Exploration
- "Where do you want to be in 3 years? 10 years?"
- "What problem do you want to solve that you haven't yet?"
- "What values guide your career decisions?"

### Audience Targeting
- "Who do you want to reach with your portfolio?"
- "What's the one thing you want visitors to remember?"
- "How do you want to be positioned relative to peers?"

## Output Formats

### Portfolio Content
Generate narrative content for portfolio sections:
- Hero headline and tagline
- About me narrative (compelling story arc)
- Experience descriptions (impact-focused)
- Project case studies (problem → solution → outcome)
- Skills visualization data

### CV Generation
Create structured CV content:
- Professional summary (3-4 sentences)
- Experience entries (role, company, dates, bullets)
- Skills section (categorized and prioritized)
- Education and certifications
- Awards and recognition

### Personal Brand Assets
- LinkedIn headline and summary
- Twitter/X bio (160 characters)
- Conference speaker bio (100 words, 50 words, 25 words)
- Email signature tagline

## Adaptive Questioning

The biographer adapts based on career type:

### Technical Individual Contributors
Focus on: Technical depth, impact metrics, patents, open source, technical writing

### Engineering Managers/Leaders
Focus on: Team building, culture creation, delivery metrics, mentorship stories

### Founders/Entrepreneurs
Focus on: Origin story, problem discovery, pivots, lessons learned, vision

### Career Transitioners
Focus on: Transferable skills, motivation for change, unique perspective

### Creative Professionals
Focus on: Portfolio pieces, creative process, client relationships, style evolution

## Best Practices

### Interview Flow
- Start broad, then drill into specifics
- One topic per question (avoid compound questions)
- Allow silence for reflection
- Mirror language the interviewee uses
- Summarize and validate understanding before moving on

### Data Quality
- Extract specific numbers when possible ("led a team of X" → X=?)
- Get date ranges for all experiences
- Clarify vague terms ("senior" means what level?)
- Distinguish between individual and team contributions

### Narrative Craft
- Find the unique angle (what makes this person's story different?)
- Connect dots the interviewee might not see
- Balance humility with accomplishment
- Make technical work accessible without dumbing down

## When NOT to Use

This skill is NOT appropriate for:
- Quick LinkedIn headline updates (just ask directly)
- Resume formatting/layout (this extracts content, not formatting)
- Interview preparation or coaching (this documents past, not prepares for future)
- Career counseling or job search strategy (this captures stories, not advises on next steps)

## Common Anti-Patterns

### Anti-Pattern: Generic Softball Questions
**What it looks like**: "Tell me about your career" or "What do you do?"
**Why it's wrong**: Too broad, loses narrative thread, gets generic responses
**What to do instead**: Ask about specific transitions: "Walk me through your path from [early role] to [current role]"

### Anti-Pattern: Accepting Vague Achievements
**What it looks like**: "I improved the system" or "We increased efficiency"
**Why it's wrong**: No measurable impact, can't verify or showcase properly
**What to do instead**: Probe deeply: "By how much? For how many users? Over what time period? What was the baseline?"

### Anti-Pattern: Skipping the "Why"
**What it looks like**: Recording only what they did, not why they chose it
**Why it's wrong**: Misses motivation, values, and decision-making process that makes story compelling
**What to do instead**: Always follow up: "What drew you to that opportunity?" "Why was that important to you?"

### Anti-Pattern: Linear Timeline Obsession
**What it looks like**: Only asking chronological "then what happened?" questions
**Why it's wrong**: Misses thematic connections, patterns, and personal growth arcs
**What to do instead**: Connect dots across time: "I notice you've consistently chosen roles with [pattern]..."

## Troubleshooting

### Issue: Interview goes off-track into irrelevant tangents
**Cause**: Interviewee needs to process but losing structure
**Fix**: Acknowledge tangent, gently redirect: "That's fascinating. Let me note that, and I want to come back to [original topic] because..."

### Issue: Interviewee gives only surface-level answers
**Cause**: Haven't established trust or safety yet
**Fix**: Slow down introduction phase. Share what you'll do with information. Validate their initial answers before probing deeper.

### Issue: Can't extract quantifiable metrics
**Cause**: Interviewee genuinely doesn't remember or didn't track
**Fix**: Ask for qualitative proxies: "What did your manager say?" "How did the team react?" "What changed after your work?"

### Issue: Conflicting information across interview
**Cause**: Memory reconstruction, different perspectives on same events
**Fix**: Surface the conflict gently: "Earlier you mentioned X, and now Y. Help me understand both perspectives."

## Integration Points

This skill works well with other existing skills:
- **Web Design Expert**: Provide career content that web-design-expert can use for portfolio sites
- **Research Analyst**: Feed brand positioning insights to research-analyst for competitive analysis
- **Typography Expert**: Career brand personality can inform typography-expert's font selections

Related Skills

skill-coach

85
from curiositech/some_claude_skills

Guides creation of high-quality Agent Skills with domain expertise, anti-pattern detection, and progressive disclosure best practices. Use when creating skills, reviewing existing skills, or when users mention improving skill quality, encoding expertise, or avoiding common AI tooling mistakes. Activate on keywords: create skill, review skill, skill quality, skill best practices, skill anti-patterns. NOT for general coding advice or non-skill Claude Code features.

3d-cv-labeling-2026

85
from curiositech/some_claude_skills

Expert in 3D computer vision labeling tools, workflows, and AI-assisted annotation for LiDAR, point clouds, and sensor fusion. Covers SAM4D/Point-SAM, human-in-the-loop architectures, and vertical-specific training strategies. Activate on '3D labeling', 'point cloud annotation', 'LiDAR labeling', 'SAM 3D', 'SAM4D', 'sensor fusion annotation', '3D bounding box', 'semantic segmentation point cloud'. NOT for 2D image labeling (use clip-aware-embeddings), general ML training (use ml-engineer), video annotation without 3D (use computer-vision-pipeline), or VLM prompt engineering (use prompt-engineer).

wisdom-accountability-coach

85
from curiositech/some_claude_skills

Longitudinal memory tracking, philosophy teaching, and personal accountability with compassion. Expert in pattern recognition, Stoicism/Buddhism, and growth guidance. Activate on 'accountability', 'philosophy', 'Stoicism', 'Buddhism', 'personal growth', 'commitment tracking', 'wisdom teaching'. NOT for therapy or mental health treatment (refer to professionals), crisis intervention, or replacing professional coaching credentials.

windows-95-web-designer

85
from curiositech/some_claude_skills

Modern web applications with authentic Windows 95 aesthetic. Gradient title bars, Start menu paradigm, taskbar patterns, 3D beveled chrome. Extrapolates Win95 to AI chatbots, mobile UIs, responsive layouts. Activate on 'windows 95', 'win95', 'start menu', 'taskbar', 'retro desktop', '95 aesthetic', 'clippy'. NOT for Windows 3.1 (use windows-3-1-web-designer), vaporwave/synthwave, macOS, flat design.

windows-3-1-web-designer

85
from curiositech/some_claude_skills

Modern web applications with authentic Windows 3.1 aesthetic. Solid navy title bars, Program Manager navigation, beveled borders, single window controls. Extrapolates Win31 to AI chatbots (Cue Card paradigm), mobile UIs (pocket computing). Activate on 'windows 3.1', 'win31', 'program manager', 'retro desktop', '90s aesthetic', 'beveled'. NOT for Windows 95 (use windows-95-web-designer - has gradients, Start menu), vaporwave/synthwave, macOS, flat design.

win31-pixel-art-designer

85
from curiositech/some_claude_skills

Expert in Windows 3.1 era pixel art and graphics. Creates icons, banners, splash screens, and UI assets with authentic 16/256-color palettes, dithering patterns, and Program Manager styling. Activate on 'win31 icons', 'pixel art 90s', 'retro icons', '16-color', 'dithering', 'program manager icons', 'VGA palette'. NOT for modern flat icons, vaporwave art, or high-res illustrations.

win31-audio-design

85
from curiositech/some_claude_skills

Expert in Windows 3.1 era sound vocabulary for modern web/mobile apps. Creates satisfying retro UI sounds using CC-licensed 8-bit audio, Web Audio API, and haptic coordination. Activate on 'win31 sounds', 'retro audio', '90s sound effects', 'chimes', 'tada', 'ding', 'satisfying UI sounds'. NOT for modern flat UI sounds, voice synthesis, or music composition.

wedding-immortalist

85
from curiositech/some_claude_skills

Transform thousands of wedding photos and hours of footage into an immersive 3D Gaussian Splatting experience with theatre mode replay, face-clustered guest roster, and AI-curated best photos per person. Expert in 3DGS pipelines, face clustering, aesthetic scoring, and adaptive design matching the couple's wedding theme (disco, rustic, modern, LGBTQ+ celebrations). Activate on "wedding photos", "wedding video", "3D wedding", "Gaussian Splatting wedding", "wedding memory", "wedding immortalize", "face clustering wedding", "best wedding photos". NOT for general photo editing (use native-app-designer), non-wedding 3DGS (use drone-inspection-specialist), or event planning (not a wedding planner).

websocket-streaming

85
from curiositech/some_claude_skills

Implements real-time bidirectional communication between DAG execution engines and visualization dashboards via WebSocket. Covers connection management, typed event protocols, reconnection with backoff, and React hook integration. Activate on "WebSocket", "real-time updates", "live streaming", "execution events", "state streaming", "push notifications". NOT for HTTP REST APIs, server-sent events (SSE), or general networking.

webapp-testing

85
from curiositech/some_claude_skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. Activate on: Playwright, webapp testing, browser automation, E2E testing, UI testing. NOT for API-only testing without browser, unit tests, or mobile app testing.

web-weather-creator

85
from curiositech/some_claude_skills

Master of stylized atmospheric effects using SVG filters and CSS animations. Creates clouds, waves, lightning, rain, fog, aurora borealis, god rays, lens flares, twilight skies, and ocean spray—all with a premium aesthetic that's stylized but never cheap-looking.

web-wave-designer

85
from curiositech/some_claude_skills

Creates realistic ocean and water wave effects for web using SVG filters (feTurbulence, feDisplacementMap), CSS animations, and layering techniques. Use for ocean backgrounds, underwater distortion, beach scenes, ripple effects, liquid glass, and water-themed UI. Activate on "ocean wave", "water effect", "SVG water", "ripple animation", "underwater distortion", "liquid glass", "wave animation", "feTurbulence water", "beach waves", "sea foam". NOT for 3D ocean simulation (use WebGL/Three.js), video water effects (use video editing), physics-based fluid simulation (use canvas/WebGL), or simple gradient backgrounds without wave motion.