MR
Mayur Rathi
@mayurrathi
⭐ 6 GitHub stars

Profile Optimizer

Profile Optimizer is an code AI skill with a core value of Frameworks for auditing and rewriting LinkedIn profiles for ATS parsing effectiveness and high-conversion positioning. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Frameworks for auditing and rewriting LinkedIn profiles for ATS parsing effectiveness and high-conversion positioning.

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source mayurrathi/awesome-agent-skills
Stars ⭐ 6
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/profile-optimizer && curl -sfL https://raw.githubusercontent.com/mayurrathi/awesome-agent-skills/main/skills/profile-optimizer/SKILL.md -o ./skills/profile-optimizer/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# 1.1.2 Profile Optimizer


This skill governs how an agent audits and rewrites a LinkedIn profile. The primary goal is to shift the profile from purely a "digital resume" into a high-conversion landing page.


1. ATS Triage & Keyword Parsing

* A profile should overlap at least 70% with standard Job Descriptions in the target niche.

* **The 70/30 Rule:** Ensure 70% of the keywords are hard skills (e.g., Python, Figma, ROI analysis), 30% are soft/leadership skills.

* Do not stuff keywords. Incorporate them naturally into accomplishment bullets.


2. Headline Engineering

The headline is the most seen real estate. It should answer three questions: Who do I help? How do I help them? What is the outcome?

* **Format A:** [Title] | Helping [Target Audience] achieve [Specific Result] using [Method/Tool].

* **Format B (Authority):** [Role] at [Company] — Ex-[Company] | [Specific Niche] Expert.

* Do NOT use nebulous terms like "Visionary," "Growth Hacker," or "Ninja."


3. Experience Section: The Executive Action Formula

Every bullet point in the experience section MUST follow this formula:

`[Strong Action Verb] + [Strategic Initiative/Task] + [Measurable Business Outcome]`

* **Weak:** "Responsible for managing a team of developers."

* **Strong:** "Directed a 5-person engineering team to rebuild the core API, reducing latency by 40% and cutting server costs by $12k annually."


4. The About Section (The Story Arc)

* **First Sentence:** Must hook the reader (it cuts off after 3 lines on mobile).

* **Middle:** Detail the professional journey, but focus on *why* the work matters, not just what was done.

* **End:** A clear Call To Action (CTA). Example: "Looking for fractional leadership? DM me or email me at [Email]."


5. Agent Workflow: The Profile Audit

When asked to "audit a LinkedIn profile":

1. Score the profile out of 100 based on the sections above (Headline, ATS match, Executive Formulas).

2. Highlight the 3 biggest weaknesses.

3. Automatically rewrite the Headline and the top 3 Experience bullets using the correct formulas.

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Profile Optimizer to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Profile Optimizer compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Profile Optimizer?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Profile Optimizer?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/profile-optimizer/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills