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

tcher-designs

v1.0.1

Published

Design skills, commands, and anti-pattern detection for AI coding agents

Readme

tcher-design

คำศัพท์ที่คุณไม่รู้ว่าต้องการ — 1 skill, 23 คำสั่ง, และชุด anti-pattern สำหรับออกแบบ frontend ให้แม่นยำ

เริ่มต้นเร็ว: รัน npx tcher-design skills install ในโปรเจกต์ของคุณ

ทำไมต้องใช้ tcher-design?

AI ทุกตัวเรียนรู้จาก template เดิมๆ ถ้าไม่มีคำแนะนำ จะได้ผลลัพธ์ที่คาดเดาได้: Inter font, gradient สีม่วง, card ซ้อน card, ตัวอักษรสีเทาบนพื้นหลังสี

tcher-design แก้ปัญหานี้ด้วย:

  • Skill ที่ครอบคลุม พร้อม reference file 7 ไฟล์เฉพาะด้าน
  • 23 คำสั่ง สำหรับ audit, review, polish, distill, animate และอื่นๆ
  • Anti-pattern ที่คัดสรรมา บอก AI ตรงๆ ว่าอะไรที่ไม่ควรทำ

สิ่งที่รวมอยู่

Skill: /tcher

| Reference | ครอบคลุม | |-----------|---------| | typography | ระบบตัวอักษร, การจับคู่ฟอนต์, modular scale | | color-and-contrast | OKLCH, tinted neutrals, dark mode, accessibility | | spatial-design | ระบบ spacing, grid, visual hierarchy | | motion-design | Easing curves, staggering, reduced motion | | interaction-design | Forms, focus states, loading patterns | | responsive-design | Mobile-first, fluid design, container queries | | ux-writing | Button labels, error messages, empty states |

23 คำสั่ง

| คำสั่ง | ทำอะไร | |-------|--------| | /tcher craft | วางแผนแล้ว build feature แบบครบวงจร | | /tcher teach | ตั้งค่าครั้งแรก: เก็บ context เขียน PRODUCT.md และ DESIGN.md | | /tcher document | สร้าง DESIGN.md จาก code ที่มีอยู่ | | /tcher extract | ดึง component และ token เข้า design system | | /tcher shape | วางแผน UX/UI ก่อนเขียน code | | /tcher critique | รีวิว UX design: hierarchy, ความชัดเจน | | /tcher audit | ตรวจสอบคุณภาพ (a11y, performance, responsive) | | /tcher polish | ขัดเกลาครั้งสุดท้ายก่อน ship | | /tcher bolder | ขยาย design ที่ดูจืดชืด | | /tcher quieter | ลดความเข้มของ design ที่ดูรุนแรงเกินไป | | /tcher distill | ลดให้เหลือแก่น ตัดความซับซ้อนออก | | /tcher harden | Error handling, i18n, edge cases | | /tcher onboard | First-run flow, empty states | | /tcher animate | เพิ่ม motion ที่มีความหมาย | | /tcher colorize | เพิ่มสีอย่างมีกลยุทธ์ | | /tcher typeset | แก้ font, hierarchy, ขนาด | | /tcher layout | แก้ layout, spacing, visual rhythm | | /tcher delight | เพิ่ม personality และความน่าจดจำ | | /tcher overdrive | ผลักดันเกินขีดจำกัดปกติ | | /tcher clarify | ปรับปรุง UX copy ที่ไม่ชัดเจน | | /tcher adapt | ปรับสำหรับอุปกรณ์และขนาดหน้าจอต่างๆ | | /tcher optimize | แก้ปัญหา UI performance | | /tcher live | Visual variant mode: iterate บน element ใน browser |

ใช้ /tcher pin <command> เพื่อสร้าง shortcut แบบ standalone เช่น /audit

ตัวอย่างการใช้งาน

/tcher audit blog           # ตรวจสอบ blog
/tcher critique landing     # รีวิว UX design
/tcher polish settings      # ขัดเกลาก่อน ship
/tcher harden checkout      # เพิ่ม error handling

การติดตั้ง

วิธีที่ 1: ผ่าน npx (แนะนำ)

npx tcher-design skills install

วิธีที่ 2: Copy จาก repository

Claude Code:

cp -r dist/claude-code/.claude your-project/

Cursor:

cp -r dist/cursor/.cursor your-project/

Gemini CLI:

cp -r dist/gemini/.gemini your-project/

CLI

ตรวจจับ anti-pattern โดยไม่ต้องใช้ AI harness:

npx tcher-design detect src/
npx tcher-design detect index.html
npx tcher-design detect https://example.com
npx tcher-design detect --fast --json .

License

Apache 2.0