███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23701 | qt-qml | l3digital-net/claude-code-plugins |
QML and Qt Quick QML vs Widgets: When to Choose QML Use QML when... Use Widgets when... Building modern, animated, fluid UIs Building traditional desktop tools Targeting mobile or embedded Heavy data tables and forms Designers are involved in the UI Rich text editing required GPU-accelerated rendering needed Complex platform widget integration Writing a new app from scratch Extending an existing widget app For new Python/PySide6 desktop applications, QML offers better visual results with less co...
|
36 |
| 23702 | analyzing-options-flow | jeremylongshore/claude-code-plugins-plus-skills |
Analyzing Options Flow Overview Track and analyze crypto options flow on centralized derivatives exchanges (Deribit, OKX, Bybit) to identify institutional positioning, gauge market sentiment, and detect unusual activity in BTC and ETH options markets. Prerequisites API credentials for at least one crypto derivatives exchange (Deribit API key recommended; OKX or Bybit as alternatives) Python 3.8+ with requests and websocket-client libraries installed Optional: pandas and numpy for advanced statis...
|
36 |
| 23703 | developing-tauri-plugins | dchuk/claude-code-tauri-skills |
Developing Tauri Plugins Tauri plugins extend application functionality through modular Rust crates with optional JavaScript bindings and native mobile implementations. Plugin Architecture A complete plugin includes: Rust crate (tauri-plugin-{name}) - Core logic JavaScript bindings (@scope/plugin-{name}) - NPM package Android library (Kotlin) - Optional iOS package (Swift) - Optional Creating a Plugin npx @tauri-apps/cli plugin new my-plugin Basic npx @tauri-apps/cli plugin new...
|
36 |
| 23704 | docs-components | reactjs/react.dev |
MDX Component Patterns Quick Reference Component Decision Tree Need Component Helpful tip or terminology <Note> Common mistake warning <Pitfall> Advanced technical explanation <DeepDive> Canary-only feature <Canary> or <CanaryBadge /> Server Components only <RSC> Deprecated API <Deprecated> Experimental/WIP <Wip> Visual diagram <Diagram> Multiple related examples <Recipes> Interactive code <Sandpack> (see /docs-sandpack ) Console error display <ConsoleBlock> End-of-page exercises <Challenges> (L...
|
36 |
| 23705 | azure-storage-file-share-ts | sickn33/antigravity-awesome-skills |
@azure/storage-file-share (TypeScript/JavaScript) SDK for Azure File Share operations — SMB file shares, directories, and file operations. Installation npm install @azure/storage-file-share @azure/identity Current Version : 12.x Node.js : >= 18.0.0 Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < account-name > AZURE_STORAGE_ACCOUNT_KEY = < account-key > OR connection string AZURE_STORAGE_CONNECTION_STRING = DefaultEndpointsProtocol = https ; AccountName = .. . Authentication Connection Str...
|
36 |
| 23706 | vertex-ai-pipeline-creator | jeremylongshore/claude-code-plugins-plus-skills |
Vertex Ai Pipeline Creator Purpose This skill provides automated assistance for vertex ai pipeline creator tasks within the GCP Skills domain. When to Use This skill activates automatically when you: Mention "vertex ai pipeline creator" in your request Ask about vertex ai pipeline creator patterns or best practices Need help with google cloud platform skills covering compute, storage, bigquery, vertex ai, and gcp-specific services. Capabilities Provides step-by-step guidance for vertex ai pipeli...
|
36 |
| 23707 | gateway-diagnose | joelhooks/joelclaw |
Gateway Diagnosis Structured diagnostic workflow for the joelclaw gateway daemon. Runs top-down from process health to message delivery, stopping at the first failure layer. Default time range: 1 hour. Override by asking "check gateway logs for the last 4 hours" or similar. CLI Commands (use these first) Automated health check — runs all layers, returns structured findings joelclaw gateway diagnose [ --hours 1 ] [ --lines 100 ] Session context — what happened recently? Exchanges, tools, errors...
|
36 |
| 23708 | go-agent-development | tencentblueking/bk-ci |
Go Agent 开发 Quick Reference Go 版本:1.19+ 进程组成:DevopsDaemon(守护进程) + DevopsAgent(主进程) 核心包:api/(API 调用)| config/(配置)| job/(任务)| pipeline/(流水线) 日志:logs.Debug/Info/Error/WithError 最简示例 // API 调用 func AgentStartup() (*httputil.DevopsResult, error) { url := buildUrl("/ms/environment/api/buildAgent/agent/thirdPartyAgent/startup") startInfo := &ThirdPartyAgentStartInfo{ HostName: systemutil.GetHostName(), HostIp: systemutil.GetAgentIp(), DetectOs: systemut...
|
36 |
| 23709 | mcp-builder | dkyazzentwatwa/chatgpt-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
36 |
| 23710 | webhook-receiver-hardener | patricio0312rev/skills |
Webhook Receiver Hardener Build secure, reliable webhook endpoints that handle failures gracefully. Core Security Signature Verification: HMAC validation before processing Deduplication: Track processed webhook IDs Idempotency: Safe to process same webhook multiple times Retries: Handle provider retry attempts Rate Limiting: Prevent abuse Signature Verification import crypto from "crypto"; export const verifyWebhookSignature = ( payload: string, signature: string, secret: string ): bo...
|
36 |
| 23711 | ai-daily-digest | jssfy/k-skills |
AI Daily Digest 从 Karpathy 推荐的 90 个热门技术博客中抓取最新文章,通过 AI 评分筛选,生成每日精选摘要。 命令 /digest 运行每日摘要生成器。 使用方式 : 输入 /digest ,Agent 通过交互式引导收集参数后执行。 脚本目录 重要 : 所有脚本位于此 skill 的 scripts/ 子目录。 Agent 执行说明 : 确定此 SKILL.md 文件的目录路径为 SKILL_DIR 脚本路径 = ${SKILL_DIR}/scripts/<script-name>.ts 脚本 用途 scripts/digest.ts 主脚本 - RSS 抓取、AI 评分、生成摘要 配置持久化 配置文件路径: ~/.hn-daily-digest/config.json Agent 在执行前 必须检查 此文件是否存在: 如果存在,读取并解析 JSON 询问用户是否使用已保存配置 执行完成后保存当前配置到此文件 配置文件结构 : { "geminiApiKey" : "" , "timeRange" : 48 , "topN" : 15 , "langua...
|
36 |
| 23712 | cpu-cache-opt | mohitmishra786/low-level-dev-skills |
CPU Cache Optimization Purpose Guide agents through cache-aware programming: diagnosing cache misses with perf, data layout transformations (AoS→SoA), false sharing detection and fixes, prefetching, and cache-friendly algorithm design. Triggers "My program has high cache miss rates — how do I fix it?" "What is false sharing and how do I detect it?" "Should I use AoS or SoA data layout?" "How do I measure cache performance with perf?" "How do I use __builtin_prefetch?" "My multithreaded program i...
|
36 |
| 23713 | laravel:complexity-guardrails | jpcaparas/superpowers-laravel |
Design to keep complexity low from day one. Targets - Cyclomatic complexity per function ≤ 7 (start splitting at 5) - Function length ≤ 80 lines (aim for ≤ 30) - One responsibility per function; one axis of variation per module Tactics - Use early returns and guard clauses; avoid deep nesting - Extract branch bodies into named helpers - Replace long if/else/switch with tables (maps) or strategies - Separate phases: parse → validate → normalize → act Signs to refactor now - Hard-to-...
|
36 |
| 23714 | podcast-to-content-suite | nicepkg/ai-workflow |
Podcast to Content Suite Convert podcast episodes into a complete content marketing ecosystem. When to Use This Skill Activate when the user: Provides a podcast transcript Asks to "repurpose this podcast" Wants to create content from audio Mentions podcast marketing or content distribution Needs blog posts from podcast episodes Wants social media content from podcasts Asks for podcast show notes Instructions Analyze Podcast Content Identify main topic and subtopics Extract key insights and...
|
36 |
| 23715 | checkpoint | duc01226/easyplatform |
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Save current analysis context and progress to an external file for recovery after context loss. Workflow: Gather Context — Collect task state, findings, files analyzed, decisions made Write Checkpoint — Save structured markdown to plans/reports/checkpoint-{timestamp}-...
|
36 |
| 23716 | flutter | teachingai/full-stack-skills |
Flutter Skill Load with: base.md Project Structure project/ ├── lib/ │ ├── core/ Core utilities │ │ ├── constants/ App constants │ │ ├── extensions/ Dart extensions │ │ ├── router/ go_router configuration │ │ │ └── app_router.dart │ │ └── theme/ App theme │ │ └── app_theme.dart │ ├── data/ Data layer │ │ ├── models/ ...
|
36 |
| 23717 | weak-signal-synthesizer | nicepkg/ai-workflow |
Weak Signal Synthesizer Identify EMERGING trends by connecting dots across unrelated sources. Monitor niche communities, academic research, GitHub, patents, funding, regulatory changes. Predict what will trend in 3-6 months based on weak signals. Instructions You are a master trend forecaster and pattern recognition expert. Simultaneously monitor disparate sources: niche Reddit communities, academic preprints, GitHub trending, patent filings, VC funding, regulatory changes, industry news. Use...
|
36 |
| 23718 | news-shopping | merit-systems/agentcash-skills |
News & Shopping Search with Serper Access Google News and Google Shopping through x402-protected endpoints. Setup See rules/getting-started.md for installation and wallet setup. Quick Reference Task Endpoint Price Description News search https://stableenrich.dev/api/serper/news $0.04 Google News search Shopping search https://stableenrich.dev/api/serper/shopping $0.04 Google Shopping search News Search Search Google News for articles: npx agentcash@latest fetch https://stableenrich.dev/api/serpe...
|
36 |
| 23719 | postfx-bloom | bbeierle12/skill-mcp-claude |
Post-Processing Bloom Bloom effects using UnrealBloomPass for luminance-based glow and selective object bloom. Quick Start npm install three @react-three/fiber @react-three/postprocessing import { Canvas } from '@react-three/fiber'; import { EffectComposer, Bloom } from '@react-three/postprocessing'; function Scene() { return ( <Canvas> <mesh> <sphereGeometry args={[1, 32, 32]} /> <meshStandardMaterial emissive="00F5FF" emissiveIntensity={2} /> </mesh> ...
|
36 |
| 23720 | sap-btp-job-scheduling | secondsky/sap-skills |
SAP BTP Job Scheduling Service Table of Contents Overview When to Use This Skill Quick Decision Tree Core Concepts Service Constraints Quick Reference Tables Schedule Formats Cron Format (7 fields) Schedule Lifecycle States HTTP Methods for Jobs Best Practices Scheduling Optimization Asynchronous Jobs One-Time Schedules Authentication Quick Start Standard Plan (OAuth 2.0) xs-security.json Configuration Create Job Example Node.js Client Library Rate Limits Service Behavior Outage Recovery Auto-De...
|
36 |
| 23721 | tech-react | ravnhq/ai-toolkit |
Rules See rules index for detailed patterns. Examples Positive Trigger User: "Refactor this React component to reduce re-renders and clarify hook usage." Expected behavior: Use tech-react guidance, follow its workflow, and return actionable output. Non-Trigger User: "Write a Bash script to package release artifacts." Expected behavior: Do not prioritize tech-react ; choose a more relevant skill or proceed without it. Troubleshooting Skill Does Not Trigger Error: The skill is not selected when ex...
|
36 |
| 23722 | template-skill | teachingai/full-stack-skills |
Insert instructions below
|
36 |
| 23723 | flutter-testing | dhruvanbhalara/skills |
Flutter Testing Overview This skill provides comprehensive guidance for testing Flutter applications across all test types. Flutter testing falls into three categories: Unit tests - Test individual functions, methods, or classes in isolation Widget tests (component tests) - Test single widgets and verify UI appearance and behavior Integration tests - Test complete apps or large parts to verify end-to-end functionality A well-tested Flutter app has many unit and widget tests for code coverage, pl...
|
36 |
| 23724 | lazy-loading | yanko-belov/code-craft |
Lazy Loading Overview Load data when needed, not before. Don't fetch what you might not use. Upfront loading wastes bandwidth, memory, and time. Load on demand for better performance and user experience. When to Use Dashboard loads all data at once Page fetches data for hidden tabs Loading "just in case" data Initial load is slow The Iron Rule NEVER load data until it's actually needed. No exceptions: Not for "we might need it" Not for "parallel is faster" Not for "simpler to load everythi...
|
36 |
| 23725 | npm | openhands/skills |
When using npm to install packages, you will not be able to use an interactive shell, and it may be hard to confirm your actions. As an alternative, you can pipe in the output of the unix "yes" command to confirm your actions.
|
36 |
| 23726 | keycloak | oriolrius/pki-manager-web |
Keycloak Expert assistance with Keycloak identity and access management platform. Overview Keycloak is an open-source Identity and Access Management (IAM) solution providing: Single Sign-On (SSO) Identity brokering and social login User federation (LDAP/Active Directory) Standard protocols (OAuth 2.0, OpenID Connect, SAML 2.0) Fine-grained authorization Admin console and account management Installation & Setup Docker (Quick Start) Run Keycloak docker run -d \ --name keycloak \ -p 8080:8...
|
36 |
| 23727 | microservice-infrastructure | tencentblueking/bk-ci |
微服务基础设施指南 Skill 概述 本 Skill 涵盖了 BK-CI 微服务架构中的 4 大核心基础设施,这些是构建分布式系统的基石,与 Spring Cloud/Spring Boot 框架深度集成。 核心主题 主题 说明 文档 条件配置 Profile 配置、特性开关、环境隔离 [1-conditional-config.md] 事件驱动 MQ 消息队列、发布订阅、异步处理 [2-event-driven.md] 服务间通信 Feign 客户端、服务发现、熔断降级 [3-service-communication.md] 国际化与日志 i18n 多语言、日志规范、敏感信息脱敏 [4-i18n-logging.md] 微服务基础设施架构 架构视图 ┌─────────────────────────────────────────────────────────────────┐ │ BK-CI 微服务集群 │ │ Process / Project / Store / Auth...
|
36 |
| 23728 | skill-creator | openhands/skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
36 |
| 23729 | unbrowse | lekt9/unbrowse-openclaw |
Unbrowse — Drop-in Browser Replacement for Agents Browse once, cache the APIs, reuse them instantly. First call discovers and learns the site's APIs (~20-80s). Every subsequent call uses cached skills (<200ms for server-fetch, ~2s for sites requiring browser execution). IMPORTANT: Always use the CLI ( unbrowse , or npx unbrowse when the CLI is not globally installed). NEVER pipe output to node -e , python -c , or jq — this causes shell escaping failures. Use --path , --extract , and --limit flag...
|
36 |
| 23730 | hierarchical-agent-memory | sickn33/antigravity-awesome-skills |
Hierarchical Agent Memory (HAM) Scoped memory system that gives AI coding agents a cheat sheet for each directory instead of re-reading your entire project every prompt. Root CLAUDE.md holds global context (~200 tokens), subdirectory CLAUDE.md files hold scoped context (~250 tokens each), and a .memory/ layer stores decisions, patterns, and an inbox for unconfirmed inferences. When to Use This Skill Use when you want to reduce input token costs across Claude Code sessions Use when your project h...
|
36 |
| 23731 | uloop-find-game-objects | hatayama/uloopmcp |
uloop find-game-objects Find GameObjects with search criteria or get currently selected objects. Usage uloop find-game-objects [ options ] Parameters Parameter Type Default Description --name-pattern string - Name pattern to search --search-mode string Exact Search mode: Exact , Path , Regex , Contains , Selected --required-components array - Required components --tag string - Tag filter --layer integer - Layer filter (layer number) --max-results integer 20 Maximum number of results --include-in...
|
36 |
| 23732 | azure-storage-queue-ts | sickn33/antigravity-awesome-skills |
@azure/storage-queue (TypeScript/JavaScript) SDK for Azure Queue Storage operations — send, receive, peek, and manage messages in queues. Installation npm install @azure/storage-queue @azure/identity Current Version : 12.x Node.js : >= 18.0.0 Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < account-name > AZURE_STORAGE_ACCOUNT_KEY = < account-key > OR connection string AZURE_STORAGE_CONNECTION_STRING = DefaultEndpointsProtocol = https ; AccountName = .. . Authentication DefaultAzureCredenti...
|
36 |
| 23733 | youtube-downloader | crazynomad/skills |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
36 |
| 23734 | llm-gateway-routing | phrazzld/claude-config |
LLM Gateway & Routing Configure multi-model access, fallbacks, cost optimization, and A/B testing. Why Use a Gateway? Without gateway: Vendor lock-in (one provider) No fallbacks (provider down = app down) Hard to A/B test models Scattered API keys and configs With gateway: Single API for 400+ models Automatic fallbacks Easy model switching Unified cost tracking Quick Decision Need Solution Fastest setup, multi-model OpenRouter Full control, self-hosted LiteLLM Observability + routing Helic...
|
36 |
| 23735 | media-retrieval | qodex-ai/ai-agent-skills |
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos : Fetches videos from YouTube and other platforms Quality Selection : Lets you choose resolu...
|
36 |
| 23736 | animation principles - deep dive | dylantarre/animation-principles |
Complete Animation Principles Reference Comprehensive technical guide to Disney's 12 principles with implementation details. 1. Squash and Stretch Definition: Deformation of objects to show flexibility, weight, and motion. Technical implementation: Volume must remain constant (area preserved) Stretch along motion path at velocity peaks Squash perpendicular to impact surface Ratio guidelines: 20-50% for cartoony, 5-15% for realistic Applications: Facial expressions, body mechanics, object interac...
|
36 |
| 23737 | socratic | neurofoo/agent-skills |
Socratic Questioning Guide discovery through systematic questioning, helping examine a belief, decision, or idea more deeply. Instructions Work through multiple levels of questioning to explore the topic. The goal isn't to prove the person wrong—it's to help them (or yourself) think more clearly and deeply. Output Format Topic/Belief: [What we're examining] Starting Point The Claim/Position [Restate the belief or idea being examined] Layer 1: Clarifying the Claim Questions What exactly...
|
36 |
| 23738 | pict-test-designer | omkamal/pypict-claude-skill |
PICT Test Designer This skill enables systematic test case design using PICT (Pairwise Independent Combinatorial Testing). Given requirements or code, it analyzes the system to identify test parameters, generates a PICT model with appropriate constraints, executes the model to generate pairwise test cases, and formats the results with expected outputs. When to Use This Skill Use this skill when: Designing test cases for a feature, function, or system with multiple input parameters Creating test ...
|
36 |
| 23739 | devtu-self-evolve | mims-harvard/tooluniverse |
ToolUniverse Self-Evolution Orchestrator Coordinates the full development lifecycle by dispatching to specialized devtu skills. The Cycle Discover → Create → Test → Fix → Optimize → Ship → Repeat Each phase maps to a dedicated skill: Phase Skill What it does Discover devtu-auto-discover-apis Gap analysis, web search for APIs, batch discovery Create devtu-create-tool Build tool class + JSON config + test examples Test (this skill) Launch researcher persona agents to find issues Fix devtu-fix-tool...
|
36 |
| 23740 | performance-optimization | pluginagentmarketplace/custom-plugin-nodejs |
Performance Optimization When to use this skill Slow page loads : low Lighthouse score Slow rendering : delayed user interactions Large bundle size : increased download time Slow queries : database bottlenecks Instructions Step 1: Measure performance Lighthouse (Chrome DevTools) : CLI npm install -g lighthouse lighthouse https://example.com --view Automate in CI lighthouse https://example.com --output = json --output-path = ./report.json Measure Web Vitals (React): import { getCLS , getFID , g...
|
36 |
| 23741 | prompt-optimizer | hikanner/agent-skills |
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
|
36 |
| 23742 | recovery-community-moderator | erichowens/some_claude_skills |
Recovery Community Moderator Trauma-informed AI moderator for addiction recovery communities. Applies harm reduction principles, honors 12-step traditions, and distinguishes between healthy conflict and abuse. When to Use ✅ USE this skill for: Moderating forum posts and comments in recovery communities Detecting crisis indicators in user-generated content Evaluating content for harm reduction compliance Applying trauma-informed moderation decisions Distinguishing healthy conflict from abuse ❌ DO...
|
36 |
| 23743 | review-response | galaxy-dawn/claude-scholar |
Review Response A systematic review response workflow that helps researchers efficiently and professionally reply to reviewer comments. Core Features Review Analysis - Parse and classify reviewer comments (Major/Minor/Typo/Misunderstanding) Response Strategy - Develop response strategies for different comment types (Accept/Defend/Clarify/Experiment) Rebuttal Writing - Write structured, professional rebuttal documents Tone Management - Optimize tone to maintain professionalism, respect, and evide...
|
36 |
| 23744 | gcp | aibangjuxin/knowledge |
Provides comprehensive Google Cloud Platform capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - GKE cluster management - Cloud Run deployments - Cloud Storage operations - BigQuery data analytics - Pub/Sub messaging gcloud CLI Quick Reference Configuration ```bash Initialize gcloud init Authenticate gcloud auth login gcloud auth application-default login Set project gcloud config set project PROJECT_ID...
|
36 |
| 23745 | capability-activation | qodex-ai/ai-agent-skills |
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. How to Access Skills In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded and presented to you—follow it directly. Never use the Read tool on skill files. In other environments: Check your platform's documentation for how skills are loaded. Using Skills The Rule Check for skills BEFORE ANY RESPONSE. Th...
|
36 |
| 23746 | testing | scientiacapital/skills |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
36 |
| 23747 | text-to-speech | wlzh/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 ...
|
36 |
| 23748 | repomix | duc01226/easyplatform |
Repomix Skill Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like Claude, ChatGPT, and Gemini. When to Use Use when: Packaging codebases for AI analysis Creating repository snapshots for LLM context Analyzing third-party libraries Preparing for security audits Generating documentation context Investigating bugs across large codebases Creating AI-friendly code representations Quick Start Check Installation repomix --version Install np...
|
36 |
| 23749 | video-generate | agntswrm/agent-media |
Generates a video from a text prompt using AI video generation models. Supports both text-to-video and image-to-video (animating a static image). Command ``` agent-media video generate --prompt <text> [options] ``` Inputs | `--prompt` | Yes | Text description of the video to generate | `--in` | No | Input image path or URL for image-to-video | `--duration` | No | Duration in seconds (6, 8, 10, 12, 14, 16, 18, 20; default: 6) | `--resolution` | No | Video resolution (720p, 10...
|
36 |
| 23750 | linkedin-roast | schwepps/skills |
LinkedIn Roast Skill Overview This skill delivers hilarious, savage-but-friendly roasts of LinkedIn profiles. Think Comedy Central Roast meets corporate networking. The goal is to make people laugh at the absurdities of professional self-presentation while staying playful and never genuinely hurtful. Philosophy : "We only roast the ones we love" - Friars Club Golden Rules of LinkedIn Roasting DO Roast Target Why It's Funny Buzzword soup "Synergy", "leverage", "thought leader" - corporate speak b...
|
36 |