focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:linkedin-profile — Audit a LinkedIn profile 0-100, rank every fix by points per hour, score the headline on five dimensions against the 220-character cap, and assemble an About section that survives the '…see more' fold.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-linkedin-profileContext preview
What this command does when you run it.
/cs:linkedin-profile — Audit a LinkedIn profile 0-100, rank every fix by points per hour, score the headline on five dimensions against the 220-character cap, and assemble an About section that survives the '…see more' fold.
name: "cs-linkedin-profile" description: "/cs:linkedin-profile — Audit a LinkedIn profile 0-100, rank every fix by points per hour, score the headline on five dimensions against the 220-character cap, and assemble an About section that survives the '…see more' fold." argument-hint: "[your headline, or a description of your profile section by section]"
**Command:** `/cs:linkedin-profile [headline or profile description]`
Nothing is fetched. You describe your own profile, or fill in `skills/linkedin-profile/assets/profile_worksheet.md`.
wastes every one of them
1. **A completeness score 0-100** across 14 weighted checks, with every gap ranked by points per hour and a first-hour plan. 2. **A headline score** on audience / outcome / proof / searchability / clarity, plus the 220-character cap and the front-load check on the first ~60 characters. 3. **An assembled About section** that ends a sentence before the fold and carries audience or proof above it. 4. **Rewritten experience bullets** — outcomes, not duties.
# 1. Whole profile, fixes ranked by leverage python3 ../skills/linkedin-profile/scripts/profile_completeness_auditor.py \ --input profile.json --output human # or --sample to see the shape # 2. Headline — iterate to exit 0 python3 ../skills/linkedin-profile/scripts/headline_scorer.py \ --headline "..." --output human # 3. About — refuses a broken fold, a missing CTA, or an over-length section python3 ../skills/linkedin-profile/scripts/about_section_builder.py \ --input about.json --output human
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…