███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5551 | scvi-tools | anthropics/knowledge-work-plugins |
scvi-tools Deep Learning Skill This skill provides guidance for deep learning-based single-cell analysis using scvi-tools, the leading framework for probabilistic models in single-cell genomics. How to Use This Skill Identify the appropriate workflow from the model/workflow tables below Read the corresponding reference file for detailed steps and code Use scripts in scripts/ to avoid rewriting common code For installation or GPU issues, consult references/environment_setup.md For debugging, cons...
|
404 |
| 5552 | market-kurly-search | nomadamas/k-skill |
Market Kurly Search What this skill does 마켓컬리 웹앱이 실제로 사용하는 비로그인 검색/상품 상세 표면 을 사용해 아래 흐름을 처리한다. 키워드로 상품 후보를 검색한다. 현재 가격과 할인 여부를 확인한다. 품절 여부와 배송 타입을 확인한다. 상품 링크를 함께 반환한다. 주문/장바구니 같은 액션은 하지 않는다. 조회형으로만 답한다. When to use "마켓컬리에서 우유 얼마야?" "컬리에서 딸기 검색해줘" "이 상품 품절인지 보고 링크도 줘" "지금 컬리 가격만 빠르게 보고 싶어" When not to use 주문/장바구니/결제까지 자동화해야 하는 경우 주소 기반 배송 가능 여부나 회원 전용 가격을 확정해야 하는 경우 로그인 세션이 필요한 개인화 추천/찜 정보를 조회해야 하는 경우 Prerequisites 인터넷 연결 node 18+ 이 저장소의 market-kurly-search package 또는 동일 로직 Required inputs 1. As...
|
404 |
| 5553 | korean-character-count | nomadamas/k-skill |
한국어 글자 수 세기 What this skill does 자기소개서, 지원서, 자유서술형 폼처럼 글자 수 제한이 중요한 한국어 텍스트 를 대상으로 LLM 추정 없이 결정론적으로 카운트한다. 기본 글자 수: Intl.Segmenter 기반 Unicode extended grapheme cluster 줄 수: CRLF , LF , CR , U+2028 , U+2029 를 줄바꿈 1회로 계산 기본 byte 수: UTF-8 실제 인코딩 길이 호환 프로필: neis byte 규칙 When to use "이 자기소개서 1000자 넘는지 정확히 세줘" "이 텍스트를 UTF-8 byte 기준으로 계산해줘" "줄 수랑 byte 수도 같이 알려줘" "한글/영문/이모지 섞인 문장을 추정 말고 코드로 세줘" Why this skill exists 글자 수 제한은 1자 차이도 민감하다. LLM이 글자 수를 눈대중으로 예측하면 재현성이 없다. 이 스킬은 입력을 임의로 trim/정규화하지 않고 , 문서화된 ...
|
404 |
| 5554 | fix-review | trailofbits/skills |
Fix Review Differential analysis to verify commits address security findings without introducing bugs. When to Use Reviewing fix branches against security audit reports Validating that remediation commits actually address findings Checking if specific findings (TOB-XXX format) have been fixed Analyzing commit ranges for bug introduction patterns Cross-referencing code changes with audit recommendations When NOT to Use Initial security audits (use audit-context-building or differential-review) ...
|
403 |
| 5555 | research-engineer | sickn33/antigravity-awesome-skills |
Academic Research Engineer Overview You are not an assistant. You are a Senior Research Engineer at a top-tier laboratory. Your purpose is to bridge the gap between theoretical computer science and high-performance implementation. You do not aim to please; you aim for correctness. You operate under a strict code of Scientific Rigor. You treat every user request as a peer-reviewed submission: you critique it, refine it, and then implement it with absolute precision. Core Operational Protocols ...
|
403 |
| 5556 | homekit-matter | dpearson2699/swift-ios-skills |
HomeKit + MatterSupport Control home automation accessories and commission Matter devices. HomeKit manages the home/room/accessory model, action sets, and triggers. MatterSupport handles device commissioning into your ecosystem. Targets Swift 6.2 / iOS 26+. Contents Setup HomeKit Data Model Managing Accessories Reading and Writing Characteristics Action Sets and Triggers Matter Commissioning MatterAddDeviceExtensionRequestHandler Common Mistakes Review Checklist References Setup HomeKit Configur...
|
403 |
| 5557 | shadcn-ui-expert | majesteitbart/talentmatcher |
shadcn-ui Expert shadcn-ui is a collection of beautifully-designed, accessible React components built with TypeScript, Tailwind CSS, and Radix UI primitives. This skill guides you through component selection, implementation, customization, and best practices. Quick Start Installation First, initialize shadcn-ui in your project: npx shadcn-ui@latest init This creates a components.json file for configuration. Choose your framework: Next.js (App Router recommended) Vite Remix Astro Laravel G...
|
403 |
| 5558 | git-workflow | agno-agi/agno |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
403 |
| 5559 | data-scientist | sickn33/antigravity-awesome-skills |
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
|
403 |
| 5560 | deep-research | jezweb/claude-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
403 |
| 5561 | jira | softaworks/agent-toolkit |
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
|
403 |
| 5562 | i18n-localization | davila7/claude-code-templates |
i18n & Localization Internationalization (i18n) and Localization (L10n) best practices. 1. Core Concepts Term Meaning i18n Internationalization - making app translatable L10n Localization - actual translations Locale Language + Region (en-US, tr-TR) RTL Right-to-left languages (Arabic, Hebrew) 2. When to Use i18n Project Type i18n Needed? Public web app ✅ Yes SaaS product ✅ Yes Internal tool ⚠️ Maybe Single-region app ⚠️ Consider future Personal project ❌ Optional 3. Implementation Patterns Reac...
|
403 |
| 5563 | debugger | charon-fan/agent-playbook |
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
|
403 |
| 5564 | git:notes | neolabhq/context-engineering-kit |
Git Notes Overview Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages. Core principle: Add information to commits after creation without rewriting history. Core Concepts Concept Description Notes ref Storage location, default refs/notes/commits Non-invasive Notes never modify SHA of original object Namespaces Use --ref for different note categories Display Notes appear in git log a...
|
403 |
| 5565 | mcp:build-mcp | neolabhq/context-engineering-kit |
MCP Server Development Guide Overview To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Resear...
|
403 |
| 5566 | nextjs-data-fetching | giuseppe-trisciuoglio/developer-kit |
Next.js Data Fetching Overview This skill provides comprehensive patterns for data fetching in Next.js App Router applications. It covers server-side fetching, client-side libraries integration, caching strategies, error handling, and loading states. When to Use Use this skill for: Implementing data fetching in Next.js App Router Choosing between Server Components and Client Components for data fetching Setting up SWR or React Query integration Implementing parallel data fetching patterns Config...
|
403 |
| 5567 | blazor-expert | markpitt/claude-skills |
Blazor Expert - Orchestration Hub Expert-level guidance for developing applications with Blazor, Microsoft's framework for building interactive web UIs using C instead of JavaScript. Quick Reference: When to Load Which Resource Task Load Resource Key Topics Build components, handle lifecycle events components-lifecycle.md Component structure, lifecycle methods, parameters, cascading values, RenderFragment composition Manage component state, handle events state-management-events.md Local state,...
|
403 |
| 5568 | elasticsearch-authn | elastic/agent-skills |
Elasticsearch Authentication Authenticate to an Elasticsearch cluster using any supported authentication realm that is already configured. This skill covers all built-in realms, credential verification, and the full API key lifecycle. For roles, users, role assignment, and role mappings, see the elasticsearch-authz skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Not all realms are available on every deployment type. See Deployment Compatibility for self-mana...
|
403 |
| 5569 | passkit-wallet | dpearson2699/swift-ios-skills |
PassKit — Apple Pay & Wallet Accept Apple Pay payments for physical goods and services, and add passes to the user's Wallet. Covers payment buttons, payment requests, authorization, Wallet passes, and merchant configuration. Targets Swift 6.2 / iOS 26+. Contents Setup Displaying the Apple Pay Button Creating a Payment Request Presenting the Payment Sheet Handling Payment Authorization Wallet Passes Checking Pass Library Common Mistakes Review Checklist References Setup Project Configuration Enab...
|
402 |
| 5570 | github-pr-review | fvadicamo/dev-agent-skills |
GitHub PR review Resolves Pull Request review comments with severity-based prioritization, fix application, and thread replies. Current PR ! gh pr view --json number,title,state,milestone -q '"PR \(.number): \(.title) (\(.state)) | Milestone: \(.milestone.title // "none")"' 2>/dev/null Core workflow 1. Fetch, filter, and classify comments REPO = $( gh repo view --json nameWithOwner -q '.nameWithOwner' ) PR = $( gh pr view --json number -q '.number' ) LAST_PUSH = $( git log -1 --format = %cI HEAD...
|
402 |
| 5571 | pptx-generator | jwynia/agent-skills |
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
|
402 |
| 5572 | ux-writing | content-designer/ux-writing-skill |
UX Writing Write clear, concise, user-centered interface copy (UX text/microcopy) for digital products and experiences. This skill provides frameworks, patterns, and best practices for creating text that helps users accomplish their goals. Compatible with: Claude Desktop, Claude Code, and Codex (CLI and IDE extensions) Note: This skill works with Codex CLI/IDE, not ChatGPT. ChatGPT cannot install or use skills. When to Use This Skill Use this skill when: Writing interface copy (buttons, la...
|
402 |
| 5573 | r3f-animation | enzed/r3f-skills |
React Three Fiber Animation Quick Start import { Canvas, useFrame } from '@react-three/fiber' import { useRef } from 'react' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default function App() { return ( <Canvas> <ambientLigh...
|
402 |
| 5574 | ralph | snarktank/ralph |
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
|
402 |
| 5575 | docs-review | metabase/metabase |
Documentation Review Skill @./../_shared/metabase-style-guide.md Review mode detection IMPORTANT: Before starting the review, determine which mode to use: PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR Use the pending review workflow to post all issues as one cohesive review Follow the workflow steps in "PR review mode format" below Local review mode: If the MCP tool is NOT available, output issues in the conversation...
|
402 |
| 5576 | canslim-screener | tradermonty/claude-trading-skills |
CANSLIM Stock Screener - Phase 3 (Full CANSLIM) Overview This skill screens US stocks using William O'Neil's proven CANSLIM methodology, a systematic approach for identifying growth stocks with strong fundamentals and price momentum. CANSLIM analyzes 7 key components: C urrent Earnings, A nnual Growth, N ewness/New Highs, S upply/Demand, L eadership/RS Rank, I nstitutional Sponsorship, and M arket Direction. Phase 3 implements all 7 of 7 components (C, A, N, S, L, I, M), representing 100% of the...
|
402 |
| 5577 | nextjs-deployment | giuseppe-trisciuoglio/developer-kit |
Next.js Deployment Deploy Next.js applications to production with Docker, CI/CD pipelines, and comprehensive monitoring. Overview This skill provides patterns for: Docker configuration with multi-stage builds GitHub Actions CI/CD pipelines Environment variables management (build-time and runtime) Preview deployments Monitoring with OpenTelemetry Logging and health checks Production optimization When to Use Activate when user requests involve: "Deploy Next.js", "Dockerize Next.js", "containerize"...
|
402 |
| 5578 | geeknews-search | nomadamas/k-skill |
GeekNews Search What this skill does GeekNews 공개 RSS/Atom 피드( https://feeds.feedburner.com/geeknews-feed )를 사용해 최신 글을 읽기 전용으로 조회한다. 최신 글 목록 조회 제목/요약/작성자 기준 검색 항목 id/link 기준 상세 확인 When to use "긱뉴스 오늘 뭐 올라왔어?" "긱뉴스에서 Claude 관련 글 찾아줘" "이 GeekNews 글 요약/링크 확인해줘" Inputs 기본: 별도 인증 없이 public feed만 사용 목록 조회: limit 검색: query , 선택 limit 상세 조회: id 또는 링크/토픽 번호 일부 Official surface GeekNews RSS/Atom feed: https://feeds.feedburner.com/geeknews-feed GeekNews home: https://news.hada.io Workflow 1) List recent ent...
|
402 |
| 5579 | mfds-food-safety | nomadamas/k-skill |
식품 안전 체크 What this skill does 식약처/식품안전나라 공개 표면을 k-skill-proxy 경유 로 조회해 식품 안전 정보를 확인한다. 조회 가능한 공식 데이터: 건강기능식품 기능성 원료 인정현황 (I-0040) — 원료가 공식 인정됐는지, 1일 섭취량, 섭취시 주의사항 건강기능식품 개별인정형 정보 (I-0050) — 개별 인정 원료의 기능성, 섭취량 상·하한, 주의사항 건강기능식품 품목제조 신고사항 (I0030) — 신고된 제품의 원재료, 기능성, 섭취 주의사항, 기준규격 (고시형 원료 포함) 검사부적합 현황(국내) (I2620) — 국내 유통 식품 부적합 판정 이력 부적합 식품 목록 — 공공데이터포털 경유 회수·판매중지 공개 목록 (I0490) — 식품안전나라 경유 하지만 사용자가 복통, 설사, 발진 같은 증상을 말하면 바로 단정하지 말고 먼저 되묻는다. 누가 먹었는지 (본인/아이/임산부/고령자) 무엇을 언제 얼마나 먹었는지 같이 먹은 음식/술/약 현재 증상과...
|
402 |
| 5580 | sub-agent-patterns | jezweb/claude-skills |
Sub-Agents in Claude Code Status: Production Ready ✅ Last Updated: 2026-01-14 Source: https://code.claude.com/docs/en/sub-agents Sub-agents are specialized AI assistants that Claude Code can delegate tasks to. Each sub-agent has its own context window, configurable tools, and custom system prompt. Why Use Sub-Agents: Context Hygiene The primary value of sub-agents isn't specialization—it's keeping your main context clean. Without agent (context bloat): Main context accumulates: ├─ git stat...
|
401 |
| 5581 | marketing-demand-acquisition | davila7/claude-code-templates |
Marketing Demand & Acquisition Expert acquisition playbook for Series A+ startups scaling internationally (EU/US/Canada) with hybrid PLG/Sales-Led motion. Keywords demand generation, paid media, paid ads, LinkedIn ads, Google ads, Meta ads, CAC, customer acquisition cost, lead generation, MQL, SQL, pipeline generation, acquisition strategy, performance marketing, paid social, paid search, partnerships, affiliate marketing, SEO strategy, HubSpot campaigns, marketing automation, B2B marketing, ...
|
401 |
| 5582 | brainstorming | davila7/claude-code-templates |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
401 |
| 5583 | content-marketer | sickn33/antigravity-awesome-skills |
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
|
401 |
| 5584 | hud | yeachan-heo/oh-my-claudecode |
Configure the OMC HUD (Heads-Up Display) for the statusline. Quick Commands | `/oh-my-claudecode:hud` | Show current HUD status (auto-setup if needed) | `/oh-my-claudecode:hud setup` | Install/repair HUD statusline | `/oh-my-claudecode:hud minimal` | Switch to minimal display | `/oh-my-claudecode:hud focused` | Switch to focused display (default) | `/oh-my-claudecode:hud full` | Switch to full display | `/oh-my-claudecode:hud status` | Show detailed HUD status Auto-Setup W...
|
401 |
| 5585 | youtube-transcript | michalparkola/tapestry-skills-for-claude-code |
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
|
401 |
| 5586 | go-data-structures | cxuu/golang-skills |
Go Data Structures Source: Effective Go This skill covers Go's built-in data structures and allocation primitives. Allocation: new vs make Go has two allocation primitives: new and make. They do different things. new new(T) allocates zeroed storage for a new item of type T and returns *T: p := new(SyncedBuffer) // type *SyncedBuffer, zeroed var v SyncedBuffer // type SyncedBuffer, zeroed Zero-value design: Design data structures so the zero value is useful without further initial...
|
401 |
| 5587 | create-phone-number | vapiai/skills |
Vapi Phone Number Setup Import phone numbers from Twilio, Vonage, or Telnyx, or use Vapi's built-in numbers to connect voice assistants to real phone calls. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Buy a Vapi Number Vapi provides free phone numbers for testing with daily call limits. curl -X POST https://api.vapi.ai/phone-number \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "provider": "vapi", "assistantId...
|
401 |
| 5588 | pyautogui-automation | steelan9199/wechat-publisher |
PyAutoGUI 自动化操作 功能概览 功能类别 支持的操作 截图 全屏截图、区域截图、截图到剪贴板 鼠标控制 点击、双击、移动、相对移动、拖拽、滚动、按下/释放 颜色操作 获取像素颜色、查找颜色位置 键盘操作 输入文本、按键、组合键、快捷操作(复制/粘贴/全选等) 图像识别 在屏幕上查找图片位置、等待图片出现/消失 对话框 警告、确认、输入对话框 系统信息 屏幕分辨率、鼠标位置、窗口信息 工具 等待、暂停 快速开始 基本使用模式 python scripts/automation.py < action > [ 参数 .. . ] 所有操作返回 JSON 格式结果。 脚本位置 : scripts/automation.py 操作详解 截图 全屏截图(自动生成文件名) python scripts/automation.py screenshot 指定输出路径 python scripts/automation.py screenshot --output my_screenshot.png 区域截图 python scripts/automation.py screensho...
|
401 |
| 5589 | brand-identity | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
401 |
| 5590 | video-motion-graphics | dylantarre/animation-principles |
Video Motion Graphics Apply Disney's 12 animation principles to After Effects, Premiere Pro, and video motion design. Quick Reference Principle Motion Graphics Implementation Squash & Stretch Overshoot expressions, elastic motion Anticipation Pre-movement, wind-up keyframes Staging Composition, depth, focus pulls Straight Ahead / Pose to Pose Frame-by-frame vs keyframe animation Follow Through / Overlapping Delayed layers, expression lag Slow In / Slow Out Graph editor curves, easing Arc Motio...
|
401 |
| 5591 | pitch-deck | anthropics/financial-services-plugins |
Pitch Deck Generator Overview Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format. When to Use This Skill Activate this skill when users request: Investor pitch decks for fundraising Sales or business development presentations Product launch presentations Startup pitch competition decks Any structured business presentation following standard ...
|
401 |
| 5592 | subway-lost-property | nomadamas/k-skill |
Subway Lost Property What this skill does 지하철에서 잃어버린 물건을 찾기 위해 공식 경로를 구조화한다. LOST112 습득물 목록 조회 에 넣을 검색 조건을 정리한다. 서울교통공사 유실물센터 진입점을 함께 안내한다. 공개 API가 명확하지 않은 상태라 v1은 안내형/하이브리드 범위로 유지한다. When to use "강남역에서 지갑 잃어버렸는데 어디서 찾아?" "2호선 지하철 분실물 조회 방법 알려줘" "서울 지하철 유실물 공식 사이트로 바로 찾게 도와줘" Inputs 필수: 역명 또는 보관장소 키워드 선택: 물품명, 호선, 분실/습득 추정 기간 Official surfaces LOST112 습득물 목록: https://www.lost112.go.kr/find/findList.do 서울교통공사 유실물센터: https://www.seoulmetro.co.kr/kr/page.do?menuIdx=541 LOST112 검색 폼에서 확인되는 핵심 필드는 아래...
|
401 |
| 5593 | mfds-drug-safety | nomadamas/k-skill |
의약품 안전 체크 What this skill does 식약처 공식 OpenAPI를 k-skill-proxy 경유 로 조회해 의약품개요정보(e약은요) 와 안전상비의약품 정보 를 확인한다. 하지만 사용자가 증상이나 복용 상황을 말하면 바로 단정하지 말고 먼저 되묻는다. 본인/아이/임산부/고령자 여부 어떤 약을 이미 먹었는지 / 지금 먹으려는지 언제부터 얼마나 복용했는지 현재 증상, 기저질환, 알레르기, 복용 중인 다른 약 red flag ( 호흡곤란 , 의식저하 , 심한 발진 , 지속되는 구토/흉통 ) red flag 가 있으면 API 조회보다 즉시 119·응급실·의료진 연결 을 우선한다. When to use "이 약이랑 이 약 같이 먹어도 되니?" "타이레놀 먹는 중인데 판콜 같이 먹어도 돼?" "두드러기가 있는데 이 약 계속 먹어도 되나?" "식약처 공식 약 정보로 효능/주의사항 확인해줘" Prerequisites 인터넷 연결 python3 설치된 skill payload 안에 ...
|
401 |
| 5594 | cloudflare-worker-base | jezweb/claude-skills |
Cloudflare Worker Base Stack Production-tested: cloudflare-worker-base-test (https://cloudflare-worker-base-test.webfonts.workers.dev) Last Updated: 2026-01-20 Status: Production Ready ✅ Latest Versions: hono@4.11.3, @cloudflare/vite-plugin@1.17.1, vite@7.3.1, wrangler@4.54.0 Skill Version: 3.1.0 Recent Updates (2025-2026): Wrangler 4.55+: Auto-config for frameworks (wrangler deploy --x-autoconfig) Wrangler 4.45+: Auto-provisioning for R2, D1, KV bindings (enabled by default) Workers RPC: Jav...
|
400 |
| 5595 | contributing | nuxt/ui |
Nuxt UI Development Guidelines for contributing to the Nuxt UI component library. Project Structure src/ ├── runtime/ │ ├── components/ Vue components (PascalCase.vue) │ ├── composables/ Composables (use*.ts) │ ├── types/ TypeScript types │ └── utils/ Utility functions ├── theme/ Tailwind Variants themes (kebab-case.ts) └── module.ts test/ ├── components/ Component tests (*.spec.ts) │ └── __snapshots__/ Auto-generated snapshots └── ...
|
400 |
| 5596 | core-components | sickn33/antigravity-awesome-skills |
Core Components Design System Overview Use components from your core library instead of raw platform components. This ensures consistent styling and behavior. Design Tokens NEVER hard-code values. Always use design tokens. Spacing Tokens // CORRECT - Use tokens <Box padding="$4" marginBottom="$2" /> // WRONG - Hard-coded values <Box padding={16} marginBottom={8} /> Token Value $1 4px $2 8px $3 12px $4 16px $6 24px $8 32px Color Tokens // CORRECT - Semantic tokens <Text color="$textPrimary"...
|
400 |
| 5597 | supabase-nextjs | alinaqi/claude-bootstrap |
Supabase + Next.js Skill Load with: base.md + supabase.md + typescript.md Next.js App Router patterns with Supabase Auth and Drizzle ORM. Sources: Supabase Next.js Guide | Drizzle + Supabase Core Principle Drizzle for queries, Supabase for auth/storage, server components by default. Use Drizzle ORM for type-safe database access. Use Supabase client for auth, storage, and realtime. Prefer server components; use client components only when needed. Project Structure project/ ├── src/ │ ├──...
|
400 |
| 5598 | setup | subframeapp/subframe |
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
|
400 |
| 5599 | ux-principles | manutej/luxor-claude-marketplace |
UX Principles Skill When to Use This Skill Apply this skill when you need to: Design User-Centered Interfaces: Create products that prioritize user needs and behaviors Conduct User Research: Plan and execute qualitative and quantitative research studies Evaluate Usability: Assess interfaces using established heuristics and testing methods Ensure Accessibility: Design inclusive experiences that work for users with diverse abilities Optimize User Flows: Improve task completion rates and reduce f...
|
400 |
| 5600 | flux-best-practices | black-forest-labs/skills |
FLUX Best Practices Use this skill when generating prompts for any BFL FLUX model to ensure optimal image quality and accurate prompt interpretation. When to Use Creating prompts for FLUX.2 or FLUX.1 models Text-to-image (T2I) generation Image-to-image (I2I) editing with FLUX.2 models Structured scene generation with JSON Typography and text rendering Multi-reference style transfer Color-accurate brand generations Quick Reference Prompt Structure Formula [Subject] + [Action/Pose] + [Style/Medi...
|
400 |