Skillquality 0.52

shieldcn-badges

Add beautiful shadcn/ui-styled README badges to projects using shieldcn. Use when adding badges, shields, or status indicators to README files, docs, or markdown. Triggers include "add badges", "add shields", "readme badges", "npm badge", "GitHub stars badge", "CI badge", "shield

Price
free
Protocol
skill
Verified
no

What it does

shieldcn Badges

Add beautiful shadcn/ui-styled badges to READMEs and docs using shieldcn — a free, open-source shields.io alternative.

Base URL: https://shieldcn.dev

Badge URL format

https://shieldcn.dev/{provider}/{...params}.svg     → SVG (default, for READMEs)
https://shieldcn.dev/{provider}/{...params}.png     → PNG
https://shieldcn.dev/{provider}/{...params}.json    → raw data

Markdown pattern

[![alt](https://shieldcn.dev/{provider}/{params}.svg)](https://link)

<!-- or without link -->
![alt](https://shieldcn.dev/{provider}/{params}.svg)

Providers & endpoints

Package registries

ProviderEndpointExample
npm version/npm/{package}/npm/react
npm version (tag)/npm/v/{package}/{tag}/npm/v/next/canary
npm downloads/wk/npm/dw/{package}/npm/dw/react
npm downloads/mo/npm/dm/{package}/npm/dm/react
npm downloads/yr/npm/dy/{package}/npm/dy/react
npm total downloads/npm/dt/{package}/npm/dt/react
npm license/npm/license/{package}/npm/license/react
npm types/npm/types/{package}/npm/types/react
npm dependents/npm/dependents/{package}/npm/dependents/react
npm scoped/npm/v/@scope/pkg/npm/v/@types/node
PyPI version/pypi/{package}/pypi/flask
PyPI downloads/mo/pypi/dm/{package}/pypi/dm/flask
Crates.io version/crates/{crate}/crates/serde
Docker Hub pulls/docker/pulls/{image}/docker/pulls/library/nginx
JSR version/jsr/{@scope}/{name}/jsr/@std/path
Bundlephobia minzip/bundlephobia/minzip/{package}/bundlephobia/minzip/react
Homebrew version/homebrew/{formula}/homebrew/node
Maven version/maven/{groupId}/{artifactId}/maven/org.apache.maven/maven-core
Packagist version/packagist/v/{vendor}/{package}/packagist/v/laravel/framework
RubyGems version/rubygems/{gem}/rubygems/rails
NuGet version/nuget/{package}/nuget/Newtonsoft.Json
Pub.dev version/pub/{package}/pub/flutter
CocoaPods version/cocoapods/{pod}/cocoapods/Alamofire

GitHub

Both formats work: /github/{topic}/{owner}/{repo} or /github/{owner}/{repo}/{topic}

BadgeEndpointExample
Stars/github/stars/{owner}/{repo}/github/stars/vercel/next.js
Forks/github/forks/{owner}/{repo}/github/forks/vercel/next.js
License/github/license/{owner}/{repo}/github/license/vercel/next.js
Release/github/release/{owner}/{repo}/github/release/vercel/next.js
CI status/github/ci/{owner}/{repo}/github/ci/vercel/next.js
Issues/github/issues/{owner}/{repo}/github/issues/vercel/next.js
Open PRs/github/open-prs/{owner}/{repo}/github/open-prs/vercel/next.js
Contributors/github/contributors/{owner}/{repo}/github/contributors/vercel/next.js
Last commit/github/last-commit/{owner}/{repo}/github/last-commit/vercel/next.js
Watchers/github/watchers/{owner}/{repo}/github/watchers/vercel/next.js
Downloads/github/dt/{owner}/{repo}/github/dt/vercel/next.js
Dependabot/github/dependabot/{owner}/{repo}/github/dependabot/vercel/next.js

CI supports ?workflow=name&branch=main query params.

Social

ProviderEndpointExample
Discord online/discord/{serverId}/discord/1316199667142496307
Discord by invite/discord/members/{inviteCode}/discord/members/nextjs
Reddit subscribers/reddit/subscribers/r/{subreddit}/reddit/subscribers/r/reactjs
Bluesky followers/bluesky/followers/{handle}/bluesky/followers/bsky.app
YouTube subs/youtube/subscribers/{channelId}/youtube/subscribers/UCxxxxxx
Mastodon followers/mastodon/followers/{instance}/{acct}/mastodon/followers/mastodon.social/Gargron
Hacker News karma/hackernews/{userId}/hackernews/pg

Code quality

ProviderEndpointExample
Codecov/codecov/{service}/{owner}/{repo}/codecov/gh/vercel/next.js
VS Code installs/vscode/installs/{publisher}/{ext}/vscode/installs/esbenp/prettier-vscode
WakaTime/wakatime/{username}/wakatime/@user

Custom badges

TypeEndpointExample
Static/badge/{label}-{message}-{color}/badge/build-passing-brightgreen
Dynamic JSON/badge/dynamic/json?url=...&query=...Fetch any JSON API
HTTPS endpoint/https/{hostname}/{path}Proxy any JSON endpoint

Query parameters

Append to any badge URL as ?key=value&key2=value2.

ParamValuesDefaultNotes
variantdefault, secondary, outline, ghost, destructive, brandeddefaultshadcn Button variant
sizexs, sm, default, lgsmBadge size
modedark, lightdarkColor mode
splittrue, falsefalseTwo-tone label/value split
logoSimpleIcons slug, ri:Name, falseautoIcon source
logoColorhex (no #)autoIcon color
labelstringautoOverride label text
colorhex (no #)Background color
labelColorhex (no #)Label side bg (split mode)
themezinc, slate, blue, green, rose, orange, violetColor theme
fontinter, geist, geist-monointerFont family
statusDottrue, falseauto for CIShow status indicator dot

Common recipes

Typical README badge row

<p align="center">
  <a href="https://www.npmjs.com/package/{pkg}"><img src="https://shieldcn.dev/npm/{pkg}.svg" alt="npm" /></a>
  <a href="https://github.com/{owner}/{repo}/stargazers"><img src="https://shieldcn.dev/github/stars/{owner}/{repo}.svg" alt="stars" /></a>
  <a href="https://github.com/{owner}/{repo}"><img src="https://shieldcn.dev/github/license/{owner}/{repo}.svg" alt="license" /></a>
  <a href="https://github.com/{owner}/{repo}/actions"><img src="https://shieldcn.dev/github/ci/{owner}/{repo}.svg" alt="CI" /></a>
</p>

Secondary variant (lighter)

![badge](https://shieldcn.dev/npm/react.svg?variant=secondary)

Branded variant (brand-colored bg)

![badge](https://shieldcn.dev/npm/react.svg?variant=branded)

Split badge (two-tone)

![badge](https://shieldcn.dev/npm/react.svg?split=true)

Light mode

![badge](https://shieldcn.dev/npm/react.svg?mode=light)

Custom icon

![badge](https://shieldcn.dev/npm/react.svg?logo=typescript)
![badge](https://shieldcn.dev/github/stars/owner/repo.svg?logo=ri:GoStarFill)

No icon

![badge](https://shieldcn.dev/npm/react.svg?logo=false)

Rules

  1. Always use .svg for markdown images (best quality, smallest size)
  2. Use <a> wrapper to make badges clickable links
  3. Use <p align="center"> to center badge rows in GitHub READMEs
  4. Replace {owner}, {repo}, {package} with actual values — never leave placeholders
  5. Default variant (default) works on both light and dark GitHub themes
  6. Icons are auto-resolved per provider — only set ?logo= to override
  7. For npm scoped packages, use the full scope: /npm/v/@scope/package
  8. Prefer variant=secondary for subtle badge rows
  9. Keep badge rows to 3–6 badges for readability
  10. Link each badge to its relevant page (npm registry, GitHub stars page, etc.)

Docs

Full documentation: https://shieldcn.dev/docs API reference: https://shieldcn.dev/docs/api-reference Badge builder: https://shieldcn.dev (interactive UI)

Capabilities

skillsource-jal-coskill-shieldcn-badgestopic-agent-skillstopic-badgestopic-badges-markdowntopic-markdowntopic-open-sourcetopic-readmetopic-readme-badgestopic-shadcn-uitopic-shieldstopic-shields-iotopic-shields-io-badges

Install

Installnpx skills add jal-co/shieldcn
Transportskills-sh
Protocolskill

Quality

0.52/ 1.00

deterministic score 0.52 from registry signals: · indexed on github topic:agent-skills · 137 github stars · SKILL.md body (7,913 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 18:56:09Z · deterministic:skill-github:v1 · v1
First seen2026-04-26
Last seen2026-05-18

Agent access