GitHub

Such
Skills

Claude Code plugins, built and used daily by Raj Nandan Sharma. Four plugins, six skills, MIT licensed.

claude plugin marketplace add rajnandan1/such-skills

That adds the marketplace. Pick plugins from the registry below.

Registry

Each plugin bundles its skills, scripts, and hooks. Install any of them on their own.

ss-image-manipulation

v1.2.0 · utilities · 3 skills · 2 hooks

Resize, convert, and vectorize images from the terminal. Two PostToolUse hooks validate every output file.

  • ss-image-resize Crop and resize to exact dimensions for 60+ platform presets, YouTube to Play Store.
  • ss-png-to-svg Trace bitmaps into smooth SVG with potrace, one color layer at a time.
  • ss-format-convert Convert between PNG, JPG, WebP, TIFF, BMP, GIF, HEIC, and AVIF. Lossless by default.

Claude Code

claude plugin install ss-image-manipulation@such-skills

Others

npx skills add rajnandan1/such-skills/ss-image-manipulation

ss-svelte-coding

v1.1.0 · frameworks · 1 skill

Svelte tooling for SvelteKit projects.

  • ss-shadcn-svelte Detect shadcn-svelte in the project and pull the right component docs before building UI.

Claude Code

claude plugin install ss-svelte-coding@such-skills

Others

npx skills add rajnandan1/such-skills/ss-svelte-coding

ss-svg-animations

v1.0.0 · design · 1 skill

Dependency-free SVG animation, written by hand.

  • ss-animate-svg Self-drawing paths, spinners, morphs, and layered scenes, in CSS or SMIL depending on where the file will live.

Claude Code

claude plugin install ss-svg-animations@such-skills

Others

npx skills add rajnandan1/such-skills/ss-svg-animations

ss-no-slop

v1.0.0 · writing · 1 skill · 1 hook

Removes AI patterns from prose. A SessionStart hook applies the rules to every session, and this page follows them too.

  • ss-remove-slop Edit drafts without flattening the writer's voice, or name the slop in a text without rewriting it.

Claude Code

claude plugin install ss-no-slop@such-skills

Others

npx skills add rajnandan1/such-skills/ss-no-slop

Use

Once installed, Claude invokes skills when they fit, or you call one directly.

# resize for a platform

/ss-image-manipulation:ss-image-resize photo.png youtube-thumbnail

# animate an SVG for a README

/ss-svg-animations:ss-animate-svg a checkmark that draws itself

# audit a draft

/ss-no-slop:ss-remove-slop is this press release AI slop?

# build UI with shadcn-svelte

/ss-svelte-coding:ss-shadcn-svelte add a date picker

How to update in Claude Code

If new skills are published, update the marketplace. If you only want one plugin, update that plugin directly.

claude plugin marketplace update such-skills
claude plugin update ss-no-slop@such-skills
Copied