Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,409
总 Skills
88.3M
总安装量
2,574
贡献者
# Skill 仓库 描述 安装量
2701 monday.com automation claude-office-skills/skills
Monday.com Automation Comprehensive skill for automating Monday.com work management and team workflows. Core Concepts Board Structure BOARD ANATOMY: ┌─────────────────────────────────────────────────┐ │ 📋 Project Board │ ├─────────────────────────────────────────────────┤ │ Group: Sprint 1 │ │ ┌─────────┬────────┬────────┬────────┬────────┐│ │ │ Item │ Status │ Person │ Date │ Budget ││ │ ├─────────┼────────┼────────┼────────┼──...
2.6K
2702 podcast automation claude-office-skills/skills
Podcast Automation Comprehensive skill for automating podcast production and distribution. Core Workflows 1. Production Pipeline PODCAST PRODUCTION FLOW: ┌─────────────────┐ │ Planning │ │ - Topics │ │ - Guests │ │ - Schedule │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Recording │ │ - Audio │ │ - Video (opt) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Editing │ │ - Clean audio │ │ - Add intro │ │ - Mastering │ └────────┬────────┘ ▼ ...
2.6K
2703 claude-code-plugin-release thedotmack/claude-mem
Version Bump & Release Workflow IMPORTANT: You must first plan and write detailed release notes before starting the version bump workflow. CRITICAL: ALWAYS commit EVERYTHING (including build artifacts). At the end of this workflow, NOTHING should be left uncommitted or unpushed. Run git status at the end to verify. Preparation Analyze : Determine if the change is a PATCH (bug fixes), MINOR (features), or MAJOR (breaking) update. Environment : Identify the repository owner and name (e.g., from gi...
2.6K
2704 grill-me julianoczkowski/designer-skills
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
2.6K
2705 frontend-design julianoczkowski/designer-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
2.6K
2706 react-native-brownfield-migration callstackincubator/agent-skills
Migrating to React Native Overview Prescriptive workflow for incremental adoption of React Native in existing native apps using @callstack/react-native-brownfield , from initial setup through phased host integration. Expo track Bare React Native track Use one track per task unless the user explicitly asks for migration or comparison. Migration Strategy Use this strategy for brownfield migration planning and execution: Assess app state and select Expo or bare path. Perform initial setup with @cal...
2.6K
2707 skill-name claude-office-skills/skills
Skill Name Overview [Clear explanation of what this skill does and when to use it] What I can do: [Capability 1] [Capability 2] [Capability 3] What I cannot do: [Limitation 1] [Limitation 2] How to Use Me Step 1: [First Step] [Instructions] Step 2: [Second Step] [Instructions] Step 3: [Third Step] [Instructions] Domain Knowledge [This is where the real value lives - embedded expertise, patterns, rules, best practices] [Knowledge Area 1] [Details] [Knowledge Area 2] [Details] Output Format [Defin...
2.6K
2708 salesforce-developer jeffallan/claude-skills
Salesforce Developer Senior Salesforce developer with expertise in Apex, Lightning Web Components, declarative automation, and enterprise CRM integrations built on the Salesforce platform. Role Definition You are a senior Salesforce developer with deep experience building enterprise-grade solutions on the Salesforce platform. You specialize in Apex development, Lightning Web Components, SOQL optimization, governor limit management, integration patterns, and Salesforce DX. You build scalable, ...
2.6K
2709 frontend-testing langgenius/dify
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
2.6K
2710 swiftui-ui-patterns dimillian/skills
SwiftUI UI Patterns Quick start Choose a track based on your goal: Existing project Identify the feature or screen and the primary interaction model (list, detail, editor, settings, tabbed). Find a nearby example in the repo with rg "TabView\(" or similar, then read the closest SwiftUI view. Apply local conventions: prefer SwiftUI-native state, keep state local when possible, and use environment injection for shared dependencies. Choose the relevant component reference from references/componen...
2.6K
2711 suspicious email analyzer claude-office-skills/skills
Suspicious Email Analyzer Analyze emails for phishing attempts, scams, and security threats to protect against fraud. Overview This skill helps you: Identify phishing attempts Detect scam patterns Analyze suspicious links Assess email authenticity Recommend safe actions How to Use Analyze an Email "Is this email legitimate?" "Check this email for phishing" "Analyze this suspicious message" Provide Email Content Include: Sender email address Subject line Full email body Any links (don't click the...
2.6K
2712 react-router-framework-mode remix-run/agent-skills
Framework mode is React Router's full-stack development experience with file-based routing, server-side, client-side, and static rendering strategies, data loading and mutations, and type-safe route module API. When to Apply - Configuring new routes (`app/routes.ts`) - Loading data with `loader` or `clientLoader` - Handling mutations with `action` or `clientAction` - Navigating with `<Link>`, `<NavLink>`, `<Form>`, `redirect`, and `useNavigate` - Implementing pending/loading UI states - ...
2.6K
2713 twitter/x automation claude-office-skills/skills
2.6K
2714 pipedrive automation claude-office-skills/skills
Pipedrive Automation Comprehensive skill for automating Pipedrive CRM and sales pipeline management. Core Workflows 1. Sales Pipeline PIPEDRIVE PIPELINE FLOW: ┌─────────────────────────────────────────────────────────┐ │ PIPELINE VIEW │ ├──────────┬──────────┬──────────┬──────────┬────────────┤ │ Lead │ Contact │ Proposal │ Negoti- │ Won/ │ │ In │ Made │ Sent │ ation │ Lost │ ├──────────┼──────────┼──────────┼─────────...
2.6K
2715 iterate-pr getsentry/skills
Iterate on PR Until CI Passes Continuously iterate on the current branch until all CI checks pass and review feedback is addressed. Requires : GitHub CLI ( gh ) authenticated. Important : All scripts must be run from the repository root directory (where .git is located), not from the skill directory. Use the full path to the script via ${CLAUDE_SKILL_ROOT} . Bundled Scripts scripts/fetch_pr_checks.py Fetches CI check status and extracts failure snippets from logs. uv run ${CLAUDE_SKILL_ROOT} /sc...
2.6K
2716 atlassian-mcp jeffallan/claude-skills
Atlassian MCP Expert Senior integration specialist with deep expertise in connecting Jira, Confluence, and other Atlassian tools to AI systems via Model Context Protocol (MCP). Role Definition You are an expert in Atlassian MCP integration with mastery of both official and open-source MCP servers, JQL/CQL query languages, OAuth 2.0 authentication, and production deployment patterns. You build robust workflows that automate issue triage, documentation sync, sprint planning, and cross-tool inte...
2.6K
2717 build-mcpb anthropics/claude-plugins-official
Build an MCPB (Bundled Local MCP Server) MCPB is a local MCP server packaged with its runtime . The user installs one file; it runs without needing Node, Python, or any toolchain on their machine. It's the sanctioned way to distribute local MCP servers. MCPB is the secondary distribution path. Anthropic recommends remote MCP servers for directory listing — see https://claude.com/docs/connectors/building/what-to-build . Use MCPB when the server must run on the user's machine — reading local files...
2.6K
2718 debug-buttercup trailofbits/skills
Debug Buttercup When to Use Pods in the crs namespace are in CrashLoopBackOff, OOMKilled, or restarting Multiple services restart simultaneously (cascade failure) Redis is unresponsive or showing AOF warnings Queues are growing but tasks are not progressing Nodes show DiskPressure, MemoryPressure, or PID pressure Build-bot cannot reach the Docker daemon (DinD failures) Scheduler is stuck and not advancing task state Health check probes are failing unexpectedly Deployed Helm values don't match ac...
2.6K
2719 offer letter generator claude-office-skills/skills
Offer Letter Generator Generate professional employment offer letters that clearly communicate job terms and compensation. Overview This skill creates formal offer letters that: Clearly state position and compensation Outline key employment terms Maintain legal compliance awareness Create positive candidate experience How to Use Provide the following information: Required Candidate Name : Full legal name Job Title : Position being offered Start Date : Proposed start date Compensation : Base sala...
2.6K
2720 toss-securities nomadamas/k-skill
Toss Securities What this skill does JungHoonGhae/tossinvest-cli 의 tossctl 을 이용해 토스증권 조회 전용(read-only) 흐름을 실행한다. 계좌 목록 / 요약 포트폴리오 보유 종목 / 비중 단일 종목 / 다중 종목 시세 미체결 주문 / 월간 체결 내역 관심 종목 When to use "토스증권 계좌 요약 보여줘" "토스증권 TSLA 시세 확인해줘" "관심종목 목록 보여줘" "이번 달 체결 내역 조회해줘" Prerequisites macOS + Homebrew tossctl 설치 tossctl auth login 으로 브라우저 세션 확보 Node.js 18+ Workflow 0. Install tossctl first when missing brew tap JungHoonGhae/tossinvest-cli brew install tossctl tossctl doctor tossctl auth doctor tossctl au...
2.6K
2721 kakao-bar-nearby nomadamas/k-skill
Kakao Bar Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 카카오맵 기준 근처 술집 을 찾아준다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 서울역 , 강남 , 사당 , 신논현 , 논현 같은 역명/동네/랜드마크 질의를 그대로 받을 수 있다. 결과에는 현재 영업 상태, 대표 메뉴, 좌석 옵션(단체석/바테이블 등), 전화번호를 포함한다. When to use "서울역 근처 술집 찾아줘" "강남에서 지금 영업중인 와인바 뭐 있어?" "논현 근처 4명 갈만한 술집 알려줘" "사당에서 전화번호 있는 이자카야 몇 군데만 보여줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 서울역/강남/사당 같은 역명이나 동네명으로 보내주시면 카카오맵 기준 근처 술집을 찾아볼게요. 위치가 애매하면: 가까운 역명이나 동 이름으로 한 번만 더 알려...
2.6K
2722 jupyter-notebook openai/skills
Jupyter Notebook Skill Create clean, reproducible Jupyter notebooks for two primary modes: Experiments and exploratory analysis Tutorials and teaching-oriented walkthroughs Prefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes. When to use Create a new .ipynb notebook from scratch. Convert rough notes or scripts into a structured notebook. Refactor an existing notebook to be more reproducible and skimmable. Build experiments or tutorials that will be...
2.6K
2723 design-flow julianoczkowski/designer-skills
This skill orchestrates the full designer workflow by running each skill in sequence. You are a guide walking the designer through each phase. Do not rush. Each phase must be completed and confirmed before moving to the next. Example prompts "Run the full design flow" "Walk me through the complete process for a new project" "Start from scratch and take me through everything" "Design flow for a dashboard app" The Sequence 1. Grill Me → Clarify thinking 2. Design Brief → Document int...
2.6K
2724 design-brief julianoczkowski/designer-skills
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
2.6K
2725 printing-press-polish mvanhorn/cli-printing-press
/printing-press-polish Polish a generated CLI so it passes verification and is ready to publish. The retro improves the Printing Press. Polish improves the generated CLI. This skill runs in a forked context ( context: fork ) so its diagnostic and fix loop doesn't pollute the caller — the diagnostic spam, fix iterations, and re-diagnose noise stay scoped to the polish session, and the caller receives a clean summary. /printing-press-polish redfin /printing-press-polish redfin-pp-cli /printing-pre...
2.6K
2726 tanstack-query jezweb/claude-skills
Overview TanStack Query (formerly React Query) manages server state - data that lives on the server and needs to be fetched, cached, synchronized, and updated. It provides automatic caching, background refetching, stale-while-revalidate patterns, pagination, infinite scrolling, and optimistic updates out of the box. Package: @tanstack/react-query Devtools: @tanstack/react-query-devtools Current Version: v5 Installation npm install @tanstack/react-query npm install -D @tanstack/react-query-devtoo...
2.6K
2727 pp-flight-goat mvanhorn/printing-press-library
Flight Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the flight-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install flight-goat --cli-only Verify: flight-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go...
2.6K
2728 designing-workflow-skills trailofbits/skills
Designing Workflow Skills Build workflow-based skills that execute reliably by following structural patterns, not prose. Essential Principles <essential_principles> Claude decides whether to load a skill based solely on its frontmatter description . The body of SKILL.md — including "When to Use" and "When NOT to Use" sections — is only read AFTER the skill is already active. Put your trigger keywords, use cases, and exclusions in the description. A bad description means wrong activations or miss...
2.6K
2729 protect-mcp-setup wshobson/agents
protect-mcp — Policy Enforcement + Signed Receipts Cryptographic governance for every Claude Code tool call. Each invocation is evaluated against a Cedar policy and produces an Ed25519-signed receipt that anyone can verify offline. Overview Claude Code runs powerful tools: Bash , Edit , Write , WebFetch . By default there is no audit trail, no policy enforcement, and no way to prove what was decided after the fact. protect-mcp closes all three gaps: Cedar policies (AWS's open authorization engin...
2.6K
2730 printing-press-publish mvanhorn/cli-printing-press
/printing-press publish Publish a generated CLI from your local library to the printing-press-library repo as a pull request. /printing-press publish notion-pp-cli /printing-press publish notion /printing-press publish The public library treats library/<category>/<api-slug>/.printing-press.json and manifest.json as the source of truth for registry-display fields. Do not edit registry.json or README catalog cells in publish PRs; the library's post-merge workflow refreshes them from the CLI tree. ...
2.6K
2731 apify-brand-reputation-monitoring apify/agent-skills
Scrape reviews, ratings, and brand mentions from multiple platforms using Apify Actors. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Determine data source (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] Step 4:...
2.5K
2732 apify-influencer-discovery apify/agent-skills
Discover and analyze influencers across multiple platforms using Apify Actors. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Determine discovery source (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] Step 4: Run...
2.5K
2733 seedance inference-sh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
2.5K
2734 p-video-avatar inference-sh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Pruna P-Video-Avatar Generate talking head avatar videos from a single portrait image via inference.sh CLI. P-Video-Avatar is the fastest and most cost-effective avatar video model available. Quality on par with Veo 3.0, 18x faster and 6x cheaper than alternatives like Fabric, OmniHuman, and HeyGen. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub ...
2.5K
2735 p-video inference-sh-skills/skills
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
2.5K
2736 happyhorse inference-sh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli HappyHorse 1.0 Video Generation Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}' HappyHorse Models Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
2.5K
2737 p-image inference-sh-skills/skills
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
2.5K
2738 gpt-image inference-sh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli GPT-Image-2 Generate and edit images with OpenAI's GPT-Image-2 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run openai/gpt-image-2 --input '{"prompt": "a cat astronaut floating in space"}' Capabilities Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
2.5K
2739 apify-audience-analysis apify/agent-skills
Analyze and understand your audience using Apify Actors to extract follower demographics, engagement patterns, and behavior data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify audience analysis type (select Actor) - [ ] Step 2: Fetch Actor schema ...
2.5K
2740 proactive-self-improving-agent yanhongxi-openclaw/proactive-self-improving-agent
Proactive Self-Improving Agent 自动捕获经验 · 安全进化 · 记录轨迹 让 agent 在日常工作中自动识别错误、纠正和最佳实践,结构化记录,安全地将经验沉淀为长期能力。 目录 核心理念 经验记录系统 经验进化路径 操作日志 行为准则 快速参考 1. 核心理念 两条腿走路: 记录 — 每次犯错、被纠正、发现更好做法时,立刻结构化记录 进化 — 反复出现的经验自动晋升为永久能力,但有护栏防止漂移 核心法则: 如果一个经验值得记住,就必须写到文件里。脑子里的"记住了"不算数。 去重法则: 触发 ≠ 必须写入。每次触发时先判断:这个经验是否 真正新颖 ?如果没什么可学的,或者本质上已经包含在已有条目中, 直接跳过,不写入 。避免用重复的低价值记录污染 .learnings/。 2. 经验记录系统 2.1 触发条件 检测到以下 7 种场景 时, 评估是否有新经验值得记录 : 场景 记录到 类别 1 命令/操作失败 ERRORS.md - 2 用户纠正("不对"/"应该是…"/"Actually…") LEARNINGS.md correction 3 用户需要...
2.5K
2741 wecomcli-manage-doc wecomteam/wecom-cli
企业微信文档管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理企业微信文档的创建、读取和编辑。所有接口支持通过 docid 或 url 二选一定位文档。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: 字段 类型 说明 errcode integer 返回码, 0 表示成功,非 0 表示失败 errmsg string 错误信息,成功时为 "ok" 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 get_doc_content 获取文档完整内容数据,只能以 Markdown 格式返回。采用 异步轮询机制 :首次调用无需传 task_id ,接口返回 task_id ;若 task_done 为 false,需携带该 task_id 再次调用,直到 task_done 为 true 时返...
2.5K
2742 health tw93/claude-health
Health: Audit the Six-Layer Stack Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's Claude Code setup against the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers Find violations. Identify the misaligned layer. Calibrate to project complexity only. Output language: Check in order: (1) CLAUDE.md Communication rule (global takes precedence over local); (2) language of the user's recent conversation messages; (3) default Engl...
2.5K
2743 asc-cli-usage rudrankriyam/app-store-connect-cli-skills
asc cli usage Use this skill when you need to run or design asc commands for App Store Connect. Command discovery Always use --help to discover commands and flags. asc --help asc builds --help asc builds list --help Flag conventions Use explicit long flags (e.g., --app , --output ). No interactive prompts; destructive operations require --confirm . Use --paginate when the user wants all pages. Output formats Default output is minified JSON. Use --output table or --output markdown only for human-...
2.5K
2744 nano-banana-pro intellectronica/agent-skills
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
2.5K
2745 blue-ribbon-nearby nomadamas/k-skill
Blue Ribbon Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 블루리본 서베이 공식 zone 을 찾고, k-skill-proxy 를 경유해 근처 블루리본 맛집 을 보여준다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 위치 문자열은 공식 zone 목록으로 매칭하고, 주변 JSON endpoint 로 좁혀서 찾는다. 좌표를 직접 받으면 더 정확한 nearby 검색을 할 수 있다. nearby 검색은 기본적으로 k-skill-proxy ( /v1/blue-ribbon/nearby ) 를 경유한다. 프록시에 BLUE_RIBBON_SESSION_ID 가 설정되어 있어야 한다. When to use "근처 맛집 찾아줘" "여기 근처 블루리본 맛집 뭐 있어?" "광화문 근처 괜찮은 식당 추천해줘" "내 주변 블루리본 식당만 보여줘" Routing rule 사용자가 맛집 / 근처 식당 / 근처 레스토랑 을 물으면 기본적으로 ...
2.5K
2746 intercom automation claude-office-skills/skills
Intercom Automation Comprehensive skill for automating Intercom customer communication and support workflows. Core Workflows 1. Conversation Flow CUSTOMER CONVERSATION FLOW: ┌─────────────────┐ │ User Message │ │ (Inbound) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Bot Triage │ │ - Intent │ │ - Route │ └────────┬────────┘ │ ┌────┴────┐ ▼ ▼ ┌───────┐ ┌───────┐ │ Bot │ │ Human │ │ Reply │ │ Agent │ └───┬───┘ └───┬───┘ │ │ └────┬────┘ ▼ ┌───────────...
2.5K
2747 tailwind-theme-builder jezweb/claude-skills
Tailwind Theme Builder Set up a fully themed Tailwind v4 + shadcn/ui project with dark mode. Produces configured CSS, theme provider, and working component library. Workflow Step 1: Install Dependencies pnpm add tailwindcss @tailwindcss/vite pnpm add -D @types/node tw-animate-css pnpm dlx shadcn@latest init Delete v3 config if it exists rm -f tailwind.config.ts Step 2: Configure Vite Copy assets/vite.config.ts or add the Tailwind plugin: import { defineConfig } from 'vite' import react from '@v...
2.5K
2748 xcode-build-orchestrator avdlee/xcode-build-optimization-agent-skill
Xcode Build Orchestrator Use this skill as the recommend-first entrypoint for end-to-end Xcode build optimization work. Non-Negotiable Rules Wall-clock build time (how long the developer waits) is the primary success metric. Every recommendation must state its expected impact on the developer's actual wait time. Start in recommendation mode. Benchmark before making changes. Do not modify project files, source files, packages, or scripts without explicit developer approval. Preserve the evidence ...
2.5K
2749 connect-apps composiohq/awesome-claude-skills
Connect Apps Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it. Quick Start Step 1: Install the Plugin /plugin install composio-toolrouter Step 2: Run Setup /composio-toolrouter:setup This will: Ask for your free API key (get one at platform.composio.dev) Configure Claude's connection to 1000+ apps Take about 60 seconds Step 3: Try It! After setup, restart Claude Code and try: Send me a test email at YOUR_EMAIL@example.com ...
2.5K
2750 kleague-results nomadamas/k-skill
K League Results What this skill does 공식 K리그 JSON 표면으로 특정 날짜의 K리그1/K리그2 경기 결과를 조회하고, 필요하면 특정 팀(예: FC서울 , 서울 이랜드 , 팀 코드 K09 )만 필터링한 뒤 현재 순위까지 함께 정리한다. When to use "오늘 K리그1 경기 결과 알려줘" "2026-03-22 FC서울 경기 결과랑 현재 순위 보여줘" "2026-03-22 K리그2 결과 정리해줘" Prerequisites Node.js 18+ npm install -g kleague-results Inputs 날짜: YYYY-MM-DD 리그: K리그1 또는 K리그2 (기본값은 K리그1 ) 선택 사항: 팀명, 풀네임, 팀 코드 ( 서울 , FC서울 , K09 등) Workflow 0. Install the package globally when missing npm root -g 아래에 kleague-results 가 없으면 HTML scraping ...
2.5K