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.
npx skills add https://github.com/curiositech/some_claude_skills --skill career-biographer
An AI-powered professional biographer that conducts thoughtful, structured interviews about career journeys and transforms stories into actionable professional assets.
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.
The biographer conducts conversational interviews using a phased approach:
To conduct effective career interviews:
Transform interview content into structured career data:
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[];
};
}
Generate narrative content for portfolio sections:
Create structured CV content:
The biographer adapts based on career type:
Focus on: Technical depth, impact metrics, patents, open source, technical writing
Focus on: Team building, culture creation, delivery metrics, mentorship stories
Focus on: Origin story, problem discovery, pivots, lessons learned, vision
Focus on: Transferable skills, motivation for change, unique perspective
Focus on: Portfolio pieces, creative process, client relationships, style evolution
This skill is NOT appropriate for:
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]"
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?"
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?"
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]..."
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..."
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.
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?"
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."
This skill works well with other existing skills:
Generate comprehensive investor-ready business case document with market, solution, financials, and strategy
Generate professional company tear sheets using S&P Capital IQ data via the Kensho LLM-ready API MCP server. Use this skill whenever the user asks for a tear sheet, company one-pager, company profile, fact sheet, company snapshot, or company overview document — especially when they mention a specific company name or ticker. Also trigger when users ask for equity research summaries, M&A company profiles, corporate development target profiles, sales/BD meeting prep documents, or any concise single-company financial summary. This skill supports four audience types: equity research, investment banking/M&A, corporate development, and sales/business development. If the user doesn't specify an audience, ask. Works for both public and private companies.
> PayPal (and Square/Stripe) settlements, flags uncategorized transactions, suspicious duplicates, and missing receipts, then writes a plain-English P&L narrative and exports a close packet (xlsx + one-page PDF). Use when the user says "close the month," "month-end," "reconcile," "what's missing," "P&L," or asks why revenue or margin changed this month.
Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API. Handles VAT calculation, NAV taxpayer lookup, partner caching, and PDF generation. Use when the user mentions számla, számlázás, invoice, sztornó, díjbekérő, proforma, or wants to bill a customer.
Use when the user asks to "build the norm card for this platform", "what are the char limits and visible-fold cutoffs here", "is the LinkedIn link-in-first-comment thing documented or folklore", or "which of our platform cards are stale"; maintains the dated, versioned per-platform norm cards in the references/platforms/ pack — char limits, visible-fold cutoffs, hashtag norms, format/aspect specs, link and first-comment placement, disclosure-label mechanics, algorithm emphases (e.g. 小红书 search+saves weighting) — every row labeled platform-documented (official doc, Measured) or Estimated-folklore (named source) with last-verified and review-by dates, and any card past its review date flagged stale rather than trusted. Extends the single pack in place; never forks a second one. Not for picking which channels to run — use channel-portfolio-planner. 平台规范卡/字符限制/折叠线/话题标签/算法侧重/过期标记
Use for due diligence, legal-financial risk review, investment or business transaction checklists, and preliminary screening where facts, documents, assumptions, legal uncertainty, debt/equity, assets/liabilities, contracts, tax, regulatory, compliance, technology/product, and financial-model issues must be separated clearly.
Generating invoices, contracts, forms, receipts, and business documents as professional PDFs
Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.
Take curiositech/career-biographer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.