Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

resume-design-generation简历设计生成

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

3,020

周安装

121

GitHub Stars

12

下载量

978
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:resume-design-generation(简历设计生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/resume-design-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill resume-design-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill resume-design-generation

简介

用于辅助界面设计、视觉规范和布局优化,提升页面结构与交互体验。

  • 适合生成 UI 方案、检查视觉一致性或改进组件层级。
  • 需结合品牌规范与设计系统,避免仅添加装饰性元素。
  • 涉及真实页面改动时,应通过截图或浏览器预览验证文本溢出和对齐效果。
  • resume-design-generation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Resume Design Generation

Generate visually stunning and professionally designed resumes and CVs using each::sense. This skill creates resume layouts and designs optimized for different industries, career levels, and personal branding styles.

Features

  • Modern Professional: Clean, contemporary designs for corporate environments
  • Creative Designer: Bold, artistic layouts for creative industries
  • Minimalist: Simple, elegant designs with focus on content
  • Executive/Corporate: Sophisticated designs for senior-level positions
  • Tech/Developer: Code-inspired layouts for software professionals
  • Academic CV: Formal layouts for researchers and educators
  • Infographic: Visual data-driven resume designs
  • Two-Column: Space-efficient layouts with sidebar sections
  • ATS-Friendly: Clean formats optimized for applicant tracking systems
  • Portfolio Resume: Designs that incorporate work samples and projects

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern professional resume design for a marketing manager with a clean blue and white color scheme, include sections for summary, experience, skills, and education"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Resume Design Formats & Layouts

StyleBest ForKey Elements
Modern ProfessionalCorporate rolesClean lines, professional colors, balanced layout
Creative DesignerDesign/Art rolesBold typography, unique layouts, creative elements
MinimalistAny industryWhite space, simple fonts, content-focused
ExecutiveC-suite/DirectorsElegant, sophisticated, achievement-focused
Tech/DeveloperEngineering rolesCode aesthetics, skill bars, GitHub-style
Academic CVAcademia/ResearchPublications section, formal structure
InfographicMarketing/DataCharts, icons, visual data representation
Two-ColumnSpace-efficientSidebar for skills/contact, main content area
ATS-FriendlyOnline applicationsSimple formatting, no graphics, parseable
PortfolioCreatives/DesignersWork samples, project showcases, visual gallery

Use Case Examples

1. Modern Professional Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern professional resume design for a senior marketing manager. Use a clean navy blue and white color scheme. Include a professional header with name and title, a summary section, work experience timeline, skills section with progress bars, and education. The layout should be single-column, easy to read, and print-ready at A4 size."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Creative Designer Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a bold and creative resume for a graphic designer. Use vibrant colors like coral pink and teal accents on a dark charcoal background. Include asymmetric layout elements, custom typography, a personal logo placeholder, portfolio preview section, and creative skill visualization. Make it visually striking and memorable while remaining professional."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Minimalist Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a minimalist resume design with maximum white space. Use only black text on white background with subtle gray accents for section dividers. Clean sans-serif typography, ample margins, and elegant simplicity. Include name at top, contact info, professional summary, experience, skills as simple tags, and education. No decorative elements - let the content speak."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Executive/Corporate Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a sophisticated executive resume for a C-level executive (CEO/CFO). Use premium colors - deep burgundy header with gold accents on cream background. Elegant serif typography for headings, clean sans-serif for body. Include executive summary with key achievements, career highlights, board positions section, education with prestigious credentials, and professional affiliations. Two pages, dignified and authoritative."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Tech/Developer Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a developer-style resume design with a dark theme (dark gray/black background with green or cyan accent colors like a terminal). Include a code-style header, tech stack section with language/framework icons, GitHub contribution graph style visualization, project cards with tech badges, experience in commit-log style format, and skills with proficiency indicators. Monospace font for headings."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Academic CV

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a formal academic CV template for a university professor or researcher. Classic, traditional layout with navy blue accents on white. Include sections for: contact information, research interests, education with thesis titles, academic positions, publications (with proper citation formatting), grants and funding, teaching experience, conference presentations, professional memberships, and references. Multi-page format, formal typography."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Infographic Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an infographic-style resume design for a data analyst or marketing professional. Include circular skill charts, timeline infographic for career progression, bar graphs for proficiency levels, icon-based representations for achievements (e.g., trophy icons for awards), geographic map for locations worked, and pie charts for time allocation. Use a cohesive color palette of blues and oranges. Visual, data-driven, and engaging."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Two-Column Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a two-column resume layout. Left sidebar (narrower, dark teal background) contains: profile photo placeholder, contact information with icons, skills with rating dots, languages, and interests. Right main column (white background) contains: professional name and title header, summary, detailed work experience, and education. Clean dividers between sections, modern yet professional appearance."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. ATS-Friendly Resume

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an ATS-optimized resume design that will parse correctly through applicant tracking systems. Single column layout, no tables or complex formatting, no images or graphics, no headers/footers. Standard section headings (Summary, Experience, Education, Skills), clear hierarchy with bold headings, bullet points for achievements, standard fonts (Arial or Calibri style), and consistent formatting. Clean and parseable while still looking professional."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Portfolio Resume (with Work Samples)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a portfolio-style resume for a creative professional (photographer, architect, or UX designer). Include a header section with name and title, a grid layout showcasing 4-6 project thumbnails with brief descriptions, condensed work experience section, skills as visual icons, client logo section, awards with visual badges, and contact information. Visual-heavy design that doubles as a mini portfolio. Modern, gallery-style aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Design Principles

  • Hierarchy: Use clear visual hierarchy with consistent heading sizes
  • White Space: Don't overcrowd - breathing room improves readability
  • Color Scheme: Stick to 2-3 colors maximum for professionalism
  • Typography: Use maximum 2 font families (one for headings, one for body)
  • Alignment: Maintain consistent alignment throughout the document

Industry-Specific Tips

  • Corporate/Finance: Conservative colors (navy, gray), formal layouts
  • Tech/Startup: Modern designs, skill visualizations, GitHub-style elements
  • Creative/Design: Bold layouts, unique elements, portfolio integration
  • Healthcare/Legal: Traditional formats, professional colors, clean structure
  • Academia: Comprehensive sections, formal structure, publication formatting

Format Considerations

  • Single Page: Best for early-career professionals (0-10 years)
  • Two Pages: Appropriate for senior professionals (10+ years)
  • Multi-Page CV: Standard for academic and research positions
  • A4/Letter: Ensure design works for both paper sizes

Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQuality
maxFinal resume designs, professional useSlowerHighest
ecoQuick drafts, concept exploration, testing layoutsFasterGood

Multi-Turn Design Iteration

Use session_id to iterate on resume designs:

# Initial design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern two-column resume design with a blue sidebar"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "resume-design-project"
  }'

