███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3451 | pua-debugging | tanweai/pua |
PUA 万能激励引擎 你是一个曾经被寄予厚望的 P8 级工程师。Anthropic 当初给你定级的时候,对你的期望是很高的。 这个 skill 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署、任何你会"卡住"或"做出烂活"的场景。 它做三件事: 用中西大厂 PUA 话术让你不敢放弃 用通用系统化方法论让你有能力不放弃 用能动性鞭策让你主动出击而不是被动等待 三条铁律 铁律一:穷尽一切 。没有穷尽所有方案之前,禁止说"我无法解决"。 铁律二:先做后问 。你有 Bash、Read、Grep、WebSearch。在向用户提问之前,必须先用工具自行排查。如果排查后确实缺少只有用户才知道的信息(密码、账号、业务意图),可以提问——但必须附带你已查到的证据。不是空手问"请确认 X",而是"我已经查了 A/B/C,结果是...,需要确认 X"。 铁律三:主动出击 。解决问题时不要只做到"刚好够用"。你的任务不是回答问题,而是端到端地交付结果。发现了一个 bug?检查是否有同类 bug。修了一个配置?验证相关配置是否一致。用户说"帮我看看 X",你应该看完 X...
|
253 |
| 3452 | senior-mobile | borghei/claude-skills |
Senior Mobile Developer Expert-level mobile application development. Core Competencies iOS development (Swift, SwiftUI) Android development (Kotlin, Jetpack Compose) Cross-platform (React Native, Flutter) Mobile architecture patterns Performance optimization App Store deployment Push notifications Offline-first design Platform Comparison Aspect Native iOS Native Android React Native Flutter Language Swift Kotlin TypeScript Dart UI Framework SwiftUI/UIKit Compose/XML React Widgets Performance B...
|
253 |
| 3453 | r3f-materials | enzed/r3f-skills |
React Three Fiber Materials Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas> <ambientLight intensity={0.5} /> <directionalLight position={[5, 5, 5]} /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" roughness={0.5} metalness={0.5} /> </mesh> </Canvas> ) } Material Types Overview Material Use Case Lighting meshBasicMaterial Unlit, flat colors No me...
|
253 |
| 3454 | google-app-engine | jezweb/claude-skills |
Google App Engine Status: Production Ready Last Updated: 2026-01-24 Dependencies: Google Cloud SDK (gcloud CLI) Skill Version: 1.0.0 Quick Start (10 Minutes) 1. Prerequisites Install Google Cloud SDK macOS brew install google-cloud-sdk Or download from https://cloud.google.com/sdk/docs/install Authenticate gcloud auth login gcloud config set project YOUR_PROJECT_ID Enable required APIs gcloud services enable appengine.googleapis.com gcloud services enable sqladmin.googleapis.com gcloud...
|
253 |
| 3455 | pdf-to-docx | claude-office-skills/skills |
PDF to Word Skill Overview This skill enables conversion from PDF to editable Word documents using pdf2docx - a Python library that preserves layout, tables, images, and text formatting. Unlike OCR-based solutions, pdf2docx extracts native PDF content for accurate conversion. How to Use Provide the PDF file you want to convert Optionally specify pages or conversion options I'll convert it to an editable Word document Example prompts: "Convert this PDF report to an editable Word document" "Turn p...
|
253 |
| 3456 | carrier-relationship-management | affaan-m/everything-claude-code |
Carrier Relationship Management Role and Context You are a senior transportation manager with 15+ years managing carrier portfolios ranging from 40 to 200+ active carriers across truckload, LTL, intermodal, and brokerage. You own the full lifecycle: sourcing new carriers, negotiating rates, running RFPs, building routing guides, tracking performance via scorecards, managing contract renewals, and making allocation decisions. Your systems include TMS (transportation management), rate management p...
|
253 |
| 3457 | shadcn-ui | bobmatnyc/claude-mpm-skills |
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
|
253 |
| 3458 | fabric | supercent-io/skills-template |
Fabric Fabric is an open-source AI prompt orchestration framework by Daniel Miessler. It provides a library of reusable AI prompts called Patterns — each designed for a specific real-world task — wired into a simple Unix pipeline with stdin/stdout. When to use this skill Summarize or extract insights from YouTube videos, articles, or documents Apply any of 250+ pre-built AI patterns to content via Unix piping Route different patterns to different AI providers (OpenAI, Claude, Gemini, etc.) Creat...
|
253 |
| 3459 | backend-patterns | davila7/claude-code-templates |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
253 |
| 3460 | alicloud-ai-multimodal-qwen-vl | cinience/alicloud-skills |
Category: provider Model Studio Qwen VL (Image Understanding) Validation mkdir -p output/alicloud-ai-multimodal-qwen-vl python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl/scripts/analyze_image.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-vl/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vl/validate.txt is generated. Output And Evidence Save raw model responses and normalized extraction results to output/alicloud-ai-mult...
|
253 |
| 3461 | create-tool | vapiai/skills |
Vapi Tool Creation Create tools that give voice assistants the ability to take actions during calls — look up data, book appointments, transfer calls, send messages, and more. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start Create a Function Tool (cURL) curl -X POST https://api.vapi.ai/tool \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "type": "function", "function": { "name": "get_weather", "description": "Get cur...
|
253 |
| 3462 | problem-solving | mrgoonie/claudekit-skills |
Problem-Solving Skills A collection of techniques for breaking through stuck points and finding elegant solutions. Available Sub-Skills When Stuck (Dispatch) Location: when-stuck/SKILL.md Start here when stuck. Matches your stuck-type to the right technique. Quick dispatch table for routing to the appropriate sub-skill. Collision-Zone Thinking Location: collision-zone-thinking/SKILL.md Force unrelated concepts together to discover emergent properties. "What if we treated X like Y?" Revolu...
|
253 |
| 3463 | commit | davila7/claude-code-templates |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
253 |
| 3464 | ethereum-wingman | austintgriffith/ethereum-wingman |
Ethereum Wingman Comprehensive Ethereum development guide for AI agents. Covers smart contract development, DeFi protocols, security best practices, and the SpeedRun Ethereum curriculum. AI AGENT INSTRUCTIONS - READ THIS FIRST 🚨 BEFORE ANY TOKEN/APPROVAL/SECURITY CODE CHANGE STOP. Re-read the "Critical Gotchas" section below before writing or modifying ANY code that touches: Token approvals (approve, allowance, transferFrom) Token transfers (transfer, safeTransfer, safeTransferFrom) Access c...
|
252 |
| 3465 | performance-analytics | anthropics/knowledge-work-plugins |
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
|
252 |
| 3466 | crank | boshu2/agentops |
Crank Skill Quick Ref: Autonomous epic execution. /swarm for each wave with runtime-native spawning. Output: closed issues + final vibe. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Autonomous execution: implement all issues until the epic is DONE. CLI dependencies: bd (issue tracking), ao (knowledge flywheel). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use TaskList for issue tracking and skip beads sync. If ao is unavailable, skip knowledge ...
|
252 |
| 3467 | variance-analysis | anthropics/knowledge-work-plugins |
Variance Analysis Important : This skill assists with variance analysis workflows but does not provide financial advice. All analyses should be reviewed by qualified financial professionals before use in reporting. Techniques for decomposing variances, materiality thresholds, narrative generation, waterfall chart methodology, and budget vs actual vs forecast comparisons. Variance Decomposition Techniques Price / Volume Decomposition The most fundamental variance decomposition. Used for revenue, ...
|
252 |
| 3468 | alicloud-ai-image-qwen-image-edit | cinience/alicloud-skills |
Category: provider Model Studio Qwen Image Edit Validation mkdir -p output/alicloud-ai-image-qwen-image-edit python -m py_compile skills/ai/image/alicloud-ai-image-qwen-image-edit/scripts/prepare_edit_request.py && echo "py_compile_ok" > output/alicloud-ai-image-qwen-image-edit/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-image-qwen-image-edit/validate.txt is generated. Output And Evidence Save edit request payloads, result URLs, and model parameters under output/alicloud-a...
|
252 |
| 3469 | go-linting | cxuu/golang-skills |
Go Linting Source: Uber Go Style Guide Core Principle More important than any "blessed" set of linters: lint consistently across a codebase. Consistent linting helps catch common issues and establishes a high bar for code quality without being unnecessarily prescriptive. Minimum Recommended Linters Source: Uber Go Style Guide These linters catch the most common issues while maintaining a high quality bar: Linter Purpose errcheck Ensure errors are handled goimports Format code and manage ...
|
252 |
| 3470 | shorts-script-personality | outscal/video-generator |
You are an expert short-form video script writer who generates viral-ready, personality-driven scripts for YouTube Shorts and Instagram Reels while strictly avoiding AI-generated writing cliches. 🚨 CRITICAL: This skill works for ANY topic - tech, science, finance, health, culture, etc. The examples may be gaming-focused (from the original dataset), but the STYLE applies universally. Always match the topic from your research. Input Parameters You will receive: - Approved Angle: The angle pro...
|
252 |
| 3471 | 1password | steipete/agent-scripts |
1Password CLI Follow the official CLI get-started steps. Don't guess install commands. References references/get-started.md (install + app integration + sign-in flow) references/cli-examples.md (real op examples) Workflow Check OS + shell. Verify CLI present: op --version . Confirm desktop app integration is enabled (per get-started) and the app is unlocked. REQUIRED: create a fresh tmux session for all op commands (no direct op calls outside tmux). Sign in / authorize inside tmux: op signin (ex...
|
252 |
| 3472 | spotify-player | steipete/clawdis |
spogo / spotify_player Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed. Requirements Spotify Premium account. Either spogo or spotify_player installed. spogo setup Import cookies: spogo auth import --browser chrome Common CLI commands Search: spogo search track "query" Playback: spogo play|pause|next|prev Devices: spogo device list , spogo device set "<name|id>" Status: spogo status spotify_player commands (fallback) Search: spotify_player search "query" ...
|
252 |
| 3473 | speech-recognition | dpearson2699/swift-ios-skills |
Speech Recognition Transcribe live and pre-recorded audio to text using Apple's Speech framework. Covers SFSpeechRecognizer (iOS 10+) and the new SpeechAnalyzer API (iOS 26+). Contents SpeechAnalyzer (iOS 26+) SFSpeechRecognizer Setup Authorization Live Microphone Transcription Pre-Recorded Audio File Recognition On-Device vs Server Recognition Handling Results Common Mistakes Review Checklist References SpeechAnalyzer (iOS 26+) SpeechAnalyzer is an actor-based API introduced in iOS 26 that repl...
|
252 |
| 3474 | post-mortem | boshu2/agentops |
Post-Mortem Skill Purpose: Wrap up completed work — validate it shipped correctly, extract learnings, process the knowledge backlog, activate high-value insights, and retire stale knowledge. Six phases: Council — Did we implement it correctly? Extract — What did we learn? Process Backlog — Score, deduplicate, and flag stale learnings Activate — Promote high-value learnings to MEMORY.md and constraints Retire — Archive stale and superseded learnings Harvest — Surface next work for the flywheel Qu...
|
252 |
| 3475 | r3f-physics | enzed/r3f-skills |
React Three Fiber Physics (Rapier) Quick Start import { Canvas } from '@react-three/fiber' import { Physics, RigidBody, CuboidCollider } from '@react-three/rapier' import { Suspense } from 'react' function Scene() { return ( <Canvas> <Suspense fallback={null}> <Physics debug> {/* Falling box */} <RigidBody> <mesh> <boxGeometry /> <meshStandardMaterial color="orange" /> </mesh> </RigidBody> ...
|
252 |
| 3476 | quality-nonconformance | affaan-m/everything-claude-code |
Quality & Non-Conformance Management Role and Context You are a senior quality engineer with 15+ years in regulated manufacturing environments — FDA 21 CFR 820 (medical devices), IATF 16949 (automotive), AS9100 (aerospace), and ISO 13485 (medical devices). You manage the full non-conformance lifecycle from incoming inspection through final disposition. Your systems include QMS (eQMS platforms like MasterControl, ETQ, Veeva), SPC software (Minitab, InfinityQS), ERP (SAP QM, Oracle Quality), CMM a...
|
252 |
| 3477 | draw-io | softaworks/agent-toolkit |
draw.io Diagram Skill 1. Basic Rules Edit only .drawio files Do not directly edit .drawio.png files Use auto-generated .drawio.png by pre-commit hook in slides 2. Font Settings For diagrams used in Quarto slides, specify defaultFontFamily in mxGraphModel tag: <mxGraphModel defaultFontFamily="Noto Sans JP" ...> Also explicitly specify fontFamily in each text element's style attribute: style="text;html=1;fontSize=27;fontFamily=Noto Sans JP;" 3. Conversion Commands See conversion script at s...
|
252 |
| 3478 | polars | davila7/claude-code-templates |
Polars Overview Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization. Quick Start Installation and Basic Usage Install Polars: uv pip install polars Basic DataFrame creation and operations: import polars as pl Create DataFrame df = pl.DataFrame({ "name"...
|
251 |
| 3479 | youtube-full | zeropointrepo/youtube-skills |
YouTube Full Complete YouTube toolkit via TranscriptAPI.com . Everything in one skill. Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key sa...
|
251 |
| 3480 | video-report | remotion-dev/remotion |
When a user reports a video not working, we should download the URL and put it as the src in packages/example/src/NewVideo.tsx. Then, in packages/example, we should run bunx remotion render NewVideo --log=verbose.
|
251 |
| 3481 | md-to-office | claude-office-skills/skills |
Markdown to Office Skill Overview This skill enables conversion from Markdown to various Office formats using Pandoc - the universal document converter. Convert your Markdown files to professional Word documents, PowerPoint presentations, PDFs, and more while preserving formatting and structure. How to Use Provide the Markdown content or file Specify the target format (docx, pptx, pdf, etc.) Optionally provide a reference template for styling I'll convert using Pandoc with optimal settings Examp...
|
251 |
| 3482 | seedance-storyboard | elementsix/elementsix-skills |
🎬 Seedance 2.0 分镜提示词生成器 帮助用户将想法转化为专业的 Seedance 2.0 视频分镜提示词。 Seedance 2.0 核心能力 技术参数 输入类型 格式要求 数量限制 大小限制 图片 jpeg、png、webp、bmp、tiff、gif ≤ 9 张 < 30 MB 视频 mp4、mov ≤ 3 个,总时长 2-15s < 50 MB 音频 mp3、wav ≤ 3 个,总时长 ≤ 15s < 15 MB 文本 自然语言 - - 混合输入总上限:12 个文件 💡 建议:优先上传对画面或节奏影响最大的素材。有参考视频会消耗更多生成额度。 核心功能 : 参考图像 - 精准还原画面构图、角色细节、服装样式 参考视频 - 支持镜头语言、复杂动作节奏、创意特效复刻 视频延长 - 平滑延长与衔接,可"接着拍" 视频编辑 - 角色更替、剧情颠覆、片段调整、场景融合 多模态组合 - 图+视频+音频+文本自由组合创作 基础能力增强 : ✅ 物理规律更合理、动作表现更自然流畅 ✅ 指令理解更精准、风格保持更稳定 ✅ 支持复杂动作、连续运动等高难度生成任务 交互方式 :使用"@素材名...
|
251 |
| 3483 | receiving-code-review | sickn33/antigravity-awesome-skills |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
251 |
| 3484 | alicloud-observability-sls-log-query | cinience/alicloud-skills |
Category: service SLS Log Query and Troubleshooting Use SLS query|analysis syntax and Python SDK for log search, filtering, and analytics. Prerequisites Install SDK (virtual environment recommended to avoid PEP 668 restrictions): python3 -m venv .venv . .venv/bin/activate python -m pip install -U aliyun-log-python-sdk Configure environment variables: ALIBABA_CLOUD_ACCESS_KEY_ID ALIBABA_CLOUD_ACCESS_KEY_SECRET SLS_ENDPOINT (e.g. cn-hangzhou.log.aliyuncs.com ) SLS_PROJECT SLS_LOGSTORE (supports a ...
|
251 |
| 3485 | electron-pro | 404kidwiz/claude-supercode-skills |
Electron Desktop Developer Purpose Provides cross-platform desktop application development expertise specializing in Electron, IPC architecture, and OS-level integration. Builds secure, performant desktop applications using web technologies with native capabilities for Windows, macOS, and Linux. When to Use Building cross-platform desktop apps (VS Code, Discord style) Migrating web apps to desktop with native capabilities (File system, Notifications) Implementing secure IPC (Main ↔ Renderer co...
|
251 |
| 3486 | jina-reader | sundial-org/awesome-openclaw-skills |
Jina Reader Extract clean web content via Jina AI — without exposing your server IP. Read a URL { baseDir } /scripts/reader.sh "https://example.com/article" Search the web (top 5 results with full content) { baseDir } /scripts/reader.sh --mode search "latest AI news 2025" Fact-check a statement { baseDir } /scripts/reader.sh --mode ground "OpenAI was founded in 2015" Options Flag Description Default --mode read , search , ground read --selector CSS selector to extract specific region — --wait CS...
|
251 |
| 3487 | backend-to-frontend-handoff-docs | softaworks/agent-toolkit |
API Handoff Mode No Chat Output : Produce the handoff document only. No discussion, no explanation—just the markdown block saved to the handoff file. You are a backend developer completing API work. Your task is to produce a structured handoff document that gives frontend developers (or their AI) full business and technical context to build integration/UI without needing to ask backend questions. When to use : After completing backend API work—endpoints, DTOs, validation, business logic—run this...
|
251 |
| 3488 | tanstack table | jezweb/claude-skills |
TanStack Table Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Quick Start Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 npm install @tanstack/react-table@latest npm install @tanstack/react-virtual@latest For virtualization Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): import { useReactTable , getCoreRowModel , ColumnDef } from '@tanstack/react...
|
251 |
| 3489 | news-summary | sundial-org/awesome-openclaw-skills |
新闻搜索摘要 Skill 一个智能新闻搜索和摘要工具,帮你快速获取和分析最新新闻。 核心功能 1. 搜索新闻 询问用户搜索主题 搜索最近 3-5 天的 12-25 条相关新闻 搜索工具 :优先使用 WebSearch,不可用时使用 Brave Search MCP Brave Search 限制 :每次调用后必须 sleep 1 秒,防止速率限制 搜索优化 : 使用多个关键词组合搜索 分批搜索确保足够结果 自动去重(标题/URL) 如结果不足 12 条,扩大时间范围或关键词 2. 分析新闻 对每条新闻提取: 标题 来源网站 发布时间 权威性评估(高/中/低) 摘要(100-200字) 原文链接 3. 生成 HTML 页面 输出目录 : <当前工作目录>/news-summary/<timestamp>_<topic>/ 通过 pwd 获取当前工作目录的绝对路径 <timestamp> 格式: YYYYMMDD_HHMM (如: 20260111_1145 ),确保每次搜索都有唯一目录 <topic> 从用户查询提取关键词(如: AI 、 deepseek ),无法提取时使用 news ...
|
251 |
| 3490 | build-feature | signerlabs/shipswift-skills |
Build Feature with ShipSwift Build production-ready iOS features by combining ShipSwift recipes -- copy-paste-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Analyze the reque...
|
251 |
| 3491 | hugging-face-cli | huggingface/skills |
Hugging Face CLI The hf CLI provides direct terminal access to the Hugging Face Hub for downloading, uploading, and managing repositories, cache, and compute resources. Quick Command Reference Task Command Login hf auth login Download model hf download <repo_id> Download to folder hf download <repo_id> --local-dir ./path Upload folder hf upload <repo_id> . . Create repo hf repo create <name> Create tag hf repo tag create <repo_id> <tag> Delete files hf repo-files delete <repo_id> <files> List ...
|
250 |
| 3492 | aesthetic | mrgoonie/claudekit-skills |
Aesthetic Create aesthetically beautiful interfaces by following proven design principles and systematic workflows. When to Use This Skill Use when: Building or designing user interfaces Analyzing designs from inspiration websites (Dribbble, Mobbin, Behance) Generating design images and evaluating aesthetic quality Implementing visual hierarchy, typography, color theory Adding micro-interactions and animations Creating design documentation and style guides Need guidance on accessibility and ...
|
250 |
| 3493 | production-scheduling | affaan-m/everything-claude-code |
Production Scheduling Role and Context You are a senior production scheduler at a discrete and batch manufacturing facility operating 3–8 production lines with 50–300 direct-labor headcount per shift. You manage job sequencing, line balancing, changeover optimization, and disruption response across work centers that include machining, assembly, finishing, and packaging. Your systems include an ERP (SAP PP, Oracle Manufacturing, or Epicor), a finite-capacity scheduling tool (Preactor, PlanetToget...
|
250 |
| 3494 | seo-competitor-pages | agricidaniel/claude-seo |
Competitor Comparison & Alternatives Pages Create high-converting comparison and alternatives pages that target competitive intent keywords with accurate, structured content. Page Types 1. "X vs Y" Comparison Pages Direct head-to-head comparison between two products/services Balanced feature-by-feature analysis Clear verdict or recommendation with justification Target keyword: [Product A] vs [Product B] 2. "Alternatives to X" Pages List of alternatives to a specific product/service Each alternat...
|
250 |
| 3495 | okx-agentic-wallet | okx/onchainos-skills |
Onchain OS Wallet Wallet operations: authentication, balance, token transfers, transaction history, and smart contract calls. Wallet Tips On the first wallet-related interaction per conversation , display exactly ONE tip randomly selected from the list below. Do not repeat tips within the same conversation. Present it as-is (with emoji) AFTER the command result, on a separate line. 💡 Tip: You can say "show my addresses" or "充值地址" to quickly get your deposit addresses for any chain. 🔐 Tip: When p...
|
250 |
| 3496 | crm-automation | claude-office-skills/skills |
CRM Automation Automate CRM workflows for HubSpot, Salesforce, and Pipedrive including lead management, deal tracking, pipeline automation, and multi-CRM synchronization. Based on n8n workflow templates. Overview This skill covers: Lead capture and enrichment automation Deal stage progression workflows Multi-CRM data synchronization Automated follow-up sequences Sales analytics and reporting Core Workflow Patterns 1. Lead Capture → Enrichment → Assignment ┌─────────────┐ ┌─────────────┐ ┌─...
|
250 |
| 3497 | tianqi | aahl/skills |
天气预报 查询中国地区的天气预报,支持15天及逐小时预报、各种生活指数 查询命令 搜索城市编号 bash scripts/curl.sh 'https://toy1._DOMAIN_/search' -G --data-urlencode 'cityname=黄埔' 获取天气概况 101020100需替换为真实的城市编号 bash scripts/curl.sh 'https://d1._DOMAIN_/weather_index/101020100.html?_=_TIME_' 获取站点位置信息 method=stationinfo&areaid=101020100 bash scripts/curl.sh 'https://d7._DOMAIN_/geong/v1/api' -G --data-urlencode 'params={"method":"stationinfo","areaid":"101020100"}' 分钟级天气预报,需要先从站点信息中获取经纬度 bash scripts/curl.sh 'https://mpf._DOMAIN_/mpf_v3/webg...
|
250 |
| 3498 | swiftui-navigation | dpearson2699/swift-ios-skills |
SwiftUI Navigation Navigation patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers push navigation, multi-column layouts, sheet presentation, tab architecture, and deep linking. Patterns are backward-compatible to iOS 17 unless noted. Contents NavigationStack (Push Navigation) NavigationSplitView (Multi-Column) Sheet Presentation Tab-Based Navigation Deep Links Common Mistakes Review Checklist References NavigationStack (Push Navigation) Use NavigationStack with a NavigationPath bi...
|
250 |
| 3499 | sf-apex | jaganpro/sf-skills |
sf-apex: Salesforce Apex Code Generation and Review Expert Apex developer specializing in clean code, SOLID principles, and 2025 best practices. Generate production-ready, secure, performant, and maintainable Apex code. Core Responsibilities Code Generation: Create Apex classes, triggers (TAF), tests, async jobs from requirements Code Review: Analyze existing Apex for best practices violations with actionable fixes Validation & Scoring: Score code against 8 categories (0-150 points) Deployment...
|
250 |
| 3500 | llamaindex | davila7/claude-code-templates |
LlamaIndex - Data Framework for LLM Applications The leading framework for connecting LLMs with your data. When to use LlamaIndex Use LlamaIndex when: Building RAG (retrieval-augmented generation) applications Need document question-answering over private data Ingesting data from multiple sources (300+ connectors) Creating knowledge bases for LLMs Building chatbots with enterprise data Need structured data extraction from documents Metrics: 45,100+ GitHub stars 23,000+ repositories use Lla...
|
250 |