From resume-builder
Analyze project artifacts and propose verified resume updates. Use when: 'ingest project', 'add project to resume', 'update resume with', 'I finished a project', or user provides source code/GitHub/blog/demo links.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resume-builder:ingest [path to project, GitHub URL, blog post, or demo link][path to project, GitHub URL, blog post, or demo link]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze real project artifacts (source code, GitHub repos, blog posts, demos) and propose verified resume updates. Every claim must trace back to a source artifact.
Analyze real project artifacts (source code, GitHub repos, blog posts, demos) and propose verified resume updates. Every claim must trace back to a source artifact.
Ask the user what they have:
Analyze the provided artifacts to extract tech stack, architecture patterns, scale metrics, contribution scope, and timeline. Cross-reference claims across artifact types when possible.
Categorize findings:
Generate 3-5 bullet options per project using the X-Y-Z formula:
"Accomplished [X] as measured by [Y] by doing [Z]"
Each bullet must include:
- label: "Descriptive Label"
text: "The bullet text"
technologies: [list, of, verified, tech]
metrics: ["only verified metrics"]
provenance:
source: "ingested:{date}_{project-name}"
artifacts: ["github:user/repo", "blog:post-name.md"]
verified: false # Set to false until user confirms
Present to the user:
Wait for user review and approval before making any changes.
After user approval:
verified: true on confirmed items)resume-builder verify to confirm provenance integrityknowledge/sessions/projects/{date}_ingest_{project-slug}.yamlSave to knowledge/sessions/projects/{date}_ingest_{project-slug}.yaml:
date: YYYY-MM-DD
type: ingest
project: project-name
project_slug: project-slug
artifacts_analyzed:
- type: source_code
path: /path/to/project
- type: github
url: https://github.com/user/repo
facts_extracted:
technologies: [list]
architecture: [patterns]
metrics: [verified metrics]
bullets_proposed: 5
bullets_accepted: 3
bullets_rejected: 2
skills_added: [new skills]
npx claudepluginhub wilsonkichoi/resume-builder --plugin resume-builderCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.