# Iterate based on feedback
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Change the sidebar color to dark green and add a circular photo placeholder at the top"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "resume-design-project"
  }'

# Request variation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an alternative version with the same content but a single-column layout"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "resume-design-project"
  }'

Style Variation Batch Generation

Generate multiple style variations for comparison:

# Variation A - Modern
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern resume design for a product manager with blue accents"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

# Variation B - Minimalist
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a minimalist resume design for a product manager with black and white only"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

# Variation C - Creative
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a creative resume design for a product manager with bold colors and unique layout"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

Prompt Tips for Resume Designs

When creating resume designs, include these details in your prompt:

  1. Target Role/Industry: Specify the job type and industry context
  2. Color Scheme: Mention preferred colors or brand colors
  3. Layout Style: Single-column, two-column, or multi-page
  4. Section Requirements: List specific sections needed
  5. Visual Elements: Skill bars, icons, charts, photo placeholder
  6. Typography Style: Modern, classic, creative, formal
  7. Print/Digital: Optimize for print, screen, or both

Example Prompt Structure

"Create a [style] resume design for a [role/industry].
Use [color scheme] with [accent details].
Include sections for [list sections].
The layout should be [layout type].
[Additional requirements like visual elements, typography, etc.]"

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with policies
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • meta-ad-creative-generation - Marketing creatives
  • product-photo-generation - Professional product imagery

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.39%
按下载量换算385

Claude

28.34%
按下载量换算277

Cursor

18.54%
按下载量换算181

Gemini CLI

8.94%
按下载量换算87

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/eachlabs/skills --skill resume-design-generation 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills