From career
Scrapes compensation data by company, role, and level from Levels.fyi. Provides P25/P50/P75/P90 breakdowns for total comp, base, bonus, and equity. Also offers level ladder comparisons and job postings with reported compensation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/career:app-levels-fyi.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** None (public web scrape)
Auth: None (public web scrape)
URL: https://www.levels.fyi
Configuration: Set target role and companies in vault/career/config.md
Levels.fyi is the gold-standard compensation data source for tech roles. Unlike Glassdoor (which relies on anonymous self-reported salary without level verification) or LinkedIn Salary (which aggregates broadly), Levels.fyi captures compensation with role-level granularity — the difference between an L5 and L6 Software Engineer at a company can be $100K+ in TC, and Levels.fyi captures this correctly. Data is self-reported by verified employees, making it far more accurate than job posting estimates.
Add to vault/career/config.md:
levels_target_role: "Senior Software Engineer"
levels_target_level: "IC4" # or L5, SDE2, etc. as appropriate for the company
levels_target_companies:
- "Snowflake"
- "Databricks"
- "Google"
- "Meta"
- "Amazon"
levels_location: "Remote" # or city name
https://www.levels.fyi/t/software-engineer?company=Snowflake
https://www.levels.fyi/t/software-engineer?company=Google&level=L5
https://www.levels.fyi/comp.html # main comp table
https://www.levels.fyi/jobs # job board with reported comp
op-comp-review — benchmark current TC against market P50/P75 for role and levelflow-build-comp-summary — generate component-level compensation comparison tableflow-scan-target-roles — pull compensation data for qualifying job postings~/Documents/aireadylife/vault/career/00_current/ — benchmark data cache
~/Documents/aireadylife/vault/career/00_current/ — market comp range data from job postings
npx claudepluginhub fru-dev3/ai-ready-life --plugin careerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.