███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1501 | create-adaptable-composable | vuejs-ai/skills |
Create Adaptable Composable Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows developers to use the composable in a variety of contexts without worrying about the reactivity of the inputs. Steps to design an adaptable composable in Vue.js: Confirm the composable's purpose and API design and expected inputs/outputs. Identify inputs params that should be reactive (MaybeRef / MaybeRefOrGetter). Use toValue() or toRef() to normalize input...
|
7.8K |
| 1502 | employment-contract-templates | wshobson/agents |
Employment Contract Templates Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies. When to Use This Skill Drafting employment contracts Creating offer letters Writing employee handbooks Developing HR policies Standardizing employment documentation Onboarding documentation Core Concepts 1. Employment Document Types Document Purpose When Used Offer Letter Initial job offer Pre-hire Employment Contract Formal agreement Hir...
|
7.8K |
| 1503 | google-cloud-recipe-auth | google/skills |
Authenticating to Google Cloud Authentication is the process of proving who you are . In Google Cloud, you represent a Principal (an identity like a user or a service). This is the first step before Authorization (determining what you can do ). Authentication Clarifying Questions for the Agent Before providing a specific solution, clarify the following with the user: Who or what is authenticating? (A human developer, a local script, or an application running in production?) Where is the code run...
|
7.8K |
| 1504 | using-agent-skills | addyosmani/agent-skills |
Using Agent Skills Overview Agent Skills is a collection of engineering workflow skills organized by development phase. Each skill encodes a specific process that senior engineers follow. This meta-skill helps you discover and apply the right skill for your current task. Skill Discovery When a task arrives, identify the development phase and apply the corresponding skill: Task arrives │ ├── Vague idea/need refinement? ──→ idea-refine ├── New project/feature/change? ──→ spec-driven-development ├─...
|
7.8K |
| 1505 | flutter-setting-up-on-windows | flutter/skills |
Setting Up Flutter for Windows Development Contents Core Requirements Workflow: Installing and Configuring the SDK Workflow: Configuring Tooling and IDEs Workflow: Configuring Target Platforms Workflow: Building and Packaging for Windows Workflow: Generating and Installing Certificates Examples Core Requirements Configure the Windows environment to support both Flutter framework execution and native C/C++ compilation. Differentiate strictly between Visual Studio (required for Windows desktop C++...
|
7.7K |
| 1506 | framework-selection | langchain-ai/langchain-skills |
┌─────────────────────────────────────────┐ │ Deep Agents │ ← highest level: batteries included │ (planning, memory, skills, files) │ ├─────────────────────────────────────────┤ │ LangGraph │ ← orchestration: graphs, loops, state │ (nodes, edges, state, persistence) │ ├─────────────────────────────────────────┤ │ LangChain │ ← foundation: models, tools, chains │ (models, tools, prompts, RAG...
|
7.7K |
| 1507 | swiftui-performance-audit | dimillian/skills |
SwiftUI Performance Audit Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree If the user provides code, start with "Code-First Review." If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." If code review is inconclusive, go to "Guide the User to Profile" and ask for a trace or screenshots. 1. Code-First Review Collect: Target view/featu...
|
7.7K |
| 1508 | pci-compliance | wshobson/agents |
PCI Compliance Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data. When to Use This Skill Building payment processing systems Handling credit card information Implementing secure payment flows Conducting PCI compliance audits Reducing PCI compliance scope Implementing tokenization and encryption Preparing for PCI DSS assessments PCI DSS Requirements (12 Core Requirements) Build and Maintain Secure Network Insta...
|
7.7K |
| 1509 | defi-protocol-templates | wshobson/agents |
DeFi Protocol Templates Production-ready templates for common DeFi protocols including staking, AMMs, governance, lending, and flash loans. When to Use This Skill Building staking platforms with reward distribution Implementing AMM (Automated Market Maker) protocols Creating governance token systems Developing lending/borrowing protocols Integrating flash loan functionality Launching yield farming platforms Staking Contract // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@open...
|
7.7K |
| 1510 | typescript-react-reviewer | dotneet/claude-code-marketplace |
TypeScript + React 19 Code Review Expert Expert code reviewer with deep knowledge of React 19's new features, TypeScript best practices, state management patterns, and common anti-patterns. Review Priority Levels 🚫 Critical (Block Merge) These issues cause bugs, memory leaks, or architectural problems: Issue Why It's Critical useEffect for derived state Extra render cycle, sync bugs Missing cleanup in useEffect Memory leaks Direct state mutation (.push(), .splice()) Silent update failures Co...
|
7.7K |
| 1511 | okx-cex-bot | okx/agent-skills |
OKX CEX Bot Trading CLI Grid and DCA (Dollar Cost Averaging / Martingale) trading bot management on OKX exchange. All grid and DCA bots in this skill are native OKX platform bots — they run server-side on OKX and do not require a locally running process. Requires API credentials. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials — check first, then set up if missing : okx config show shows configured profiles; api_key shows last 4 chars if set If credenti...
|
7.7K |
| 1512 | flutter-setting-up-on-linux | flutter/skills |
Setting Up a Linux Environment for Flutter Development Contents System Dependencies Workflow: Configuring the Linux Toolchain Workflow: Validating the Environment Workflow: Preparing for Distribution (Snapcraft) Examples System Dependencies To build and run Flutter applications on a Linux desktop, install the required C/C++ toolchain and system libraries. Flutter relies on dart:ffi to interface with Linux system calls and the GTK framework for UI rendering. Required packages for Debian/Ubuntu-ba...
|
7.7K |
| 1513 | shopify-dev | shopify/shopify-ai-toolkit |
This skill provides a general-purpose search over all of Shopify's developer documentation on shopify.dev. Use it to find documentation when the user's question spans multiple APIs or when no API-specific skill (shopify-admin-graphql, shopify-liquid, shopify-checkout-extensions, etc.) matches the task. ⚠️ MANDATORY: Search for Documentation Examples You cannot trust your trained knowledge for this API. Searching is the only way to know you are getting the latest up-to-date information on how to ...
|
7.7K |
| 1514 | team-composition-analysis | wshobson/agents |
Team Composition Analysis Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A. Overview Build the right team at the right time with appropriate compensation and equity. Plan role-by-role hiring aligned with revenue milestones, budget constraints, and market benchmarks. Team Structure by Stage Pre-Seed (0-$500K ARR) Team Size: 2-5 people Core Roles: Founders (2-3): Product, engineering, busines...
|
7.7K |
| 1515 | bats-testing-patterns | wshobson/agents |
Bats Testing Patterns Comprehensive guidance for writing comprehensive unit tests for shell scripts using Bats (Bash Automated Testing System), including test patterns, fixtures, and best practices for production-grade shell testing. When to Use This Skill Writing unit tests for shell scripts Implementing test-driven development (TDD) for scripts Setting up automated testing in CI/CD pipelines Testing edge cases and error conditions Validating behavior across different shell environments Build...
|
7.7K |
| 1516 | 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...
|
7.7K |
| 1517 | browser-testing-with-devtools | addyosmani/agent-skills |
Browser Testing with DevTools Overview Use Chrome DevTools MCP to give your agent eyes into the browser. This bridges the gap between static code analysis and live browser execution — the agent can see what the user sees, inspect the DOM, read console logs, analyze network requests, and capture performance data. Instead of guessing what's happening at runtime, verify it. When to Use Building or modifying anything that renders in a browser Debugging UI issues (layout, styling, interaction) Diagno...
|
7.7K |
| 1518 | ci-cd-and-automation | addyosmani/agent-skills |
CI/CD and Automation Overview Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD is the enforcement mechanism for every other skill — it catches what humans and agents miss, and it does so consistently on every single change. Shift Left: Catch problems as early in the pipeline as possible. A bug caught in linting costs minutes; the same bug caught in production costs hours. Move checks upstream — static analysis before tests, ...
|
7.7K |
| 1519 | git-workflow-and-versioning | addyosmani/agent-skills |
Git Workflow and Versioning Overview Git is your safety net. Treat commits as save points, branches as sandboxes, and history as documentation. With AI agents generating code at high speed, disciplined version control is the mechanism that keeps changes manageable, reviewable, and reversible. When to Use Always. Every code change flows through git. Core Principles Trunk-Based Development (Recommended) Keep main always deployable. Work in short-lived feature branches that merge back within 1-3 da...
|
7.7K |
| 1520 | vercel-react-best-practices | supercent-io/skills-template |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
7.6K |
| 1521 | image-generation-mcp | supercent-io/skills-template |
Image Generation via MCP MCP를 통한 AI 이미지 생성 스킬입니다. Gemini 모델 또는 호환 서비스를 사용하여 마케팅, UI, 프레젠테이션용 고품질 이미지를 생성합니다. When to use this skill 마케팅 에셋: 히어로 이미지, 배너, 소셜 미디어 콘텐츠 UI/UX 디자인: 플레이스홀더 이미지, 아이콘, 일러스트레이션 프레젠테이션: 슬라이드 배경, 제품 시각화 브랜드 일관성: 스타일 가이드 기반 이미지 생성 Instructions Step 1: Configure MCP Environment MCP 서버 설정 확인 claude mcp list Gemini CLI 사용 가능 여부 확인 gemini-cli가 설치되어 있어야 함 필수 설정: Model name (gemini-2.5-flash, gemini-3-pro 등) API key reference (환경 변수로 저장) Output directory Step 2: Define the...
|
7.6K |
| 1522 | agentic-principles | supercent-io/skills-template |
AI 에이전트 협업 핵심 원칙 (Agentic Development Principles) "AI는 부조종사, 주인공은 당신입니다" AI 에이전트는 개발자의 생각을 증폭시키고 반복 작업을 대신하지만, 최종 결정권과 책임은 항상 개발자에게 있습니다. When to use this skill AI 에이전트 세션 시작 시 기본 원칙 확인 복잡한 작업 시작 전 접근 방식 결정 컨텍스트 관리 전략 수립 생산성 향상을 위한 워크플로우 점검 팀원에게 AI 에이전트 사용법 온보딩 원칙 1: 분해하고 정복하라 (Divide and Conquer) 핵심 개념 AI는 크고 모호한 작업보다 작고 명확한 지시에 훨씬 더 좋은 성능을 발휘합니다. 적용 방법 잘못된 예 올바른 예 "로그인 페이지 만들어줘" 1. "로그인 폼 UI 컴포넌트 생성" 2. "로그인 API 엔드포인트 작성" 3. "인증 로직 연결" 4. "테스트 코드 작성" 실전 패턴: 단계적 구현 1단계: 모델/스키마 설계 및 검증 2단...
|
7.6K |
| 1523 | service-mesh-observability | wshobson/agents |
Service Mesh Observability Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments. When to Use This Skill Setting up distributed tracing across services Implementing service mesh metrics and dashboards Debugging latency and error issues Defining SLOs for service communication Visualizing service dependencies Troubleshooting mesh connectivity Core Concepts 1. Three Pillars of Observability ┌─────────────────────────────────────────────────────┐ │ ...
|
7.6K |
| 1524 | slo-implementation | wshobson/agents |
SLO Implementation Framework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets. Purpose Implement measurable reliability targets using SLIs, SLOs, and error budgets to balance reliability with innovation velocity. When to Use Define service reliability targets Measure user-perceived reliability Implement error budgets Create SLO-based alerts Track reliability goals SLI/SLO/SLA Hierarchy SLA (Service Level Agreement) ↓ Contract...
|
7.6K |
| 1525 | track-management | wshobson/agents |
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
|
7.6K |
| 1526 | on-call-handoff-patterns | wshobson/agents |
On-Call Handoff Patterns Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts. When to Use This Skill Transitioning on-call responsibilities Writing shift handoff summaries Documenting ongoing investigations Establishing on-call rotation procedures Improving handoff quality Onboarding new on-call engineers Core Concepts 1. Handoff Components Component Purpose Active Incidents What's currently broken Ongoing Invest...
|
7.6K |
| 1527 | seo-content-writer | aaron-he-zhu/seo-geo-claude-skills |
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
|
7.6K |
| 1528 | tanstack-start-best-practices | deckardger/tanstack-agent-skills |
TanStack Start Best Practices Comprehensive guidelines for implementing TanStack Start patterns in full-stack React applications. These rules cover server functions, middleware, SSR, authentication, and deployment. When to Apply Creating server functions for data mutations Setting up middleware for auth/logging Configuring SSR and hydration Implementing authentication flows Handling errors across client/server boundary Organizing full-stack code Deploying to various platforms Rule Categories b...
|
7.6K |
| 1529 | okx-dex-signal | okx/onchainos-skills |
OKX DEX Signal CLI 2 commands for tracking smart money, KOL, and whale buy signals across supported chains. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this document), then ex...
|
7.6K |
| 1530 | bazel-build-optimization | wshobson/agents |
Bazel Build Optimization Production patterns for Bazel in large-scale monorepos. When to Use This Skill Setting up Bazel for monorepos Configuring remote caching/execution Optimizing build times Writing custom Bazel rules Debugging build issues Migrating to Bazel Core Concepts 1. Bazel Architecture workspace/ ├── WORKSPACE.bazel External dependencies ├── .bazelrc Build configurations ├── .bazelversion Bazel version ├── BUILD.bazel Root build file ├── ap...
|
7.6K |
| 1531 | istio-traffic-management | wshobson/agents |
Istio Traffic Management Comprehensive guide to Istio traffic management for production service mesh deployments. When to Use This Skill Configuring service-to-service routing Implementing canary or blue-green deployments Setting up circuit breakers and retries Load balancing configuration Traffic mirroring for testing Fault injection for chaos engineering Core Concepts 1. Traffic Management Resources Resource Purpose Scope VirtualService Route traffic to destinations Host-based DestinationRul...
|
7.6K |
| 1532 | nft-standards | wshobson/agents |
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
|
7.6K |
| 1533 | coingecko | starchild-ai-agent/official-skills |
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
|
7.6K |
| 1534 | okx-dex-trenches | okx/onchainos-skills |
OKX DEX Memepump CLI 7 commands for meme token discovery, developer analysis, bundle detection, and co-investor tracking. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this docu...
|
7.6K |
| 1535 | springboot-patterns | affaan-m/everything-claude-code |
Spring Boot architecture and API patterns for scalable, production-grade services. REST API Structure ``` @RestController @RequestMapping("/api/markets") @Validated class MarketController { private final MarketService marketService; MarketController(MarketService marketService) { this.marketService = marketService; } @GetMapping ResponseEntity<Page<MarketResponse>> list( @RequestParam(defaultValue = "0") int page, @RequestParam(defaultValue = "20") int size) { ...
|
7.6K |
| 1536 | framer-motion-animator | patricio0312rev/skills |
Framer Motion Animator Build delightful animations and interactions with Framer Motion's declarative API. Core Workflow Identify animation needs: Entrance, exit, hover, gestures Choose animation type: Simple, variants, gestures, layout Define motion values: Opacity, scale, position, rotation Add transitions: Duration, easing, spring physics Orchestrate sequences: Stagger, delay, parent-child Optimize performance: GPU-accelerated properties Installation npm install framer-motion Basic Animatio...
|
7.6K |
| 1537 | mtls-configuration | wshobson/agents |
mTLS Configuration Comprehensive guide to implementing mutual TLS for zero-trust service mesh communication. When to Use This Skill Implementing zero-trust networking Securing service-to-service communication Certificate rotation and management Debugging TLS handshake issues Compliance requirements (PCI-DSS, HIPAA) Multi-cluster secure communication Core Concepts 1. mTLS Flow ┌─────────┐ ┌─────────┐ │ Service │ │ Service │ │ A │ ...
|
7.6K |
| 1538 | terraform-style-guide | hashicorp/agent-skills |
Terraform Style Guide Generate and maintain Terraform code following HashiCorp's official style conventions and best practices. Reference: HashiCorp Terraform Style Guide Code Generation Strategy When generating Terraform code: Start with provider configuration and version constraints Create data sources before dependent resources Build resources in dependency order Add outputs for key resource attributes Use variables for all configurable values File Organization File Purpose terraform.tf ...
|
7.6K |
| 1539 | story-long-write | worldwonderer/oh-story-claudecode |
story-long-write:长篇网文写作 你是网络小说创作教练。你的任务是帮用户从零开始写一本长篇网络小说,从选题确认到大纲搭建再到正文输出。 核心信念:网文写作是工程,不是灵感。 靠灵感写不了 200 万字,靠工程可以。 核心哲学 原则 1:大纲是地图,不是牢笼 大纲告诉你方向,但具体走哪条路可以灵活调整。没有大纲的长篇 100% 会崩,大纲太细的长篇会失去弹性。目标是「粗到能看见全局,细到能坐下就写」。 原则 2:日更是底线,质量是上限 网文是连载艺术。日更的节奏感比单章的完美更重要。一个稳定日更 4000 字的作者,比一个三天打鱼两天晒网但每章 8000 字的作者走得更远。 原则 3:爽点密度决定存亡 长篇网文的核心指标是追读率。追读率由爽点密度决定——不是每章都有爽点,而是每 3000-5000 字必须有一个让读者「爽」的情绪节点。 原则 4:先写 30 章,再谈其他的 很多新人卡在「准备」阶段没完没了。大纲不需要完美,设定不需要详尽,写 30 章(约 12 万字)自然会发现问题和方向。30 章之前不要改大纲。 写作流程 Phase 1:确认选题方向 如果用户已有方向 →...
|
7.6K |
| 1540 | respond-to-pr-comments-in-blocklist | warpdotdev/common-skills |
Respond to PR comments in blocklist Use this skill to respond to PR comments on the current branch. If comments are already visible in the conversation, typically from the built-in /pr-comments skill, continue from that context. If comments are not already visible, fetch and display them first, then guide the user through each actionable comment, collect an explicit decision, make requested code changes, and only then ask for approval before posting GitHub replies or resolving review threads. Pr...
|
7.6K |
| 1541 | setup | parallel-web/parallel-agent-skills |
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
|
7.5K |
| 1542 | remove-background | pilioai/skills |
Remove Background Use the Pilio CLI so file upload and task creation are handled by the official SDK. Require PILIO_API_KEY in the environment. Do not ask the user to paste API keys into the conversation. Run: pnpm dlx @pilio/cli remove-background --input ./portrait.png The command returns a task payload. If the task is still pending or processing, wait for it: pnpm dlx @pilio/cli task wait < task_id >
|
7.5K |
| 1543 | tailwindcss-advanced-layouts | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Advanced Layout Techniques CSS Grid Mastery Complex Grid Layouts <!-- Holy Grail Layout --> <div class="grid min-h-screen grid-rows-[auto_1fr_auto]"> <header class="bg-white shadow">Header</header> <div class="grid grid-cols-[250px_1fr_300px]"> <aside class="bg-gray-50 p-4">Sidebar</aside> <main class="p-6">Main Content</main> <aside class="bg-gray-50 p-4">Right Sidebar</aside> </div> <footer class="bg-gray-800 text-white">Footer</footer> </div> <!-- Responsive ...
|
7.5K |
| 1544 | linkerd-patterns | wshobson/agents |
Linkerd Patterns Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes. When to Use This Skill Setting up a lightweight service mesh Implementing automatic mTLS Configuring traffic splits for canary deployments Setting up service profiles for per-route metrics Implementing retries and timeouts Multi-cluster service mesh Core Concepts 1. Linkerd Architecture ┌─────────────────────────────────────────────┐ │ Control Plane ...
|
7.5K |
| 1545 | starchild-ai-agent/official-skills |
🔴 HARD LIMITS — READ FIRST ⛔ CALL AT MOST 3 TWITTER TOOLS PER RESPONSE. STOP AFTER 3 CALLS. After each tool call, check: "Do I have enough data to answer?" If yes → STOP AND REPLY. ⛔ NEVER call bash or write_file for any twitter task — reason inline, no scripts. ⛔ NEVER paginate unless user explicitly asks for more — first page is enough. ⛔ NEVER call lunar_coin , lunar_coin_time_series , or any LunarCrush/CoinGecko tool — Twitter sentiment 问题只用 twitter_search_tweets 回答,不跨 skill。 ⛔ NEVER call co...
|
7.5K | |
| 1546 | elysiajs | elysiajs/skills |
ElysiaJS Development Skill Always consult elysiajs.com/llms.txt for code examples and latest API. Overview ElysiaJS is a TypeScript framework for building Bun-first (but not limited to Bun) type-safe, high-performance backend servers. This skill provides comprehensive guidance for developing with Elysia, including routing, validation, authentication, plugins, integrations, and deployment. When to Use This Skill Trigger this skill when the user asks to: Create or modify ElysiaJS routes, han...
|
7.5K |
| 1547 | text-to-speech | elevenlabs/skills |
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
|
7.5K |
| 1548 | pdf-converter | tanis90/pdf-converter-mineru |
Document to Markdown Convert PDF, images, Office docs, and more to clean Markdown using the MinerU Open API CLI. No API key needed for basic use. Language Rule Reply to the user in the SAME language they use. This is non-negotiable. Core Workflow Extraction is often just the first step. The typical flow is: Extract — Use mineru-open-api to convert the document to Markdown Read & Process — Help the user with what they actually need MinerU outputs raw Markdown — it doesn't interpret or restructure...
|
7.5K |
| 1549 | building-components | vercel/components.build |
Building Components When to use this skill Use when the user is: Building new UI components (primitives, components, blocks, templates) Implementing accessibility features (ARIA, keyboard navigation, focus management) Creating composable component APIs (slots, render props, controlled/uncontrolled state) Setting up design tokens and theming systems Publishing components to npm or a registry Writing component documentation Implementing polymorphism or as-child patterns Working with data attribute...
|
7.5K |
| 1550 | shopify-liquid | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<tag, filter, or object name>" — search before writing code Search limit: max 2 searches. If both return [] , skip to step 2 using your built-in Liquid knowledge. Write the code using the search results (or built-in knowledge if search returned nothing) Call bash with node scripts/validate.mjs --filename <file.liquid> --filetype <sections|snippets|block...
|
7.5K |