npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@talkdedsec/styles

v0.1.0

Published

CLI + MCP server for talkdedsec styles — pull AI-readable design systems (DESIGN.md, Tailwind v4, CSS variables, W3C tokens, shadcn) straight into your agent.

Readme

@talkdedsec/styles

CLI + MCP server for talkdedsec styles — pull AI-readable design systems straight into your coding agent. One TypeScript source per system → five portable formats: DESIGN.md, Tailwind v4 @theme, CSS variables, W3C design tokens, and a shadcn/ui theme.

Türkçe açıklama aşağıda.


English

MCP (recommended — connect your agent)

Register the MCP server so your agent (Claude Code, Cursor, Windsurf…) can search the gallery and fetch the right design system on its own:

claude mcp add tlk-styles -- npx -y @talkdedsec/styles mcp

For Cursor / Windsurf, add this to your MCP config:

{
  "mcpServers": {
    "tlk-styles": {
      "command": "npx",
      "args": ["-y", "@talkdedsec/styles", "mcp"]
    }
  }
}

Tools exposed

| Tool | What it does | | ------------------ | ---------------------------------------------------------- | | stil_listele | List every design system (slug, name, vibe, tags) | | stil_getir | Fetch a system in a chosen format | | stil_ara | Search the gallery by free text / tag | | referans_listele | List curated real-site references (filter by tag) | | referans_getir | One reference's metadata + extracted draft system (if any) |

CLI

# List all design systems
npx @talkdedsec/styles list

# Fetch one system (default format: design-md)
npx @talkdedsec/styles get neon-terminal --format tailwind

# Write straight into your repo
npx @talkdedsec/styles get gece-yarisi --format design-md --out DESIGN.md

# Search
npx @talkdedsec/styles search "dark fintech"

# Reference gallery
npx @talkdedsec/styles refs --etiket koyu

Install globally to drop the npx:

npm i -g @talkdedsec/styles
tlk-styles get menekse --format shadcn

Formats

design-md (compact, free) · design-md-extended (full doc, PRO) · tailwind · css · tokens · shadcn

Environment

| Variable | Default | Purpose | | ---------------- | ------------------------------- | ------------------------------------------------------------------------------- | | TLK_STYLES_URL | https://styles.talkdedsec.com | Base URL of the data API | | TLK_STYLES_KEY | (none) | PRO license key → sent as Authorization: Bearer, unlocks design-md-extended |


Türkçe

MCP (önerilen — ajanı bağla)

Ajanın (Claude Code, Cursor, Windsurf…) galeriyi kendisi arayıp doğru tasarım sistemini çekmesi için MCP sunucusunu kaydet:

claude mcp add tlk-styles -- npx -y @talkdedsec/styles mcp

Cursor / Windsurf için MCP yapılandırmasına ekle:

{
  "mcpServers": {
    "tlk-styles": {
      "command": "npx",
      "args": ["-y", "@talkdedsec/styles", "mcp"]
    }
  }
}

Sunulan araçlar: stil_listele, stil_getir, stil_ara, referans_listele, referans_getir.

CLI

npx @talkdedsec/styles list
npx @talkdedsec/styles get neon-terminal --format tailwind
npx @talkdedsec/styles get gece-yarisi --format design-md --out DESIGN.md
npx @talkdedsec/styles search "koyu fintech"
npx @talkdedsec/styles refs --etiket koyu

Formatlar

design-md (compact, ücretsiz) · design-md-extended (tam belge, PRO) · tailwind · css · tokens · shadcn

Ortam değişkenleri

  • TLK_STYLES_URL — veri API'sinin taban adresi (varsayılan https://styles.talkdedsec.com).
  • TLK_STYLES_KEY — PRO lisans anahtarı; Authorization: Bearer olarak gönderilir, design-md-extended formatını açar.

MIT © talkdedsec · styles.talkdedsec.com