agent-management
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match. Use when the user mentions ATS, applicant tracking, keyword optimization, parsing, or getting past resume screening software.
$ npx -y skills add davila7/claude-code-templates --skill resume-ats-optimizer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/resume-ats-optimizerContext preview
The summary Claude sees to decide when to auto-load this skill.
Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match. Use when the user mentions ATS, applicant tracking, keyword optimization, parsing, or getting past resume screening software.
name: resume-ats-optimizer description: Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match. Use when the user mentions ATS, applicant tracking, keyword optimization, parsing, or getting past resume screening software.
Use this skill when the user wants to:
Also use when the user provides a resume file and mentions they're applying to jobs.
75% of resumes are rejected by Applicant Tracking Systems before a human ever sees them. Companies use ATS to:
Common reasons resumes fail ATS: 1. Poor formatting (tables, columns, headers/footers) 2. Missing keywords from job description 3. Inconsistent section headers 4. Non-standard fonts or special characters 5. Text embedded in images 6. Incorrect file format
Use standard, recognizable headers:
John Smith email@example.com | (555) 123-4567 | LinkedIn: linkedin.com/in/johnsmith San Francisco, CA
NOT in header/footer, and avoid:
Identify three types of keywords:
**Hard Skills (Technical)**
**Soft Skills**
**Industry Terms**
For each keyword in job description: 1. Check if exact phrase appears in resume 2. Check for synonyms or variations 3. Count frequency of mention 4. Note location (summary, experience, skills)
Match Score = (Keywords Matched / Total Required Keywords) × 100 Example: Job has 20 required keywords Your resume has 15 of them Match Score = 75% Target: 80%+ for strong match
**Priority 1: Professional Summary (Top of Resume)**
**Priority 2: Skills Section**
**Priority 3: Experience Bullets**
**Keyword Density Guidelines:**
When analyzing a resume, provide this structured report:
# ATS COMPATIBILITY REPORT ## Overall Score: [X]/100 ### File Format Check ✅/❌ - Format: [DOCX/PDF] - Text extraction: [Success/Failed] - File size: [X KB/MB] ### Formatting Issues ✅ No tables or columns detected ❌ Contact info in header (move to body) ⚠️ Two different font sizes in skills section ### Keyword Analysis JOB REQUIREMENTS vs YOUR RESUME: **Critical Keywords (Must Have):** ✅ Project Management - Found 3x ✅ Agile/Scrum - Found 2x ❌ Stakeholder Management - MISSING (mentioned 5x in JD) ❌ Budget Management - MISSING (mentioned 3x in JD) **Important Keywords:** ✅ Cross-functional teams - Found 1x ⚠️ "Risk management" - You have "risk mitigation" (close but not exact match) ✅ Process improvement - Found 2x **Match Score: 65%** Target: 80%+ recommended ### Recommended Changes **1. Add Missing Keywords:** In Professional Summary, change: "Experienced project manager with proven track record..." To: "Experienced project manager with proven track record in stakeholder management and budget oversight..." In Experience section, add bullet: "Managed stakeholder communication across 3 departments and executive leadership team" "Directed budget management for $2.5M project portfolio" **2. Fix Formatting:** - Move contact information from header to body of resume - Make all skill section items same font size (currently 10pt and 11pt mixed) **3. Strengt
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an…
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs",…
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check…
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we…