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-post — Pick the format the material actually supports, draft to the ~140-character mobile fold, and lint 0-100 across mechanics, hook, integrity, and accessibility. Blocking findings for the 3,000-character cap, engagement bait, and Unicode pseudo-bold.
$ 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-postContext preview
What this command does when you run it.
/cs:linkedin-post — Pick the format the material actually supports, draft to the ~140-character mobile fold, and lint 0-100 across mechanics, hook, integrity, and accessibility. Blocking findings for the 3,000-character cap, engagement bait, and Unicode pseudo-bold.
name: "cs-linkedin-post" description: "/cs:linkedin-post — Pick the format the material actually supports, draft to the ~140-character mobile fold, and lint 0-100 across mechanics, hook, integrity, and accessibility. Blocking findings for the 3,000-character cap, engagement bait, and Unicode pseudo-bold." argument-hint: "[the post idea, or paste a draft to be reviewed]"
**Command:** `/cs:linkedin-post [idea or draft]`
1. **A format recommendation** with the constraint it carries — or one question when the top two score within a point. 2. **A draft** built from your specifics, with a sentence completing inside the first ~140 characters. 3. **A lint score 0-100** with every finding carrying a fix. 4. **Accessibility done** — alt text written, captions flagged, no pseudo-bold.
# 1. Format from the material, not from fashion python3 ../skills/linkedin-content/scripts/format_picker.py \ --goal authority --material data --material tutorial --minutes 120 --output human # 2. Draft (the interview comes first: the number, the mistake, the sentence someone said) # 3. Lint to a clean exit python3 ../skills/linkedin-content/scripts/post_linter.py \ --input draft.md --has-image --output human # exit 0 SHIP · exit 2 REVISE (or any blocking finding) · exit 3 REWRITE
accepted warnings restated.
to the specifics.
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…