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 — Route any organic LinkedIn goal to the right lane (profile / strategy / content / engagement / analytics) after gating it against LinkedIn's User Agreement. Refuses automation, scraping, engagement pods, bulk DMs, fake identity, and fabricated proof before a word
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-linkedinContext preview
What this command does when you run it.
/cs:linkedin — Route any organic LinkedIn goal to the right lane (profile / strategy / content / engagement / analytics) after gating it against LinkedIn's User Agreement. Refuses automation, scraping, engagement pods, bulk DMs, fake identity, and fabricated proof before a word
name: "cs-linkedin" description: "/cs:linkedin — Route any organic LinkedIn goal to the right lane (profile / strategy / content / engagement / analytics) after gating it against LinkedIn's User Agreement. Refuses automation, scraping, engagement pods, bulk DMs, fake identity, and fabricated proof before a word is drafted. Nothing is ever sent." argument-hint: "[what you want from LinkedIn — a goal, a profile problem, a post, an outreach plan, or a question about your numbers]"
**Command:** `/cs:linkedin [your goal]`
This plugin holds no LinkedIn credentials, makes no API calls, and sends nothing. Every output is text you paste and post yourself.
`/cs:linkedin-post`, `/cs:linkedin-outreach`, or `/cs:linkedin-analyze`
1. **A policy verdict** — ALLOW, CONSTRAIN (with the constraint stated), or REFUSE (with the rule named and a compliant substitute offered). 2. **A route** — one of five lanes, with the matched signals, or one clarifying question when two lanes are genuinely close. 3. **Forcing questions**, one at a time with a recommended answer, until the lane can run honestly. 4. **The lane's artifact** — audit, brief, draft, roster, or analysis.
# 1. Gate first, always python3 ../skills/linkedin-skills/scripts/linkedin_policy_gate.py \ --text "<the user's own words>" --output human # exit 4 REFUSE -> name the rule, offer the substitute, route there instead # exit 3 CONSTRAIN -> proceed and state the constraint out loud # exit 0 ALLOW -> proceed # 2. Route python3 ../skills/linkedin-skills/scripts/linkedin_goal_router.py \ --text "<the goal>" --output human # exit 0 route · exit 2 ask ONE question · exit 3 ask what they want to walk away with
"grow my LinkedIn" · "LinkedIn strategy" · "build an audience on LinkedIn" · "my LinkedIn isn't working" · "what should I post on LinkedIn"
folklore gets named rather than repeated.
Do not build a partial version of the refused thing.
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…