offer-letter-generator

claude-office-skills/skills · updated May 21, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/claude-office-skills/skills --skill offer-letter-generator
0 commentsdiscussion
summary

Generate professional employment offer letters that clearly communicate job terms and compensation.

skill.md

Offer Letter Generator

Generate professional employment offer letters that clearly communicate job terms and compensation.

Overview

This skill creates formal offer letters that:

  • Clearly state position and compensation
  • Outline key employment terms
  • Maintain legal compliance awareness
  • Create positive candidate experience

How to Use

Provide the following information:

Required

  1. Candidate Name: Full legal name
  2. Job Title: Position being offered
  3. Start Date: Proposed start date
  4. Compensation: Base salary and frequency
  5. Employment Type: Full-time, Part-time, Contract
  6. Reporting To: Manager's name and title

Optional

  1. Equity/Bonus: Stock options, signing bonus, annual bonus
  2. Benefits: Health, 401k, PTO summary
  3. Work Location: Office address or Remote
  4. Response Deadline: When offer expires
  5. Contingencies: Background check, references, etc.

Output Structure

[Company Letterhead]

[Date]

[Candidate Name]
[Address - if known]

Dear [First Name],

RE: Employment Offer - [Job Title]

[Opening paragraph - excitement about offering position]

[Position details paragraph]

[Compensation paragraph]

[Benefits summary paragraph]

[Contingencies paragraph - if applicable]

[Next steps and deadline]

[Closing]

Sincerely,
[Hiring Manager Name]
[Title]

---
ACCEPTANCE

I accept this offer of employment:

Signature: _______________________
Print Name: ______________________
Date: ___________________________

Template Sections

Opening

We are pleased to extend this offer of employment for the position of 
[Job Title] at [Company Name]. After our interview process, we believe 
your skills and experience make you an excellent addition to our team.

Position Details

Position: [Job Title]
Department: [Department]
Reports To: [Manager Name], [Manager Title]
Start Date: [Date]
Work Location: [Location/Remote]
Employment Type: [Full-time/Part-time/Contract]

Compensation

Base Salary: $[Amount] per [year/month/hour]
Payment Schedule: [Bi-weekly/Monthly]

[If applicable:]
Signing Bonus: $[Amount], payable [timing]
Annual Bonus: Up to [X]% of base salary, based on performance
Equity: [X] stock options, vesting over [Y] years with [Z]-year cliff

Benefits Summary

You will be eligible for our comprehensive benefits package, including:
- Medical, dental, and vision insurance
- 401(k) with [X]% company match
- [X] days paid time off annually
- [Additional benefits]

Full benefits details will be provided during onboarding.

Contingencies

This offer is contingent upon:
- Successful completion of a background check
- Verification of your eligibility to work in [Country]
- [Other contingencies]

Acceptance Terms

Please indicate your acceptance by signing and returning this letter 
by [Date]. This offer will expire if not accepted by this date.

If you have any questions, please contact [Name] at [Email/Phone].

We look forward to welcoming you to the team!

Examples

Example Request

Create an offer letter:
- Candidate: Sarah Johnson
- Position: Product Manager
- Start: March 15, 2026
- Salary: $145,000/year
- Bonus: 15% target
- Equity: 10,000 options, 4-year vest
- Manager: Mike Chen, VP Product
- Location: Hybrid (NYC office 2 days/week)
- Deadline: January 31, 2026

Example Output

ACME CORPORATION
123 Innovation Way, New York, NY 10001

January 15, 2026

Sarah Johnson

Dear Sarah,

RE: Employment Offer - Product Manager

We are thrilled to offer you the position of Product Manager at ACME 
Corporation! Your experience in B2B product strategy and your insights 
during our interviews impressed the entire team. We believe you'll make 
significant contributions to our product vision.

POSITION DETAILS
Position: Product Manager
Department: Product
Reports To: Mike Chen, VP of Product
Start Date: March 15, 2026
Work Location: Hybrid - NYC office (Tuesdays & Thursdays), Remote otherwise
Employment Type: Full-time, Exempt

COMPENSATION
Base Salary: $145,000 annually, paid bi-weekly
Annual Bonus: Target of 15% of base salary ($21,750), based on individual 
and company performance
Equity: 10,000 stock options, vesting over 4 years with a 1-year cliff

BENEFITS
You will be eligible for our comprehensive benefits package starting on 
your first day, including:
- Medical, dental, and vision insurance (100% employee coverage)
- 401(k) with 4% company match
- 20 days paid time off + 10 company holidays
- $1,500 annual professional development budget
- Commuter benefits

This offer is contingent upon successful completion of a standard 
background check.

Please indicate your acceptance by signing below and returning this 
letter by January 31, 2026. If you have questions, please reach out 
to me directly at [email protected].

We're excited about the possibility of you joining our team!

Sincerely,

Mike Chen
VP of Product
ACME Corporation

---
ACCEPTANCE

I accept this offer of employment and agree to the terms outlined above.

Signature: _______________________

Print Name: ______________________

Date: ___________________________

Best Practices

Do's

  • Use clear, straightforward language
  • Include all material terms
  • Specify deadlines clearly
  • Provide contact for questions
  • Include signature block

Don'ts

  • Don't make promises outside standard terms
  • Don't include discriminatory language
  • Don't forget contingencies
  • Don't omit important details
  • Don't use overly complex legal jargon

Legal Considerations

  • Offer letters are generally not contracts (add disclaimer if needed)
  • At-will employment should be stated clearly (US)
  • Equity terms should reference full agreement
  • Have legal/HR review before sending

Limitations

  • This is a template guide, not legal advice
  • Employment laws vary by jurisdiction
  • Company-specific policies must be incorporated
  • Complex equity arrangements need legal review
  • International offers have additional requirements
how to use offer-letter-generator

How to use offer-letter-generator on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add offer-letter-generator
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/claude-office-skills/skills --skill offer-letter-generator

The skills CLI fetches offer-letter-generator from GitHub repository claude-office-skills/skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/offer-letter-generator

Reload or restart Cursor to activate offer-letter-generator. Access the skill through slash commands (e.g., /offer-letter-generator) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.752 reviews
  • Tariq Menon· Dec 28, 2024

    Registry listing for offer-letter-generator matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Chaitanya Patil· Dec 16, 2024

    offer-letter-generator fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Emma Shah· Dec 16, 2024

    Useful defaults in offer-letter-generator — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Pratham Ware· Dec 12, 2024

    Useful defaults in offer-letter-generator — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Mateo Lopez· Dec 12, 2024

    Solid pick for teams standardizing on skills: offer-letter-generator is focused, and the summary matches what you get after install.

  • Luis Gill· Nov 19, 2024

    offer-letter-generator fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Piyush G· Nov 7, 2024

    Registry listing for offer-letter-generator matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ren Brown· Nov 3, 2024

    offer-letter-generator is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Shikha Mishra· Oct 26, 2024

    offer-letter-generator reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • William Malhotra· Oct 22, 2024

    Keeps context tight: offer-letter-generator is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 52

1 / 6