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",…
Compare multiple job offers side-by-side with total compensation analysis. Use when the user has multiple offers and wants to compare salary, equity, benefits, or total comp.
$ npx -y skills add davila7/claude-code-templates --skill offer-comparison-analyzer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/offer-comparison-analyzerContext preview
The summary Claude sees to decide when to auto-load this skill.
Compare multiple job offers side-by-side with total compensation analysis. Use when the user has multiple offers and wants to compare salary, equity, benefits, or total comp.
name: offer-comparison-analyzer description: Compare multiple job offers side-by-side with total compensation analysis. Use when the user has multiple offers and wants to compare salary, equity, benefits, or total comp.
Use this skill when the user:
**The Problem:** Comparing offers is hard because:
**The Solution:** Systematic comparison framework that considers:
**Cash Compensation:**
**Equity Compensation:**
**Benefits Value:**
**Perks Value:**
OFFER A - TOTAL COMPENSATION
CASH
Base Salary: $150,000
Signing Bonus (year 1 only): $25,000
Target Bonus (15%): $22,500
--------------------------------
Cash Compensation: $197,500 (year 1)
$172,500 (ongoing)
EQUITY
RSU Grant: $200,000 over 4 years
Annual Value: $50,000
--------------------------------
Equity Compensation: $50,000/year
BENEFITS
401(k) Match (4%): $6,000
Health Insurance: $15,000 (employer portion)
HSA Contribution: $1,000
--------------------------------
Benefits Value: $22,000/year
PERKS
Vacation: 20 days (vs 10 standard)
Extra 10 days × ~$575/day: $5,750 value
Remote Work Savings: $3,000 (commute, lunch)
Professional Dev: $2,000 budget
--------------------------------
Perks Value: $10,750/year
TOTAL YEAR 1: $280,250
TOTAL ONGOING: $255,250/year# OFFER COMPARISON | | Company A | Company B | Notes | |--------------------------|-----------|-----------|-------| | **CASH** | | | | | Base Salary | $150,000 | $160,000 | B +$10K | | Signing Bonus | $25,000 | $10,000 | A +$15K | | Target Bonus | 15% | 10% | A +$6.5K | | **Cash Total (Yr 1)** | $197,500 | $186,000 | A +$11.5K | | | | | | | **EQUITY** | | | | | Grant Value (4yr) | $200,000 | $300,000 | B +$100K | | Annual Equity | $50,000 | $75,000 | B +$25K | | | | | | | **BENEFITS** | | | | | 401(k) Match | 4% | 6% | B +$3.2K | | Health Insurance | Good | Premium | B better | | PTO | 20 days | Unlimited | Varies | | | | | | | **TOTAL COMP (Yr 1)** | $280,250 | $285,000 | B +$4.7K | | **TOTAL COMP (Ongoing)** | $255,250 | $275,000 | B +$19.7K |
**Questions to Consider:**
**Scoring:**
Company A: Growth Score - Learning opportunity: 8/10 - Brand/resume value: 7/10 - Promotion potential: 6/10 - Scope: 8/10 Average: 7.25/10 Company B: Growth Score - Learning opportunity: 7/10 - Brand/resume value: 9/10 - Promotion potential: 8/10 - Scope: 7/10 Average: 7.75/10
**Factors:**
**Factors:**
**Startup vs. Established:**
**Questions:**
Factor Weight ------------------------------------ Total Compensation 25% Career Growth 25% Work-Life Balance 20% Team & Culture 20% Location/Commute 10% ------------------------------------ Total: 100%
Company A Company B Factor Score (1-10) --------------------
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…