resume-build
Manage and validate multiple resume versions using markdown source of truth.
Install
mkdir -p .claude/skills/resume-build && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18878" && unzip -o skill.zip -d .claude/skills/resume-build && rm skill.zipInstalls to .claude/skills/resume-build
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Build and validate resume variants without editing derived outputs.Key capabilities
- →Build resume variants from markdown profiles
- →Validate resume content after source edits
- →Inspect generated resume files
- →Report missing sections in resume profiles
- →Prevent direct editing of derived resume outputs
How it works
The skill builds resume variants using `career-resume build` from markdown sources and validates them with `career-resume validate`, ensuring generated files are not directly edited.
Inputs & outputs
When to use resume-build
- →Generate resume variant
- →Validate resume content
- →Update profile information
About resume-build
Uses specialized build tools to compile resumes from private markdown profiles. It enforces validation rules and prevents direct modification of the final generated build files.
Build and validate resume variants without editing derived outputs.
When not to use it
- →When directly editing generated files under `private/build/`
- →When needing to embellish or conflate technologies in reports
- →When the source of truth is not Markdown under `private/profile/` or `private/companies/`
Limitations
- →Source of truth is Markdown under `private/profile/` and `private/companies/`
- →Never edit generated files under `private/build/` directly
- →Does not embellish or conflate technologies when reporting missing sections
How it compares
This skill enforces a build and validation pipeline for resumes from markdown sources, preventing manual edits to derived outputs and ensuring consistency, unlike direct document editing.
Compared to similar skills
resume-build side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| resume-build (this skill) | 0 | 13d | No flags | Beginner |
| add-provider-doc | 6 | 2mo | Review | Beginner |
| update-release-notes | 1 | 11d | Review | Advanced |
| higress-daily-report | 1 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by teslamint
View all by teslamint →You might also like
add-provider-doc
lobehub
Guide for adding new AI provider documentation. Use when adding documentation for a new AI provider (like OpenAI, Anthropic, etc.), including usage docs, environment variables, Docker config, and image resources. Triggers on provider documentation tasks.
update-release-notes
tldraw
Update the release notes file at `apps/docs/content/releases/next.mdx` based on PRs merged to main since the previous release, or archive `next.mdx` to a versioned file when a new version is published.
higress-daily-report
alibaba
生成 Higress 项目每日报告,追踪 issue/PR 动态,沉淀问题处理经验,驱动社区问题闭环。用于生成日报、跟进 issue、记录解决方案。
sop-creator
coleam00
Create runbooks, playbooks, and technical documentation for engineering teams. Use when the user wants to document a process, create a runbook, build operational docs, or formalize any repeatable technical procedure. Triggers on requests like "create a runbook for...", "document this process", "write a playbook", or any technical documentation request.
release-prep
massgen
Prepare release documentation including CHANGELOG entry, announcement text, and validation. Run before tagging a new release.
update-api-docs
Agenta-AI
Update the API reference documentation by downloading the latest OpenAPI spec from production and regenerating the Docusaurus API docs