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-plan — Build the positioning brief (objective, audience, 2-4 proof-backed pillars, exclusion list), size a weekly cadence against the hours that actually exist, and gate a newsletter against eligibility and a six-month commitment.
$ 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-planContext preview
What this command does when you run it.
/cs:linkedin-plan — Build the positioning brief (objective, audience, 2-4 proof-backed pillars, exclusion list), size a weekly cadence against the hours that actually exist, and gate a newsletter against eligibility and a six-month commitment.
name: "cs-linkedin-plan" description: "/cs:linkedin-plan — Build the positioning brief (objective, audience, 2-4 proof-backed pillars, exclusion list), size a weekly cadence against the hours that actually exist, and gate a newsletter against eligibility and a six-month commitment." argument-hint: "[what you want LinkedIn to do for you in 90 days]"
**Command:** `/cs:linkedin-plan [your 90-day goal]`
Three decisions in order. Out of order is why most LinkedIn efforts produce a feed of unrelated observations and stop in week five.
1. **A validated positioning brief** — one of six real objectives, an audience specific enough to exclude someone, two to four pillars with shares summing to 100, and at least two exclusions. 2. **Observable 90-day criteria.** Follower count is deliberately not among them. 3. **A weekly plan priced in minutes**, allocated by stage, plus the minimum viable week that survives a bad week. 4. **A newsletter verdict** — green, thin, or refused, with a 12-issue arc and a stop rule.
python3 ../skills/linkedin-strategy/scripts/positioning_brief.py --input brief.json --output human # exit 3 = objective or audience too vague to proceed. Fix that before anything else. python3 ../skills/linkedin-strategy/scripts/cadence_planner.py \ --minutes 240 --stage starting --target-posts 3 --output human # exit 2 = below the 90-minute floor -> comment-only week returned # exit 3 = over budget, with the overage named python3 ../skills/linkedin-strategy/scripts/newsletter_planner.py \ --followers 1800 --cadence biweekly --minutes-per-month 420 --output human
Say so and cut it.
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…