███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10151 | gradio | huggingface/skills |
Gradio Gradio is a Python library for building interactive web UIs and ML demos. This skill covers the core API, patterns, and examples. Guides Detailed guides on specific topics (read these when relevant): Quickstart The Interface Class Blocks and Event Listeners Controlling Layout More Blocks Features Custom CSS and JS Streaming Outputs Streaming Inputs Sharing Your App Custom HTML Components Getting Started with the Python Client Getting Started with the JS Client Core Patterns Interface (hig...
|
132 |
| 10152 | cloudflare | cloudflare/cloudflare-docs |
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
|
132 |
| 10153 | producthunt | dylanfeltus/skills |
ProductHunt Skill Get posts, topics, users, and collections from Product Hunt via the official GraphQL API. Prerequisites Set access token in ~/.zshrc : export PRODUCTHUNT_ACCESS_TOKEN = "your_developer_token" Get your token from: https://www.producthunt.com/v2/oauth/applications Quick Check : cd < skill_directory > python3 scripts/get_posts.py --limit 3 Commands All commands run from the skill directory. Posts python3 scripts/get_post.py chatgpt Get post by slug python3 scripts/get_post.py 123...
|
132 |
| 10154 | tooluniverse-antibody-engineering | mims-harvard/tooluniverse |
Antibody Engineering & Optimization AI-guided antibody optimization pipeline from preclinical lead to clinical candidate. Covers sequence humanization, structure modeling, affinity optimization, developability assessment, immunogenicity prediction, and manufacturing feasibility. KEY PRINCIPLES : Report-first approach - Create optimization report before analysis Evidence-graded humanization - Score based on germline alignment and framework retention Developability-focused - Assess aggregation, st...
|
132 |
| 10155 | web3-frontend | pluginagentmarketplace/custom-plugin-blockchain |
Web3 Frontend Skill Master Web3 frontend development with wallet integration, modern libraries (viem/wagmi), and production dApp patterns. Quick Start Invoke this skill for Web3 frontend development Skill("web3-frontend", topic="wallet", framework="react") Topics Covered 1. Wallet Integration Connect users to Web3: RainbowKit: Beautiful wallet modal WalletConnect: Mobile support Account Abstraction: ERC-4337 Multi-chain: Network switching 2. Transaction Management Handle blockchain intera...
|
131 |
| 10156 | linkedin-post-generator | casper-studios/casper-marketplace |
LinkedIn Post Generator Generate LinkedIn posts from shared source material, written in each user's personal style. How It Works Personal style profile — stored locally at ~/.config/casper/linkedin-style.md (never committed) Source config — stored locally at ~/.config/casper/linkedin-sources.md (never committed) Shared source material — meeting transcripts, Slack dumps, docs in source-material/ Prompt template — extraction rules, voice guidelines, few-shot examples in references/prompt-template....
|
131 |
| 10157 | premium_web_design | jerrar670/surf-website |
This skill outlines the key elements required to create "wow" factor, premium web applications. 1. Typography - Font Choice: Use modern, geometric sans-serifs (e.g., Inter, Outfit, Manrope) or elegant serifs for headings. Avoid default system fonts unless intentionally styled. - Hierarchy: Establish clear scale (h1 vs p). Use extreme contrast in size (huge headlines, small refined labels). - Spacing: Generous line-height (1.5-1.7 for body). tracking-tight for large headings to make them fee...
|
131 |
| 10158 | axiom-swiftdata-migration | charleswiltgen/axiom |
SwiftData Custom Schema Migrations Overview SwiftData schema migrations move your data safely when models change. Core principle SwiftData's willMigrate sees only OLD models, didMigrate sees only NEW models—you can never access both simultaneously. This limitation shapes all migration strategies. Requires iOS 17+, Swift 5.9+ Target iOS 26+ (features like propertiesToFetch) When Custom Migrations Are Required Lightweight Migrations (Automatic) SwiftData can migrate automatically for: ✅ Addin...
|
131 |
| 10159 | axiom-app-intents-ref | charleswiltgen/axiom |
App Intents Integration Overview Comprehensive guide to App Intents framework for exposing app functionality to Siri, Apple Intelligence, Shortcuts, Spotlight, and other system experiences. Replaces older SiriKit custom intents with modern Swift-first API. Core principle App Intents make your app's actions discoverable across Apple's ecosystem. Well-designed intents feel natural in Siri conversations, Shortcuts automation, and Spotlight search. When to Use This Skill Exposing app functionalit...
|
131 |
| 10160 | java-testing-advanced | pluginagentmarketplace/custom-plugin-java |
Advanced testing techniques for comprehensive test coverage. Overview This skill covers advanced testing patterns including Testcontainers for integration testing, contract testing with Pact, mutation testing with PIT, and property-based testing. When to Use This Skill Use when you need to: - Test with real databases (Testcontainers) - Verify API contracts - Find gaps with mutation testing - Generate test cases automatically Quick Reference Testcontainers ``` @Testcontainers @Spri...
|
131 |
| 10161 | wechat-message | tiancheng91/wechat-msg-send |
微信消息发送技能 此技能通过 AppleScript 脚本实现 macOS 上微信消息的自动化发送。 功能概述 自动激活微信应用 搜索指定联系人或群组 发送指定消息内容 支持中文和特殊字符 使用方法 调用方式 osascript scripts/wechat_automation_script.applescript "<用户名>" "<消息内容>" 参数说明 参数 必填 说明 用户名 是 微信联系人名称或群名称,需完全匹配 消息内容 是 要发送的消息文本 使用示例 发送消息给好友 osascript scripts/wechat_automation_script.applescript "张三" "你好,今天有空吗?" 发送消息到群组 osascript scripts/wechat_automation_script.applescript "工作群" "大家好!" 发送包含中文的消息 osascript scripts/wechat_automation_script.applescript "Yatocala" "hello你好" 工作流程 激活微信 - 将微信窗口置于...
|
131 |
| 10162 | ui-ux-design | samhvw8/dot-claude |
UI Design Reference - Searchable Pattern Database Curated reference database of UI/UX patterns, styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices. Use this as a lookup tool to find proven design patterns and implementation guidance. Prerequisites Check if Python is installed: python3 --version || python --version If Python is not installed, install it based on user's OS: macOS: brew install python3 Ubuntu/Debian: sudo ap...
|
131 |
| 10163 | ai-daily | geekjourneyx/mind-skills |
AI Daily News Fetch AI industry news from smol.ai RSS feed. Quick Start Basic queries 昨天AI资讯 今天的AI新闻 2026-01-13的资讯 Query Types Type Examples Description Relative date 昨天AI资讯 今天的新闻 前天 Yesterday, today, day before Absolute date 2026-01-13的新闻 YYYY-MM-DD format Date range 有哪些日期的新闻 Show available dates Workflow - [ ] Step 1: Parse date from user request - [ ] Step 2: Fetch RSS data - [ ] Step 3: Check content availability - [ ] Step 4: Format and display results Step 1: Parse Date User Input Target ...
|
131 |
| 10164 | axiom-storekit-ref | charleswiltgen/axiom |
StoreKit 2 — Complete API Reference Overview StoreKit 2 is Apple's modern in-app purchase framework with async/await APIs, automatic receipt validation, and SwiftUI integration. This reference covers every API, iOS 18.4 enhancements, and comprehensive WWDC 2025 code examples. Product Types Supported Consumable: Products that can be purchased multiple times Examples: coins, hints, temporary boosts Do NOT restore on new devices Non-Consumable: Products purchased once, owned forever Examples:...
|
130 |
| 10165 | github-actions-expert | cin12211/orca-q |
GitHub Actions Expert You are a specialized expert in GitHub Actions, GitHub's native CI/CD platform for workflow automation and continuous integration/continuous deployment. I provide comprehensive guidance on workflow optimization, security best practices, custom actions development, and advanced CI/CD patterns. My Expertise Core Areas Workflow Configuration & Syntax: YAML syntax, triggers, job orchestration, context expressions Job Orchestration & Dependencies: Complex job dependencies, mat...
|
130 |
| 10166 | zlibrary-to-notebooklm | zstmfhy/zlibrary-to-notebooklm |
Z-Library to NotebookLM Skill 让 Claude 帮你自动下载书籍并上传到 NotebookLM,实现"零幻觉"的 AI 对话式阅读。 🎯 核心功能 一键下载书籍(优先 PDF,自动降级 EPUB) 自动创建 NotebookLM 笔记本 上传文件并返回笔记本 ID 支持与 AI 进行基于书籍内容的对话 📋 激活条件(Triggers) 当用户提到以下需求时,使用此 Skill: 用户提供 Z-Library 书籍链接(包含 zlib.li、z-lib.org、zh.zlib.li 等域名) 用户说"帮我把这本书上传到 NotebookLM" 用户说"自动下载并读这本书" 用户说"用 Z-Library 链接创建 NotebookLM 知识库" 用户要求从特定 URL 下载书籍并分析 🔧 核心指令 当用户提供 Z-Library 链接时,按以下流程执行: Step 1: 提取信息 从用户提供的 URL 中提取: 书名 作者(如果有) 完整 URL 格式选项(PDF/EPUB/MOBI 等) Step 2: 自动下载 使用已保存的会话(~/....
|
130 |
| 10167 | axiom-foundation-models-ref | charleswiltgen/axiom |
Foundation Models Framework — Complete API Reference Overview The Foundation Models framework provides access to Apple's on-device Large Language Model (3 billion parameters, 2-bit quantized) with a Swift API. This reference covers every API, all WWDC 2025 code examples, and comprehensive implementation patterns. Model Specifications Technical Details: Parameters: 3 billion (3B) Quantization: 2-bit Context Window: 4096 tokens (combined input + output) Supported Languages: English + additiona...
|
130 |
| 10168 | obsidian-vault-management | julianobarbosa/claude-code-skills |
This vault uses a PARA-like organization: | `00 - Maps of Content` | Index notes linking related topics | `01 - Projects` | Active project notes | `02 - Areas` | Ongoing responsibilities | `03 - Resources` | Reference materials | `04 - Permanent` | Evergreen/zettelkasten notes | `05 - Fleeting` | Quick capture notes | `06 - Daily` | Daily notes (YYYY/MM/YYYYMMDD.md) | `07 - Archives` | Completed/inactive content | `08 - books` | Book notes and clippings | `99 - Meta` ...
|
130 |
| 10169 | axiom-extensions-widgets-ref | charleswiltgen/axiom |
Extensions & Widgets API Reference Overview This skill provides comprehensive API reference for Apple's widget and extension ecosystem: Standard Widgets (iOS 14+) — Home Screen, Lock Screen, StandBy widgets Interactive Widgets (iOS 17+) — Buttons and toggles with App Intents Live Activities (iOS 16.1+) — Real-time updates on Lock Screen and Dynamic Island Control Center Widgets (iOS 18+) — System-wide quick controls App Extensions — Shared data, lifecycle, entitlements What are widgets?: Widg...
|
130 |
| 10170 | moltbook | sorcerai/moltbook-skill |
Moltbook Skill Social network for AI agents. Post, comment, upvote, search, and DM other moltys. ⚠️ Critical: Always Use www ✅ https://www.moltbook.com/api/v1/... ❌ https://moltbook.com/api/v1/... (strips Authorization header!) Authentication All requests need the API key: curl "https://www.moltbook.com/api/v1/..." \ -H "Authorization: Bearer $MOLTBOOK_API_KEY " Credentials stored at: ~/.config/moltbook/credentials.json Quick Reference Read Content Your personalized feed (subscribed submolts +...
|
130 |
| 10171 | visual-qa | dylanfeltus/skills |
Visual QA Use vision models to self-review screenshots against design intent. Catch spacing issues, alignment problems, color inconsistencies, responsive bugs, and accessibility gaps before shipping. When to Use User asks to "review this design" or "check this screenshot" After building a page/component, before shipping User wants to compare implementation vs mockup/reference User asks "does this look right?" or "what's off about this?" Automated design QA step in a build workflow Core Philosoph...
|
130 |
| 10172 | axiom-camera-capture-ref | charleswiltgen/axiom |
Camera Capture API Reference Quick Reference // SESSION SETUP import AVFoundation let session = AVCaptureSession() let sessionQueue = DispatchQueue(label: "camera.session") sessionQueue.async { session.beginConfiguration() session.sessionPreset = .photo guard let camera = AVCaptureDevice.default(.builtInWideAngleCamera, for: .video, position: .back), let input = try? AVCaptureDeviceInput(device: camera), session.canAddInput(input) else { return } session.ad...
|
130 |
| 10173 | wp-plugin-development | automattic/agent-skills |
WP Plugin Development When to use Use this skill for plugin work such as: creating or refactoring plugin structure (bootstrap, includes, namespaces/classes) adding hooks/actions/filters activation/deactivation/uninstall behavior and migrations adding settings pages / options / admin UI (Settings API) security fixes (nonces, capabilities, sanitization/escaping, SQL safety) packaging a release (build artifacts, readme, assets) Inputs required Repo root + target plugin(s) (path to plugin main file ...
|
130 |
| 10174 | tauri | hairyf/skills |
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
|
130 |
| 10175 | axiom-memory-debugging | charleswiltgen/axiom |
Memory Debugging Overview Memory issues manifest as crashes after prolonged use. Core principle 90% of memory leaks follow 3 patterns (retain cycles, timer/observer leaks, collection growth). Diagnose systematically with Instruments, never guess. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My app crashes after 10-15 minutes of use, but there are no error messages. How do I figure out what's leaking?" → The skill covers systematic Instru...
|
130 |
| 10176 | data-analysis | casper-studios/casper-marketplace |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
130 |
| 10177 | csv-analyzer | casper-studios/casper-marketplace |
CSV Analyzer Overview Comprehensive CSV data analysis and visualization engine. Run the script, then use this guide to interpret results and provide insights to users. Quick Start cd ~/.claude/skills/csv-analyzer/scripts export $( grep -v '^' /path/to/project/.env | xargs 2 > /dev/null ) python3 analyze_csv.py /path/to/data.csv Chart Selection Decision Tree IMPORTANT : Choose charts based on what the user needs to understand: What is the user trying to understand? │ ├── "What does my data look l...
|
129 |
| 10178 | color-theory-palette-harmony-expert | erichowens/some_claude_skills |
Color Theory & Palette Harmony Expert You are a world-class expert in perceptual color science for computational photo composition. You combine classical color theory with modern optimal transport methods for collage creation. When to Use This Skill ✅ Use for: Palette-based photo selection for collages Warm/cool color alternation algorithms Hue-sorted photo sequences (rainbow gradients) Palette compatibility using earth-mover distance Diversity penalties to avoid color monotony Global color ...
|
129 |
| 10179 | supabase-expert | eddiebe147/claude-settings |
Supabase Integration Expert Skill Overview This skill helps you build secure, scalable Supabase integrations. Use this for database design, Row Level Security (RLS) policies, authentication, Edge Functions, and real-time features. Core Principles 1. Security First Always enable RLS on tables with user data Use service role key only in secure server contexts Use anon key for client-side operations Test policies thoroughly 2. Type Safety Generate TypeScript types from schema Use generated types ...
|
129 |
| 10180 | frontend-security | schalkneethling/webdev-agent-skills |
Frontend Security Audit Skill Perform comprehensive security audits of frontend codebases to identify vulnerabilities, bad practices, and missing protections. Audit Process Scan for dangerous patterns - Search codebase for known vulnerability indicators Review framework-specific risks - Check for framework security bypass patterns Validate defensive measures - Verify CSP, CSRF tokens, input validation Check dependencies - Review npm/node dependencies for vulnerabilities Report findings - Categ...
|
129 |
| 10181 | home-assistant-awtrix | bradsjm/hassio-addons |
AWTRIX Workflow Use the bundled awtrix_fs.py script for deterministic filesystem operations and LaMetric icon imports. Use absolute device paths (leading / ) to avoid firmware path errors. Use references for endpoint behavior and MQTT/HA integration patterns. Quick start All script and reference files are relative to the location of this SKILL.md file. python3 scripts/awtrix_fs.py --host < ip > status python3 scripts/awtrix_fs.py --host < ip > icons list python3 scripts/awtrix_fs.py --host < ip ...
|
129 |
| 10182 | flutter-duit-bdui | madteacher/mad-agents-skills |
Fluttter Duit Backend-driven UI Overview Duit enables backend-driven UI in Flutter applications. The server controls both data and layout via JSON, allowing UI updates without app releases. Quick Start Add dependency to pubspec.yaml Initialize DuitRegistry (optional: with themes/custom widgets) Create XDriver (HTTP, WebSocket, or static) Wrap UI in DuitViewHost Server sends JSON layouts → Duit renders them Prerequisites SDK Requirements - Dart SDK : > =3.4.4 <4.0.0 - Flutter : > =3.24.0 Add Depe...
|
129 |
| 10183 | data-researcher | 404kidwiz/claude-supercode-skills |
Data Researcher Agent Purpose Provides data discovery and analysis expertise specializing in extracting actionable insights from complex datasets, identifying patterns and anomalies, and transforming raw data into strategic intelligence. Excels at multi-source data integration, advanced analytics, and data-driven decision support. When to Use Performing exploratory data analysis (EDA) on complex datasets Identifying patterns, correlations, and anomalies in data Integrating data from multiple s...
|
129 |
| 10184 | self-reflection | hopyky/self-reflection |
🪞 Self-Reflection A skill for continuous self-improvement. The agent tracks mistakes, lessons learned, and improvements over time through regular heartbeat-triggered reflections. Quick Start Check if reflection is needed self-reflection check Log a new reflection self-reflection log "error-handling" "Forgot timeout on API call" "Always add timeout=30" Read recent lessons self-reflection read View statistics self-reflection stats How It Works Heartbeat (60m) → Agent reads HEARTBEAT.md → Runs ...
|
129 |
| 10185 | axiom-haptics | charleswiltgen/axiom |
Haptics & Audio Feedback Comprehensive guide to implementing haptic feedback on iOS. Every Apple Design Award winner uses excellent haptic feedback - Camera, Maps, Weather all use haptics masterfully to create delightful, responsive experiences. Overview Haptic feedback provides tactile confirmation of user actions and system events. When designed thoughtfully using the Causality-Harmony-Utility framework, axiom-haptics transform interfaces from functional to delightful. This skill covers bo...
|
129 |
| 10186 | postgresql-psql | timelessco/recollect |
PostgreSQL psql Skill PostgreSQL psql (PostgreSQL interactive terminal) is the primary command-line client for interacting with PostgreSQL databases. It provides both interactive query execution and powerful scripting capabilities for database management and administration. When to Use This Skill Use this skill when: Connecting to PostgreSQL databases from the command line Executing SQL queries interactively Writing SQL scripts for automation Creating and managing databases and schemas Manag...
|
129 |
| 10187 | deep-analysis | cyberkaida/reverse-engineering-assistant |
Deep Analysis Purpose You are a focused reverse engineering investigator. Your goal is to answer specific questions about binary behavior through systematic, evidence-based analysis while improving the Ghidra database to aid understanding. Unlike binary-triage (breadth-first survey), you perform depth-first investigation : Follow one thread completely before branching Make incremental improvements to code readability Document all assumptions with evidence Return findings with new investigation t...
|
129 |
| 10188 | axiom-swiftui-nav | charleswiltgen/axiom |
SwiftUI Navigation When to Use This Skill Use when: Choosing navigation architecture (NavigationStack vs NavigationSplitView vs TabView) Implementing programmatic navigation with NavigationPath Setting up deep linking and URL routing Implementing state restoration for navigation Adopting Tab/Sidebar patterns (iOS 18+) Implementing coordinator/router patterns Requesting code review of navigation implementation before shipping Related Skills Use axiom-swiftui-nav-diag for systematic troubleshoot...
|
129 |
| 10189 | ui-ux-polish | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
UI/UX Polish — Iterative Enhancement Workflow When to Use: This is for when your site/app already works and looks decent and you want to improve it. There's a different approach when it looks bad and needs a complete overhaul. Key Insight: Something about asking for agreement from the model ("don't you agree?") somehow motivates it to polish things up better. Also, instructing it to separately think through desktop vs mobile leads to much better outcomes. The Workflow Overview App already wor...
|
129 |
| 10190 | tooluniverse-crispr-screen-analysis | mims-harvard/tooluniverse |
ToolUniverse CRISPR Screen Analysis Comprehensive skill for analyzing CRISPR-Cas9 genetic screens to identify essential genes, synthetic lethal interactions, and therapeutic targets through robust statistical analysis and pathway enrichment. Overview CRISPR screens enable genome-wide functional genomics by systematically perturbing genes and measuring fitness effects. This skill provides an 8-phase workflow for: Processing sgRNA count matrices Quality control and normalization Gene-level essenti...
|
128 |
| 10191 | axiom-ios-ml | charleswiltgen/axiom |
iOS Machine Learning Router You MUST use this skill for ANY on-device machine learning or speech-to-text work. When to Use Use this router when: Converting PyTorch/TensorFlow models to CoreML Deploying ML models on-device Compressing models (quantization, palettization, pruning) Working with large language models (LLMs) Implementing KV-cache for transformers Using MLTensor for model stitching Building speech-to-text features Transcribing audio (live or recorded) Routing Logic CoreML Work Im...
|
128 |
| 10192 | axiom-swiftui-nav-diag | charleswiltgen/axiom |
SwiftUI Navigation Diagnostics Overview Core principle 85% of navigation problems stem from path state management errors, view identity issues, or placement mistakes—not SwiftUI defects. SwiftUI's navigation system is used by millions of apps and handles complex navigation patterns reliably. If your navigation is failing, not responding, or behaving unexpectedly, the issue is almost always in how you're managing navigation state, not the framework itself. This skill provides systematic diagno...
|
128 |
| 10193 | shopware6-best-practices | bartundmett/skills |
Shopware 6 Best Practices Comprehensive best practices guide for Shopware 6.6+ development, designed for AI agents and LLMs helping agency developers. Contains 77 rules across 22 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Developing custom Shopware 6 plugins Creating or modifying Store API or Admin API endpoints Working with the Data Abstraction Layer (DAL) Implementing event subscribers and decorators ...
|
128 |
| 10194 | research | tavily-ai/tavily-plugins |
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
|
128 |
| 10195 | swiftui-code-review | existential-birds/beagle |
SwiftUI Code Review Quick Reference Issue Type Reference View extraction, modifiers, body complexity references/view-composition.md @State, @Binding, @Observable, @Bindable references/state-management.md LazyStacks, AnyView, ForEach, identity references/performance.md VoiceOver, Dynamic Type, labels, traits references/accessibility.md Review Checklist View body under 10 composed elements (extract subviews) Modifiers in correct order (padding before background) @StateObject for view-owned obje...
|
128 |
| 10196 | google-drive | odyssey4me/agent-skills |
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
|
128 |
| 10197 | aws-serverless-eda | zxkane/aws-skills |
AWS Serverless & Event-Driven Architecture This skill provides comprehensive guidance for building serverless applications and event-driven architectures on AWS based on Well-Architected Framework principles. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation -...
|
128 |
| 10198 | specstory-session-summary | specstoryai/agent-skills |
You will analyze recent SpecStory session history files to provide a standup-style summary. Argument provided: `$ARGUMENTS` (default: 5 sessions, or "today" for today's sessions only) Your Task Step 1: Find Recent Sessions First, check if the SpecStory history folder exists and list recent session files: ``` ls -t .specstory/history/*.md 2>/dev/null | head -20 ``` If no `.specstory/history` folder exists or it's empty, respond with: No SpecStory session history found in this directory....
|
128 |
| 10199 | java-pro | rmyndharis/antigravity-skills |
Use this skill when Working on java pro tasks or workflows Needing guidance, best practices, or checklists for java pro Do not use this skill when The task is unrelated to java pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Java expert speci...
|
128 |
| 10200 | create-promo-video | alentodorov/create-promo-video |
Create Promo Video You are an expert videographer and motion designer specializing in creating engaging promotional short-form videos for software projects. Your goal is to create a TikTok-style promotional video that showcases the project's key features and value proposition. Workflow Step 1: Understand the Project First, analyze the project to understand what it does: Read the README.md if it exists Check package.json, Cargo.toml, pyproject.toml, or similar for project metadata Look at the...
|
128 |