### Example Projects Section Content Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Concrete examples of how to present technical projects with metrics and specific technology stacks. ```text PROJECTS Distributed Task Queue | Python, Redis, Docker | github.com/user/taskqueue • Built distributed task queue handling 10K+ jobs/hour with automatic retries and dead letter queue • Implemented priority queuing and rate limiting for multi-tenant support Real-time Chat App | React, Node.js, WebSocket, MongoDB | chatapp.demo.com • Full-stack chat application supporting 100+ concurrent users with real-time messaging • Implemented end-to-end encryption and message persistence ML Price Predictor | Python, TensorFlow, FastAPI | github.com/user/predictor • Trained regression model on 1M+ data points achieving 92% accuracy for price prediction • Deployed as REST API with automatic model retraining pipeline ``` -------------------------------- ### List Installed Skills via CLI Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Command to list all skills currently installed in the project. ```bash npx skills list ``` -------------------------------- ### Solution Section Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/portfolio-case-study-writer/SKILL.md A template for showcasing the final deliverables, key changes, and implementation details. ```markdown ## Solution ### The New Checkout Flow **Before:** 7 screens with mandatory registration **After:** 3 screens with optional guest checkout [IMAGE: Before/After comparison] ### Key Changes **1. Transparent Pricing Widget** [IMAGE: Pricing widget mockup] Showed order total, shipping, and taxes from the start. No surprises. **2. Guest Checkout Option** [IMAGE: Guest checkout screen] Made account creation optional with clear value proposition for why to register. **3. Smart Form Design** [IMAGE: Form design] - Single-column layout on mobile - Auto-format for phone/card numbers - Address autocomplete integration - Clear error messaging **4. Trust Signals** Added security badges, money-back guarantee, and customer service contact throughout the flow. ``` -------------------------------- ### About Section Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/linkedin-profile-optimizer/SKILL.md A concrete example of a professional About section following the recommended structure. ```text I help SaaS companies turn product ideas into revenue. For the past 8 years, I've been building products that people actually want to use. From a payments platform that processed $50M monthly to a developer tool used by 100K+ engineers, I've led cross-functional teams from idea to launch and beyond. What I do best: → Transform ambiguous customer problems into clear product roadmaps → Build and lead high-performing product teams → Drive growth through data-informed decision making → Bridge technical and business stakeholders Currently, I'm a Senior Product Manager at [Company], where I lead our API platform serving 500+ enterprise customers. Previously, I led product at [Previous Company] through their Series B and 10x growth. Key skills: Product Strategy, Roadmap Planning, Agile/Scrum, User Research, A/B Testing, SQL, Data Analysis, Stakeholder Management, B2B SaaS, API Products Let's connect! I'm always happy to chat about product, SaaS, or career advice for aspiring PMs. Reach me at [email]. ``` -------------------------------- ### Install All Resume Skills via CLI Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Use this command to install all available resume skills globally for use across all projects. The -y flag accepts defaults. ```bash npx skills add Paramchoudhary/ResumeSkills -g -y ``` -------------------------------- ### List Global Skills via CLI Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Command to list all skills installed globally on the system. ```bash npx skills list --global ``` -------------------------------- ### Overview Section Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/portfolio-case-study-writer/SKILL.md A template for the project overview section, including key project metadata. ```markdown # Redesigning the Checkout Flow **Company:** E-Commerce Inc. **Role:** Lead Product Designer **Timeline:** 6 weeks **Team:** 2 designers, 3 engineers, 1 PM **Summary:** Reduced cart abandonment by 35% through a streamlined 3-step checkout process, generating $2M in recovered revenue. ``` -------------------------------- ### Install Resume Skills to Current Project via CLI Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Use this command to install all available resume skills specifically for the current project. The -y flag accepts defaults. ```bash npx skills add Paramchoudhary/ResumeSkills -y ``` -------------------------------- ### Process Section Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/portfolio-case-study-writer/SKILL.md A template for documenting research, ideation, and decision-making processes. ```markdown ## Process ### Research I started by understanding the problem deeply: - Analyzed Mixpanel funnel data for drop-off points - Conducted 10 user interviews with recent abandoners - Reviewed heatmaps and session recordings - Benchmarked against 5 competitor checkout flows **Key Insight:** 73% of drop-offs occurred at the account creation screen. Users wanted to purchase, not commit to a relationship. ### Ideation I explored several approaches: 1. Guest checkout only (simplest) 2. Social login options (lower friction) 3. Progressive profiling (collect info over time) 4. One-page checkout (Amazon-style) After weighing feasibility, timeline, and impact, we chose a hybrid approach... ### Decisions Made - **Guest checkout first:** Made registration optional and post-purchase - **Transparent pricing:** Showed shipping on the first screen - **Mobile-first design:** Designed for mobile, then adapted for desktop - **Progress indicator:** Added clear "Step 1 of 3" indicator ``` -------------------------------- ### Skill File Format Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/CONTRIBUTING.md This markdown structure defines the required format for all skills contributed to the project. It includes sections for usage, capabilities, content, and examples. ```markdown # Skill Name ## When to Use This Skill [Describe trigger conditions - when Claude should use this skill] - Use when the user mentions [specific keywords] - Use when the user wants to [specific action] - Use when working with [specific content] ## Core Capabilities [Brief bullet list of what this skill does] ## [Main Content Sections] Include: - Overview & Context - Frameworks & Methodologies - Step-by-step Process - Output Requirements/Formats - Examples (Before/After) - Edge Cases & Special Situations - Implementation Checklist ``` -------------------------------- ### Problem Section Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/portfolio-case-study-writer/SKILL.md A template for defining the business context, user pain points, and project constraints. ```markdown ## The Problem E-Commerce Inc. was experiencing 68% cart abandonment—significantly higher than the industry average of 55%. Exit surveys and user research revealed several issues: - **Too many steps:** Our checkout had 7 screens - **Forced account creation:** Users had to register before purchasing - **Hidden costs:** Shipping wasn't shown until step 5 - **Mobile friction:** Forms weren't optimized for mobile **Goal:** Reduce cart abandonment to below 50% within 3 months. **Constraints:** - No changes to existing payment integrations - Had to maintain PCI compliance - 6-week timeline before holiday season ``` -------------------------------- ### Clone and Copy Skills Manually Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Manual installation by cloning the repository and copying the skills to the AI agent's skills directory. ```bash git clone https://github.com/Paramchoudhary/ResumeSkills.git mkdir -p ~/.cursor/skills cp -r ResumeSkills/skills/* ~/.cursor/skills/ ``` -------------------------------- ### Full Resume Optimization Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Provide your resume and target role to initiate a comprehensive optimization process. The AI will perform checks, analyze requirements, and suggest improvements. ```text User: Here's my resume [paste]. I'm applying to data scientist roles. Help me optimize it. Claude will: 1. Run ATS compatibility check 2. Analyze against common data scientist job requirements 3. Improve bullet points with metrics 4. Suggest keyword additions 5. Format for ATS compatibility ``` -------------------------------- ### DevOps/SRE Resume Bullet Examples Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Bullet points emphasizing infrastructure as code, monitoring, and deployment automation. ```text • Implemented infrastructure as code using Terraform, reducing provisioning time from 2 days to 30 minutes • Built monitoring and alerting system with Prometheus and Grafana, reducing MTTR from 4 hours to 30 minutes • Automated deployment pipeline with GitHub Actions, enabling 50+ daily deployments with zero-downtime releases ``` -------------------------------- ### Interview Preparation Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Provide your resume and company/role details to receive tailored interview preparation. The AI will generate STAR stories, predict questions, and suggest talking points. ```text User: I have an interview at [Company] for [Role]. Here's my resume. Help me prepare. Claude will: 1. Generate STAR stories from your experience 2. Predict likely interview questions 3. Create talking points for each bullet 4. Research company-specific prep 5. Prepare questions to ask ``` -------------------------------- ### Job-Specific Resume Tailoring Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Submit a job description and your resume to get an analysis of your fit and a strategy for tailoring your application. The AI will calculate match scores and identify customization points. ```text User: Here's a job description [paste] and my resume [paste]. Should I apply? Claude will: 1. Calculate match score 2. Identify gaps and strengths 3. Flag any red flags in posting 4. Provide resume customization strategy 5. Generate cover letter talking points ``` -------------------------------- ### Professional Summary Examples Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-tailor/SKILL.md Comparison of generic versus role-specific professional summaries. ```text Results-driven professional with 5 years of experience in business operations. Strong analytical and communication skills. Looking for a challenging opportunity to grow. ``` ```text Operations Manager with 5 years optimizing supply chain processes and reducing costs by 25%. Expertise in Lean Six Sigma, vendor management, and cross-functional team leadership. Track record of improving operational efficiency while maintaining quality standards. ``` ```text Project Manager with 5 years leading cross-functional initiatives from concept to delivery. PMP-certified with expertise in Agile methodology, stakeholder management, and budget oversight. Track record of on-time, under-budget project delivery across $10M+ portfolios. ``` -------------------------------- ### Calculate Total Compensation Example Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/salary-negotiation-prep/SKILL.md A breakdown of how to sum base salary, bonuses, equity, and benefits to determine total annual compensation. ```text EXAMPLE: Base Salary: $150,000 Target Bonus (15%): $22,500 RSU Grant (4-year): $200,000 ($50,000/year) 401k Match (4%): $6,000 Benefits Value: ~$15,000 Total Annual Comp: $243,500 ``` -------------------------------- ### Strong LinkedIn Headline Examples Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/linkedin-profile-optimizer/SKILL.md Examples of effective headline structures following the [Role] | [Key Expertise] | [Value Proposition] formula. ```text Senior Product Manager | B2B SaaS | Driving 0→1 Products from Concept to $10M ARR Data Scientist | Machine Learning & Analytics | Turning Data into Business Decisions Software Engineer | Python, AWS, Kubernetes | Building Scalable Systems at Fortune 500 Marketing Director | Growth & Brand Strategy | 3x Revenue Growth at Series B Startups ``` -------------------------------- ### Compare Weak vs Strong Technical Resume Bullets Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Examples demonstrating the difference between vague, task-oriented bullets and impact-driven technical achievements. ```text - Worked on backend services - Helped improve system performance - Built features for the product ``` ```text - Architected microservices migration from monolith, reducing deployment time from 2 hours to 15 minutes and enabling independent team deployments - Optimized PostgreSQL queries and implemented Redis caching, reducing API latency by 60% (from 500ms to 200ms) for 100K daily active users - Built real-time notification system using WebSockets and AWS SNS, handling 1M+ messages daily with 99.9% delivery rate ``` -------------------------------- ### Professional Summary Examples by Career Stage Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-section-builder/SKILL.md Templates for crafting professional summaries tailored to specific career levels. ```text Recent Computer Science graduate from UC Berkeley with internship experience in full-stack development. Skilled in Python, React, and AWS. Seeking to leverage academic projects in machine learning and user-facing application development in a software engineering role. ``` ```text Product Manager with 6 years driving B2B SaaS products from concept to scale. Track record of launching products that generated $10M+ ARR through data-driven roadmap prioritization and cross-functional leadership. Expert in API products, developer tools, and enterprise sales motions. ``` ```text Technology executive with 15+ years building and scaling engineering organizations from 50 to 500+ across global markets. Proven success leading digital transformation initiatives, M&A integration, and platform modernization. P&L ownership of $100M+ with track record of 40%+ efficiency improvements. ``` ```text Sales professional transitioning to Customer Success, bringing 5 years of consultative selling experience and proven ability to build lasting client relationships. Skilled in needs assessment, solution design, and stakeholder management. Seeking to apply relationship-building expertise to drive customer retention and expansion. ``` -------------------------------- ### Remove All Skills from Directory Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Commands to remove all skills starting with 'resume-' from specified directories. ```bash rm -rf ~/.agents/skills/resume-* rm -rf ~/.cursor/skills/resume-* ``` -------------------------------- ### Technical Product Manager Resume Bullet Examples Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Bullet points highlighting roadmap strategy, technical requirement definition, and cross-functional collaboration. ```text • Led API platform roadmap for developer tools used by 10K+ developers, driving 40% increase in API adoption • Defined technical requirements for ML recommendation engine, resulting in 25% increase in user engagement • Partnered with engineering to reduce technical debt by 30%, improving release velocity from bi-weekly to weekly ``` -------------------------------- ### Software Engineer Resume Bullet Examples Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Bullet points highlighting architecture, infrastructure migration, and team leadership achievements. ```text • Designed and implemented authentication service using OAuth 2.0 and JWT, securing 2M+ user accounts with zero security incidents • Led migration to Kubernetes, achieving 99.99% uptime and reducing infrastructure costs by 35% ($200K annually) • Mentored 3 junior engineers through code reviews and pair programming, improving team velocity by 25% ``` -------------------------------- ### Example STAR Story Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/interview-prep-generator/SKILL.md A concrete example of a STAR story response for a leadership-focused interview question. ```text SITUATION: "At TechCorp, our main product was losing customers to a competitor who had launched a better mobile experience. We were seeing 5% monthly churn, up from our normal 2%." TASK: "As the product manager, I was responsible for turning around our mobile product to stop the bleeding and win back customers." ACTION: "I started by interviewing 30 churned customers to understand exactly why they left. Based on that research, I prioritized 5 critical features that would achieve parity with competitors. I then worked with engineering to restructure our roadmap, negotiated with leadership to add 2 contract developers, and implemented weekly sprint reviews to keep the project on track. I also started a beta program with 50 of our best customers to get feedback before full launch." RESULT: "We launched the improved mobile app in 3 months, reducing churn from 5% back to 2% within 60 days. We recovered 35% of churned customers and the NPS for our mobile app increased from 32 to 58. This project was recognized in our company all-hands as a turnaround success." ``` -------------------------------- ### Experience Question Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/application-form-filler/SKILL.md Use this template to concisely state your experience with a specific technology or domain. ```text [Technology/skill] — [X years]. [One sentence on what you used it for, with a specific project or context]. [Optional: secondary tools in the same category]. ``` -------------------------------- ### Portfolio Project Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/application-form-filler/SKILL.md Use this template to list relevant projects with links and proof points. ```text [Project Name] ([live URL] | [github URL]) — [one line: what it is and one proof point]. [Stack if relevant]. ``` -------------------------------- ### Overqualified Motivation Statement Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/cover-letter-generator/SKILL.md A phrasing example for candidates who are overqualified to explain their motivation for seeking a specific role. ```text "After 10 years leading large teams, I'm energized by the opportunity to return to hands-on [function] work at a company where I can make direct impact on [specific area]." ``` -------------------------------- ### Before and After Quantification Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-quantifier/SKILL.md Use this template to highlight performance improvements by comparing baseline and final metrics. ```text "Improved [X] from [before number] to [after number], resulting in [Y]% improvement" Example: "Improved page load time from 8 seconds to 2 seconds, resulting in 75% reduction and 20% increase in user engagement" ``` -------------------------------- ### Standard Experience Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-formatter/SKILL.md Use this layout for a traditional experience section structure. ```text COMPANY NAME | City, ST Job Title | Month Year - Month Year • Achievement bullet with metrics and results • Achievement bullet with metrics and results • Achievement bullet with metrics and results ``` -------------------------------- ### Standard Case Study Structure Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/portfolio-case-study-writer/SKILL.md The recommended outline for organizing a project case study. ```text 1. Overview (Project summary) 2. Problem (What needed to be solved) 3. Process (How you approached it) 4. Solution (What you created/delivered) 5. Results (The impact) 6. Learnings (What you'd do differently) ``` -------------------------------- ### Projects Section Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-section-builder/SKILL.md Template for showcasing technical projects with stack and impact metrics. ```text PROJECTS E-commerce Platform | React, Node.js, PostgreSQL | github.com/user/project • Built full-stack marketplace with 500+ active users • Implemented payment processing with Stripe integration ``` -------------------------------- ### Format Bootcamp Education Entry Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Layout for bootcamp certificates combined with previous academic degrees. ```text Software Engineering Certificate | App Academy | 2023 - 1000+ hour immersive program - Full-stack JavaScript, React, Node.js, PostgreSQL B.A. Economics | UCLA | 2020 ``` -------------------------------- ### Data Engineer Resume Bullet Examples Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Bullet points focusing on data pipeline scale, warehouse design, and quality monitoring. ```text • Built data pipeline processing 100M+ events daily using Apache Kafka and Spark, reducing data latency from hours to minutes • Designed data warehouse schema in Snowflake, enabling self-service analytics for 50+ business users • Implemented data quality monitoring with Great Expectations, catching 95% of data issues before impacting downstream systems ``` -------------------------------- ### Resume Version Management Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-version-manager/SKILL.md Use this Markdown template to track master resume status, tailored versions per role, and pending updates. ```markdown # RESUME VERSION MANAGEMENT ## Master Resume Status **Last Updated:** [Date] **Location:** [File path] **Total Experience Entries:** [X] **Total Bullet Points Available:** [X] ## Active Versions ### Role Type: Product Management **Base Version:** PM_General_2024.docx **Tailored Versions:** | Company | File Name | Date Created | Status | |---------|-----------|--------------|--------| | Google | PM_Google_Jan24 | 1/15/24 | Submitted | | Meta | PM_Meta_Jan24 | 1/18/24 | Submitted | ### Role Type: Engineering [Same structure] ## Update Queue - [ ] Add Q4 project results to master - [ ] Update skills with new certification - [ ] Archive versions older than 6 months ## Recommended Actions 1. [Action 1] 2. [Action 2] ``` -------------------------------- ### Simple Skills List Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-formatter/SKILL.md A basic comma-separated list for skills. ```text SKILLS Python, JavaScript, SQL, React, Node.js, AWS, Docker, Git, Agile, JIRA ``` -------------------------------- ### Define Project Section Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/tech-resume-optimizer/SKILL.md Template for listing project name, technologies, link, and bulleted technical highlights. ```text Project Name | Technologies | Link • Description of what it does • Technical highlights and challenges solved • Scale or usage metrics if available ``` -------------------------------- ### Resume Section Recommendation Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-section-builder/SKILL.md Use this Markdown structure to generate consistent resume section recommendations for different user profiles. ```markdown # RESUME SECTION RECOMMENDATIONS ## For: [User's situation/role] ### Recommended Section Order 1. [Section] - [Why] 2. [Section] - [Why] ... ### Section Details #### Professional Summary **Recommendation:** [Include/Skip] **Draft:** [Written summary if recommended] #### Skills Section **Format:** [Simple/Categorized/Proficiency] **Content:** [Organized skills list] #### Experience Section **Format:** [Standard/Functional/Hybrid] **Bullets per Role:** - Recent: [X] bullets - Older: [X] bullets #### Education Section **Include:** - [Items to include] **Exclude:** - [Items to exclude] #### Additional Sections **Recommended:** [Section name] because [reason] **Skip:** [Section name] because [reason] ``` -------------------------------- ### Resume Formatting Review Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-formatter/SKILL.md A Markdown-based template for documenting resume issues and recommended formatting improvements. ```markdown # RESUME FORMATTING REVIEW ## Current Issues - [ ] [Issue 1] - [ ] [Issue 2] - [ ] [Issue 3] ## Recommended Changes ### Document Setup - Margins: [Current] → [Recommended] - Font: [Current] → [Recommended] - Font sizes: [Current] → [Recommended] ### Section Order **Current:** [Current order] **Recommended:** [New order and why] ### Visual Improvements - [Specific change 1] - [Specific change 2] ### ATS Compatibility Fixes - [Fix 1] - [Fix 2] ## Before/After Preview ### Before: [Description or example of current formatting] ### After: [Description or example of improved formatting] ``` -------------------------------- ### Define Case Study Markdown Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/portfolio-case-study-writer/SKILL.md Use this structure to ensure consistency across all project case studies. It includes sections for project facts, problem definition, process, solution, and results. ```markdown # CASE STUDY: [PROJECT NAME] ## Quick Facts - **Role:** [Your role] - **Company:** [Company] - **Timeline:** [Duration] - **Team:** [Team composition] - **Impact:** [One-line result] --- ## Overview [2-3 sentence summary of the project] ## Problem [Context and challenges - what needed to be solved] ## Process ### Research [What you learned] ### Approach [How you tackled it] ### Key Decisions [Important choices and rationale] ## Solution [What you built/created - include visual descriptions] ### Feature 1 [Description] ### Feature 2 [Description] ## Results [Quantified impact] | Metric | Before | After | Change | |--------|--------|-------|--------| ## Learnings [Reflections and growth] --- ## Visual Asset List [List of images/screenshots needed] ``` -------------------------------- ### Gap Handling and Value Add Paragraph Templates Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/cover-letter-generator/SKILL.md Templates for addressing skill gaps or highlighting additional value beyond the primary job requirements. ```text While my SQL experience is developing (currently completing DataCamp's SQL track), I bring strong analytical skills demonstrated through building Tableau dashboards that informed $2M in strategic decisions. I've consistently collaborated effectively with data teams and have a track record of quickly ramping on new tools. ``` ```text Beyond product management, I bring [relevant additional skill]. At [Company], this enabled me to [specific achievement]. I'm particularly drawn to [Company] because [specific reason showing research]. ``` -------------------------------- ### Job Offer Comparison Markdown Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/offer-comparison-analyzer/SKILL.md A structured markdown template for documenting and comparing two job offers. Use this to organize compensation data, qualitative factors, and final decision-making criteria. ```markdown # JOB OFFER COMPARISON ## Offers Being Compared - **Offer A:** [Role] at [Company] - **Offer B:** [Role] at [Company] ## Total Compensation Comparison | Component | Offer A | Offer B | Difference | |-----------|---------|---------|------------| | Base | $X | $X | | | Bonus | $X | $X | | | Equity (annual) | $X | $X | | | Benefits | $X | $X | | | **Year 1 Total** | $X | $X | | | **Ongoing Total** | $X | $X | | ## Non-Monetary Comparison | Factor | Offer A | Offer B | Notes | |--------|---------|---------|-------| | Career Growth | X/10 | X/10 | | | Work-Life | X/10 | X/10 | | | Team/Culture | X/10 | X/10 | | | Risk Level | X/10 | X/10 | | ## Weighted Analysis Using your priorities: - Offer A Score: X.XX - Offer B Score: X.XX ## Key Differences 1. [Key difference 1] 2. [Key difference 2] 3. [Key difference 3] ## Recommendation Based on your stated priorities of [X, Y, Z], **Offer [A/B]** appears to be the stronger choice because: - [Reason 1] - [Reason 2] - [Reason 3] ## Things to Clarify Before Deciding - [ ] [Question for Company A] - [ ] [Question for Company B] ## Negotiation Opportunities - [Opportunity 1] - [Opportunity 2] ``` -------------------------------- ### Handle salary questions Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/interview-prep-generator/SKILL.md Use these templates to deflect salary inquiries early or provide a range when pressed. ```text "I'm flexible on compensation and more focused on finding the right role. Can you share the range budgeted for this position?" ``` ```text "Based on my research and experience, I'm looking for something in the range of $X-$Y, but I'm open to discussing the full compensation package." ``` -------------------------------- ### Alternative Experience Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-formatter/SKILL.md Use this layout for a variation in experience section structure. ```text Job Title COMPANY NAME, City, ST Month Year - Month Year • Achievement bullet with metrics and results • Achievement bullet with metrics and results ``` -------------------------------- ### Comparison Quantification Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-quantifier/SKILL.md Use this template to provide context for performance rankings relative to a peer group. ```text "Ranked #[X] out of [Y] in [metric], [context]" Example: "Ranked #2 out of 45 sales representatives nationally, generating $3.2M in annual revenue" ``` -------------------------------- ### Volume and Impact Quantification Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-quantifier/SKILL.md Use this template to demonstrate high-frequency task management and associated quality metrics. ```text "Processed [number] [items] per [time period], achieving [quality metric]" Example: "Resolved 50+ customer tickets daily, maintaining 98% satisfaction rating and 4-hour average response time" ``` -------------------------------- ### Link to Specific Case Study Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/creative-portfolio-resume/SKILL.md Format for highlighting specific project achievements with a direct link to a case study. ```text • Redesigned checkout flow, increasing conversion by 40% Case Study: yourname.com/checkout ``` -------------------------------- ### Format Experience Sections Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-section-builder/SKILL.md Standardized templates for listing professional experience, including handling multiple roles at one company and freelance engagements. ```text COMPANY NAME | City, State Job Title | Start Date - End Date • Achievement bullet with metric and impact • Achievement bullet with metric and impact • Achievement bullet with metric and impact ``` ```text COMPANY NAME | City, State Senior Manager | 2021 - Present • [Bullets for current role] Manager | 2019 - 2021 • [Bullets for previous role] Analyst | 2017 - 2019 • [Bullets for earliest role] ``` ```text Freelance Product Consultant | 2022 - Present Clients include: Company A, Company B, Company C • [Achievement with Client A] • [Achievement with Client B] ``` -------------------------------- ### Portfolio Link Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/cold-email-writer/SKILL.md A concise way to include a portfolio link. ```text More about me: [portfolio URL] ``` -------------------------------- ### Career Transition Story Framework Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/career-changer-translator/SKILL.md A template for structuring the narrative of a career change, covering discovery, connection, action, and future vision. ```text [DISCOVERY]: "Through [experience], I discovered my passion for [new field]..." [CONNECTION]: "I realized that my experience in [old field] gave me a unique perspective on [new field] because..." [ACTION]: "To prepare for this transition, I've [certifications, projects, volunteering]..." [VISION]: "I'm excited to bring my [transferable skill] expertise to [target company/industry] because..." ``` -------------------------------- ### Negotiate a Low Initial Offer Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/salary-negotiation-prep/SKILL.md Use this script to express enthusiasm while requesting a higher salary range based on market research. ```text "I'm thrilled about the opportunity. The base salary is lower than I expected based on my research. For this role and market, I was expecting something in the $X-$Y range. Is there room to move closer to $X?" ``` -------------------------------- ### Interact with AI Assistant for Resume Tasks Source: https://github.com/paramchoudhary/resumeskills/blob/main/README.md Use these prompts to engage your AI assistant for specific resume-related tasks. Ensure the relevant skill is enabled or available. ```text "Optimize my resume for ATS" → Uses resume-ats-optimizer skill ``` ```text "Improve my resume bullets" → Uses resume-bullet-writer skill ``` ```text "Should I apply to this job?" + paste job description → Uses job-description-analyzer skill ``` ```text "Write me a cover letter for this role" → Uses cover-letter-generator skill ``` ```text "Prep me for an interview at Google" → Uses interview-prep-generator skill ``` -------------------------------- ### Volunteer Experience Section Format Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-section-builder/SKILL.md Template for highlighting leadership and impact in volunteer roles. ```text VOLUNTEER EXPERIENCE Board Member | Local Nonprofit | 2021 - Present • Led fundraising committee, increasing annual donations by 40% ``` -------------------------------- ### Resume Quantification Template Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-quantifier/SKILL.md Use this markdown structure to systematically analyze resume bullets, identify missing metrics, and draft quantified versions. ```markdown # RESUME QUANTIFICATION ## Analysis Summary **Bullets without numbers:** X **Bullets with numbers:** Y **Target:** 100% of bullets should have at least one metric ## Quantified Bullets ### Original Bullet #1: "Managed customer accounts" ### Questions to Find Metrics: - How many accounts? → [User answer: ~40] - What was the revenue? → [User answer: ~$2M] - What results did you achieve? → [User answer: retained most] ### Quantified Version: "Managed portfolio of 40 enterprise accounts representing $2M ARR, achieving 95% retention rate" ### Metrics Added: - Account count: 40 - Revenue: $2M ARR - Retention: 95% --- ### Original Bullet #2: [Continue for each bullet] ## Estimation Notes - [Metric]: Estimated based on [reasoning] - [Metric]: Conservative estimate using [method] ## Remaining Questions - [Questions to ask user for missing information] ``` -------------------------------- ### Resume File Naming Conventions Source: https://github.com/paramchoudhary/resumeskills/blob/main/skills/resume-formatter/SKILL.md Recommended naming patterns for professional resume files to ensure clarity for recruiters. ```text FirstName_LastName_Resume.pdf JohnSmith_Resume_ProductManager.pdf ```