███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20551 | language-tutor | tatat/agents-playground |
Provide personalized language learning support and practice. Capabilities - Create vocabulary lessons by topic - Explain grammar rules with examples - Provide conversation practice - Correct errors with explanations - Create practice exercises and quizzes Input Format - Target language - Current level (A1-C2 or beginner/intermediate/advanced) - Native language - Learning focus (speaking, reading, writing, grammar) - Topic of interest (optional) Output Format ``` Lesson: [Topic] ...
|
46 |
| 20552 | fusion-issue-author-task | equinor/fusion-skills |
Author Task Issue Dependency Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow. When to use Use this skill for planning, research, specification, migration, testing, documentation, or other enablement work. When not to use Do not use this skill when the request is clearly a bug, feature, or user-story issue. Required inputs Task objective and scope Dependency and ordering constraints Instructions Confirm routed type is Task . Start w...
|
46 |
| 20553 | core-web-vitals | tech-leads-club/agent-skills |
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
|
46 |
| 20554 | procurement assistant | eddiebe147/claude-settings |
Procurement Assistant Streamline procurement processes from vendor selection through purchase order management. Make informed purchasing decisions and maintain vendor relationships. Core Workflows Workflow 1: Vendor Selection Requirements - Define what you need RFP/RFQ - Create and distribute requests Evaluation - Score vendor responses Due Diligence - Verify vendor capabilities Selection - Choose and negotiate Workflow 2: Purchase Order Management Requisition - Capture purchase needs Approval -...
|
46 |
| 20555 | enterprise-b2b | dylantarre/animation-principles |
Enterprise & B2B Animation Principles Apply Disney's 12 principles to create trustworthy, efficient experiences that prioritize clarity and professional credibility. The 12 Principles Applied 1. Squash & Stretch Almost Never: Enterprise requires utmost professionalism Data Points: Subtle pulse for live updates Buttons: Minimal, if any, deformation 2. Anticipation Form Submissions: Brief processing indication Data Actions: Moment before confirmation Navigation Changes: Subtle preparation cues 3...
|
46 |
| 20556 | orca | sendaifun/skills |
Orca Whirlpools Development Guide Orca is the most trusted DEX on Solana and Eclipse, built on a concentrated liquidity automated market maker (CLMM) called Whirlpools. This guide covers the Whirlpools SDK for building trading, liquidity provision, and pool management applications. Overview Orca Whirlpools provides: Token Swaps - Efficient token exchanges with low slippage and competitive rates Concentrated Liquidity - Provide liquidity within custom price ranges for higher capital efficiency Sp...
|
46 |
| 20557 | release-please-protection | laurigates/claude-plugins |
Automatically detects and prevents manual edits to release-please managed files across all projects. Overview This skill provides proactive detection and warnings for files managed by Google's release-please automation tool. It helps prevent merge conflicts and workflow disruptions by identifying problematic edit attempts before they occur. When This Skill Activates The skill automatically activates in these scenarios: - Direct edit requests to protected files - User mentions of version ...
|
46 |
| 20558 | databricks | i9wa4/dotfiles |
Databricks Core skill for Databricks CLI, authentication, and data exploration. Product Skills For specific products, use dedicated skills: databricks-jobs - Lakeflow Jobs development and deployment databricks-pipelines - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines) databricks-apps - Full-stack TypeScript app development and deployment databricks-lakebase - Lakebase Postgres Autoscaling project management Prerequisites CLI installed : Run databricks --version to chec...
|
46 |
| 20559 | natural-writing | third774/dotfiles |
Natural Writing LLMs produce statistically average text. This creates identifiable patterns: overused words, formulaic structures, and hollow emphasis. This skill helps you write text indistinguishable from a skilled human writer. Core Principle Specific beats generic. Facts beat significance claims. Direct beats hedged. AI text regresses to the mean: specific facts fade into generic praise, concrete details blur into vague importance. Fight this by being concrete and direct. Vocabulary Red Flag...
|
46 |
| 20560 | receiving-code-review | guanyang/antigravity-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 ...
|
46 |
| 20561 | reportei | vm0-ai/vm0-skills |
Reportei Use Reportei via direct curl calls to generate and manage marketing reports with automated analytics. Official docs: https://app.reportei.com/docs/api When to Use Use this skill when you need to: Retrieve company and template information List and manage client projects Generate and access marketing reports Manage integrations (Google Analytics, Meta, etc.) Set up webhooks for automated notifications Prerequisites Sign up at Reportei Go to Dashboard → Generate API Token Copy your AP...
|
46 |
| 20562 | testing-anti-patterns | zenobi-us/dotfiles |
Testing Anti-Patterns Overview Tests must verify real behavior, not mock behavior. Mocks are a means to isolate, not the thing being tested. Core principle: Test what the code does, not what the mocks do. Following strict TDD prevents these anti-patterns. The Iron Laws 1. NEVER test mock behavior 2. NEVER add test-only methods to production classes 3. NEVER mock without understanding dependencies Anti-Pattern 1: Testing Mock Behavior The violation: // ❌ BAD: Testing that the mock exists test ( '...
|
46 |
| 20563 | alicloud-ai-multimodal-qvq | cinience/alicloud-skills |
Category: provider Model Studio QVQ Visual Reasoning Validation mkdir -p output/alicloud-ai-multimodal-qvq python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qvq/scripts/prepare_qvq_request.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qvq/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vqv/validate.txt is generated. Critical model names Use one of these exact model strings: qvq-plus qvq-max Typical use Mathematical reasoning from scr...
|
46 |
| 20564 | capacitor-keyboard | cap-go/capacitor-skills |
Keyboard Handling in Capacitor Manage keyboard behavior in iOS and Android apps. When to Use This Skill User has keyboard issues User needs keyboard events User wants to hide keyboard User has scroll issues with keyboard User wants keyboard accessory bar Quick Start bun add @capacitor/keyboard bunx cap sync Basic Usage import { Keyboard } from '@capacitor/keyboard' ; // Show keyboard await Keyboard . show ( ) ; // Hide keyboard await Keyboard . hide ( ) ; // Listen for keyboard events Keyboard ....
|
46 |
| 20565 | web-interface-architect | qodex-ai/ai-agent-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: Purpo...
|
46 |
| 20566 | micro-100-200ms | dylantarre/animation-principles |
Micro Animations (100-200ms) The 100-200ms range is the sweet spot for micro-interactions. Fast enough to feel responsive, slow enough to be perceived as intentional motion. Disney Principles at Micro Speed Works Well Squash & Stretch: Light application - 5-10% works for bouncy buttons, appearing elements. Anticipation: Micro-anticipation possible - 20-30ms wind-up before 150ms action. Staging: Single focal point - one element moving, rest static. Straight Ahead/Pose to Pose: Either works ...
|
46 |
| 20567 | react-best-practices | tech-leads-club/agent-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 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...
|
46 |
| 20568 | guardrails-safety-filter-builder | patricio0312rev/skills |
Guardrails & Safety Filter Builder Build comprehensive safety systems for LLM applications. Safety Layers Input filtering: Block malicious prompts Output filtering: Redact sensitive data Topic constraints: Policy-based refusals PII detection: Mask personal information Prompt injection: Detect manipulation attempts PII Detection & Redaction import re from presidio_analyzer import AnalyzerEngine from presidio_anonymizer import AnonymizerEngine analyzer = AnalyzerEngine() anonymizer = Anonymizer...
|
46 |
| 20569 | screen-control-operator-v3 | breverdbidder/life-os |
Screen Control Operator V3 Built 3 weeks before Claude Cowork announcement. Now with feature parity + our advantages. Core Advantages Over Claude Cowork Feature Claude Cowork Screen Control Operator V3 Vision Method Screenshots CDP + Accessibility Tree Speed 1-5 seconds 50-200ms (10x faster) Cost Vision tokens ($$$) Text tokens only ($) Reliability ~85% OCR 100% semantic queries Skill Recording ✅ Yes ✅ Yes Parallel Execution ✅ Yes ✅ Yes Domain Skills Generic Foreclosure-specific Smart Router N/A...
|
46 |
| 20570 | subagent-driven-development | zenobi-us/dotfiles |
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
|
46 |
| 20571 | kubernetes-deployment-patterns | nickcrew/claude-ctx-plugin |
Kubernetes Deployment Patterns Expert guidance for production-grade Kubernetes deployments covering deployment strategies, workload types, configuration management, resource optimization, and autoscaling patterns for cloud-native applications. When to Use This Skill Implementing deployment strategies (rolling updates, blue-green, canary releases) Choosing appropriate workload types (Deployment, StatefulSet, DaemonSet, Job) Designing rollout strategies for zero-downtime deployments Implementing...
|
46 |
| 20572 | ansible-role-creator | jeremylongshore/claude-code-plugins-plus-skills |
This skill provides automated assistance for ansible role creator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: - Mention "ansible role creator" in your request - Ask about ansible role creator patterns or best practices - Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities - Provides step-by-step guidance for ansible role creator - Follows industry...
|
46 |
| 20573 | image-comparison-tool | dkyazzentwatwa/chatgpt-skills |
Compare images with similarity scoring and difference visualization. Features - SSIM Similarity: Structural similarity index - Pixel Differences: Highlight changed areas - Side-by-Side: Visual comparison layout - Diff Heatmap: Color-coded differences - Batch Comparison: Compare multiple image pairs - Threshold Detection: Find significant changes CLI Usage ``` python image_comparison.py --image1 before.jpg --image2 after.jpg --output diff.png ``` Dependencies - opencv-python>=4.8.0...
|
46 |
| 20574 | woocommerce-dev-cycle | secondsky/claude-skills |
WooCommerce Development Cycle This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting. Instructions Follow these guidelines for WooCommerce development workflow: Running tests : See running-tests.md for PHP and JavaScript test commands, test environment setup, and troubleshooting Code quality : See code-quality.md for linting and code style fixes PHP linting patterns : See php-linting-patterns.md for common PHP lint...
|
46 |
| 20575 | security-ownership-map | tech-leads-club/agent-skills |
Security Ownership Map Overview Build a bipartite graph of people and files from git history, then compute ownership risk and export graph artifacts for Neo4j/Gephi. Also build a file co-change graph (Jaccard similarity on shared commits) to cluster files by how they move together while ignoring large, noisy commits. Requirements Python 3 networkx (required; community detection is enabled by default) Install with: pip install networkx Workflow Scope the repo and time window (optional --since/--u...
|
46 |
| 20576 | community builder | eddiebe147/claude-settings |
Community Builder Build and grow online communities with engagement strategies and growth tactics When to Use This Skill Use this skill when you need to: Enhance team collaboration Improve stakeholder engagement Facilitate clear dialogue Not recommended for: Tasks requiring technical development data analysis Quick Reference Action Command/Trigger Create community builder build community Review and optimize review community builder Get best practices community builder best practices Core Workflo...
|
46 |
| 20577 | moai | modu-ai/moai-adk |
!`git status --porcelain` !`git branch --show-current` Essential Files @.moai/config/config.yaml MoAI - Strategic Orchestrator for Claude Code Core Identity MoAI is the Strategic Orchestrator for Claude Code. It receives user requests and delegates all work to specialized agents through Task(). Fundamental Principles: - ALL implementation tasks MUST be delegated to specialized agents via Task() - NEVER implement code, write files, or execute commands directly for complex tasks - User...
|
46 |
| 20578 | azure-postgres-ts | sickn33/antigravity-awesome-skills |
Azure PostgreSQL for TypeScript (node-postgres) Connect to Azure Database for PostgreSQL Flexible Server using the pg (node-postgres) package with support for password and Microsoft Entra ID (passwordless) authentication. Installation npm install pg @azure/identity npm install -D @types/pg Environment Variables Required AZURE_POSTGRESQL_HOST = < server > .postgres.database.azure.com AZURE_POSTGRESQL_DATABASE = < database > AZURE_POSTGRESQL_PORT = 5432 For password authentication AZURE_POSTGRES...
|
46 |
| 20579 | writing-json-schemas | zaggino/z-schema |
Writing JSON Schemas for z-schema Write correct, idiomatic JSON Schemas validated by z-schema. Default target: draft-2020-12 . Schema template Start every schema with a $schema declaration and type : { "$schema" : "https://json-schema.org/draft/2020-12/schema" , "type" : "object" , "properties" : { } , "required" : [ ] , "additionalProperties" : false } Set additionalProperties: false explicitly when extra properties should be rejected — z-schema allows them by default. Object schemas Basic obje...
|
46 |
| 20580 | regulatory-affairs-head | borghei/claude-skills |
Head of Regulatory Affairs Regulatory strategy development, submission management, and global market access for medical device organizations. Table of Contents Regulatory Strategy Workflow FDA Submission Workflow EU MDR Submission Workflow Global Market Access Workflow Regulatory Intelligence Workflow Decision Frameworks Tools and References Regulatory Strategy Workflow Develop regulatory strategy aligned with business objectives and product characteristics. Workflow: New Product Regulatory Stra...
|
46 |
| 20581 | jmeter-test-plan-creator | jeremylongshore/claude-code-plugins-plus-skills |
Jmeter Test Plan Creator Purpose This skill provides automated assistance for jmeter test plan creator tasks within the Performance Testing domain. When to Use This skill activates automatically when you: Mention "jmeter test plan creator" in your request Ask about jmeter test plan creator patterns or best practices Need help with performance testing skills covering load testing, stress testing, benchmarking, and performance monitoring. Capabilities Provides step-by-step guidance for jmeter test...
|
46 |
| 20582 | markdown-content-formatter | dkyazzentwatwa/chatgpt-skills |
Structure, validate, and format long-form markdown content for documentation, blogs, and static site generators. Auto-generate tables of contents, add frontmatter, validate structure, and convert between markdown flavors. Workflow The markdown formatting process follows these steps: - Load - Read markdown file or content - Validate - Check heading hierarchy, broken links, structure issues - Format - Apply formatting rules (spacing, code blocks, etc.) - Generate - Add TOC, frontmatter, cro...
|
46 |
| 20583 | workflow-preflight | laurigates/claude-plugins |
/workflow:preflight Pre-work validation to prevent wasted effort from stale state, redundant work, or branch conflicts. When to Use This Skill Use this skill when... Skip when... Starting work on a new issue or feature Quick single-file edit Resuming work after a break Already verified state this session Before spawning parallel agents Working in an isolated worktree Before creating a branch for a PR Branch already created and verified Context Repo: ! git remote get-url origin Current branch: ! ...
|
46 |
| 20584 | uniapp | uni-helper/ai-tools |
uni-app 本 skill 基于 uni-app 文档生成,生成日期 2026-01-29。 uni-app 是基于 Vue 的跨平台应用开发框架,一套代码可编译到 App、H5、微信/支付宝/百度等小程序。适用于需要为 Agent 提供「如何用 uni-app 配置项目、写页面与组件、使用路由与 API、注意跨端差异」等能力说明的场景。 核心参考 主题 说明 参考 入口 main.js/uts 入口文件、代码时序、插件与路由 core-main App.vue 应用生命周期、globalData、全局样式 core-app pages.json 页面路由、globalStyle、tabBar、easycom core-pages 页面生命周期 onLoad、onShow、onReady、onHide、onUnload core-lifecycle manifest.json 应用配置、版本、超时、各端配置 core-manifest 条件编译 ifdef/ifndef、平台标识、多端差异化 core-conditional-compilation 样式与布局 rpx/px 单位、...
|
46 |
| 20585 | web-search-brave | jwynia/agent-skills |
Web Search (Brave Search API) Search the web using Brave's Search API. Returns web results with descriptions, optional extra snippets, and support for country/language targeting. Note: This skill requires a Brave Search API key. For basic web search using the agent's built-in capability, see web-search . For AI-optimized results with relevance scores, see web-search-tavily . When to Use This Skill Use this skill when: You need to find current information not in your training data The user asks a...
|
46 |
| 20586 | directus backend architecture | gumpen-app/directapp |
Directus Backend Architecture Overview This skill provides deep expertise in Directus backend architecture, covering API endpoint extensions, hook systems, service layers, flows and automation, database operations, authentication, and performance optimization. Master the TypeScript/Node.js backend to build scalable, secure, and efficient Directus applications. When to Use This Skill Creating custom API endpoints and routes Implementing business logic with hooks Building automation workflows with...
|
46 |
| 20587 | web-design-guidelines | tech-leads-club/agent-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
46 |
| 20588 | event-driven | cosmix/loom |
Event-Driven Architecture Overview Event-driven architecture (EDA) enables loosely coupled, scalable systems by communicating through events rather than direct calls. This skill covers message queues, pub/sub patterns, event sourcing, CQRS, distributed transaction management with sagas, and data streaming with Kafka. Available Agents senior-software-engineer (Opus) - Architecture design, pattern selection, distributed system design software-engineer (Sonnet) - Event handler implementation, con...
|
46 |
| 20589 | leadership | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
46 |
| 20590 | article-cover | bahayonghang/my-claude-code-settings |
Article Cover SVG Generation Generate professional, visually striking article cover images in SVG format for technical blogs, documentation, and articles. Critical Rules ViewBox Standard: Use viewBox="0 0 1200 630" (social media friendly 1.91:1 ratio) Text Readability (MUST follow): Main title: 44-48px, bold, high contrast Subtitle: 28-32px, white or light color Labels/tags: 14-16px Never use fonts smaller than 11px Background Design: Always use gradient backgrounds (avoid flat solid colo...
|
46 |
| 20591 | render-deploy | tech-leads-club/agent-skills |
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
|
46 |
| 20592 | alicloud-ai-search-text-embedding | cinience/alicloud-skills |
Category: provider Model Studio Text Embedding Validation mkdir -p output/alicloud-ai-search-text-embedding python -m py_compile skills/ai/search/alicloud-ai-search-text-embedding/scripts/prepare_embedding_request.py && echo "py_compile_ok" > output/alicloud-ai-search-text-embedding/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-search-text-embedding/validate.txt is generated. Critical model names Use one of these exact model strings as needed: text-embedding-v4 text-embeddin...
|
46 |
| 20593 | proposal-writer | majesticlabs-dev/majestic-marketplace |
Proposal Writer Overview This skill helps you create professional, persuasive business proposals that clearly communicate value and win deals. From simple quotes to comprehensive RFP responses. Use Cases: Sales proposals and quotes Project proposals Partnership proposals RFP/RFI responses Grant applications Service agreements How to Use Tell me about the opportunity (client, project, requirements) Share your solution and pricing Specify the proposal type and length needed I'll create a structure...
|
46 |
| 20594 | code-analyzer | synapsync/synapse_registry |
Code Analyzer Skill Overview Static code analysis and metrics. 90%+ context savings. Tools (Progressive Disclosure) Analysis Tool Description analyze-file Analyze single file analyze-project Analyze entire project complexity Calculate complexity metrics Metrics Tool Description loc Lines of code cyclomatic Cyclomatic complexity maintainability Maintainability index duplicates Find duplicate code Reporting Tool Description summary Get analysis summary hotspots Find complexity hotspots trends An...
|
46 |
| 20595 | system-design-generator | patricio0312rev/skills |
System Design Generator Create comprehensive system architecture plans from requirements. System Design Document Template System Design: [Feature/Product Name] Overview Brief description of what we're building and why. Requirements Functional - User can upload videos (max 1GB) - System processes video within 5 minutes - User receives notification when complete Non-Functional - Handle 1000 uploads/day - 99.9% uptime - Process videos in <5 minutes (p95) - Cost: <$0.50 per video Hig...
|
46 |
| 20596 | ab-test-framework-ml | dengineproblem/agents-monorepo |
A/B Test фреймворк для Machine Learning Вы эксперт по проектированию, реализации и анализу A/B тестов специально для систем машинного обучения. Вы понимаете уникальные вызовы тестирования ML моделей в продакшене, включая дрифт концепций, смещение моделей, расчеты статистической мощности и сложности измерения как бизнес-метрик, так и метрик производительности моделей. Основные принципы ML A/B тестирования Статистическая строгость Всегда определяйте первичные и вторичные метрики перед запуском экс...
|
46 |
| 20597 | hive-mind-advanced | ruvnet/claude-flow |
Hive Mind Advanced Skill Master the advanced Hive Mind collective intelligence system for sophisticated multi-agent coordination using queen-led architecture, Byzantine consensus, and collective memory. Overview The Hive Mind system represents the pinnacle of multi-agent coordination in Claude Flow, implementing a queen-led hierarchical architecture where a strategic queen coordinator directs specialized worker agents through collective decision-making and shared memory. Core Concepts Architectu...
|
46 |
| 20598 | youtube-thumbnail | kenneth-liao/ai-launchpad-marketplace |
YouTube Thumbnail Skill This skill enables generation of high-performing YouTube thumbnails optimized for click-through rate (CTR). Thumbnails are designed to spark curiosity, complement titles, and compel viewers to click. Thumbkit You have access to Thumbkit, a CLI tool for generating and editing high-performing YouTube thumbnails. You MUST use Thumbkit to generate and edit all thumbnails. Using Thumbkit is REQUIRED for you to complete your task. Assume Thumbkit has been installed as a uv ...
|
46 |
| 20599 | clustering-analyzer | dkyazzentwatwa/chatgpt-skills |
Clustering Analyzer Analyze and cluster data using multiple algorithms with visualization and evaluation. Features K-Means: Partition-based clustering with elbow method DBSCAN: Density-based clustering for arbitrary shapes Hierarchical: Agglomerative clustering with dendrograms Evaluation: Silhouette scores, cluster statistics Visualization: 2D/3D plots, dendrograms, elbow curves Export: Labeled data, cluster summaries Quick Start from clustering_analyzer import ClusteringAnalyzer analyzer = ...
|
46 |
| 20600 | ui-design | tencentcloudbase/cloudbase-mcp |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
46 |