GitHub

Such
Skills

Claude Code plugins, built and used daily by Raj Nandan Sharma. One plugin, seven skills, MIT licensed.

claude plugin marketplace add rajnandan1/such-skills

That adds the marketplace. Then install the one plugin, below.

Registry

One plugin bundles all seven skills and four hooks. Install it once.

rajnandan1

v1.0.0 · 7 skills · 4 hooks

Two always-on modes shape every session's code and prose; five tool skills cover images, SVG animation, and Svelte. Two PostToolUse hooks validate every image output.

  • kenthompson Unix-school code shape, always on. Fires mid-coding on six recognizable moments; every rule cites the primary source it came from.
  • remove-slop Slop-free prose, always on. Ten tripwires fire on mid-writing moments; in your drafts, your voice wins.
  • image-resize Crop and resize to exact dimensions for 60+ platform presets, YouTube to Play Store.
  • png-to-svg Trace bitmaps into smooth SVG with potrace, one color layer at a time.
  • format-convert Convert between PNG, JPG, WebP, TIFF, BMP, GIF, HEIC, and AVIF. Lossless by default.
  • shadcn-svelte Detect shadcn-svelte in the project and pull the right component docs before building UI.
  • 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 rajnandan1@such-skills

Others

npx skills add rajnandan1/such-skills

Use

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

# resize for a platform

/rajnandan1:image-resize photo.png youtube-thumbnail

# animate an SVG for a README

/rajnandan1:animate-svg a checkmark that draws itself

# audit a draft

/rajnandan1:remove-slop is this press release AI slop?

# build UI with shadcn-svelte

/rajnandan1:shadcn-svelte add a date picker

# put the tripwires back after "stop kenthompson"

/rajnandan1:kenthompson

How to update in Claude Code

If new skills are published, update the marketplace, then the plugin.

claude plugin marketplace update such-skills
claude plugin update rajnandan1@such-skills
Copied