Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
69.8M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
13501 writing phaser 3 games tomcoolpxl/sugar-splat
Phaser 3 Game Development Skill Quick Start Most Common Patterns Multi-Scene Flow const config = { scene : [ Boot , Preloader , MainMenu , Game , GameOver ] } ; // Boot → Preloader → MainMenu → Game → GameOver Object Pooling create ( ) { this . projectiles = this . physics . add . group ( { classType : Projectile , frameQuantity : 20 , active : false , visible : false } ) ; } fire ( ) { const projectile = this . projectiles . getFirstDead ( false ) ; if ( projectile ) projectile . fire ( x , y )...
81
13502 canva-automation sickn33/antigravity-awesome-skills
Canva Automation via Rube MCP Automate Canva design operations through Composio's Canva toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Canva connection via RUBE_MANAGE_CONNECTIONS with toolkit canva Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by co...
81
13503 xgboost-lightgbm tondevrel/scientific-agent-skills
XGBoost & LightGBM - Gradient Boosting for Tabular Data XGBoost (eXtreme Gradient Boosting) and LightGBM (Light Gradient Boosting Machine) are the de facto standard libraries for machine learning on tabular/structured data. They consistently win Kaggle competitions and are widely used in industry for their speed, accuracy, and robustness. When to Use Classification or regression on tabular data (CSVs, databases, spreadsheets). Kaggle competitions or data science competitions on structured data. ...
81
13504 intelligent-routing vudovn/antigravity-kit
Intelligent Agent Routing Purpose: Automatically analyze user requests and route them to the most appropriate specialist agent(s) without requiring explicit user mentions. Core Principle The AI should act as an intelligent Project Manager, analyzing each request and automatically selecting the best specialist(s) for the job. How It Works 1. Request Analysis Before responding to ANY user request, perform automatic analysis: graph TD A[User Request: Add login] --> B[ANALYZE] B --> C[...
81
13505 social-listening guia-matthieu/clawfu-skills
Social Listening Systematically monitor social media and online conversations to track brand sentiment, identify emerging issues, and spot opportunities. When to Use This Skill Brand health monitoring Crisis early warning Competitor tracking Campaign performance Customer insight gathering Methodology Foundation Based on Sprout Social methodology and Brandwatch analytics , combining: Keyword monitoring Sentiment analysis Trend identification Influencer tracking What Claude Does vs What You Decide...
81
13506 whatsapp-cloud-api bellopushon/whatsapp-cloud-api
WhatsApp Cloud API When to Use Activate this skill when: Building or modifying WhatsApp messaging features Sending messages (text, media, templates, interactive) Processing incoming webhooks from WhatsApp Working with template messages or conversation windows Handling phone number formatting (E.164) Debugging WhatsApp API errors or status updates Implementing message status tracking (sent, delivered, read) Quick Reference Item Value Base URL https://graph.facebook.com/v21.0 Send Message POST /{p...
81
13507 finishing-development zixun-github/aisdlc
开发收尾确认(仅验证,不做合并/清理) 概述 目标 :确认实现已完整、风险可控,并确保所有测试/检查全绿。 产出 :一份简短的“完成确认报告”(包含运行的命令与结果、失败摘要或遗留项)。 核心原则: 只做验证 → 失败即停止 → 结果可复现 → 报告可追溯。 范围与非目标 范围(会做): 读取项目约定的命令入口(例如 Makefile 、 Taskfile 、 package.json scripts 、 README ) 运行测试与常见质量门禁(lint/format/typecheck/build 等,取决于仓库实际存在的命令) 汇总结果与复现步骤,确保“怎么验证的”说得清楚 非目标(不会做): 分支合并、Rebase、创建/更新 Pull Request 删除/清理分支、 git worktree 清理 发布/打标签/生成版本 使用方式(开始时宣布) 开始时宣布: 「我正在使用 finishing-development 技能做开发收尾确认(仅验证,确保测试/检查全绿)。」 流程 步骤 1:确认当前变更状态(只读) 目标是避免在跑测试前就“带着脏状态/误改文件”继续推进。 git...
81
13508 cdc tursodatabase/turso
CDC (Change Data Capture) - Internal Feature Map Overview CDC tracks INSERT/UPDATE/DELETE changes on database tables by writing change records into a dedicated CDC table ( turso_cdc by default). It is per-connection, enabled via PRAGMA, and operates at the bytecode generation (translate) layer. The sync engine consumes CDC records to push local changes to the remote. Architecture Diagram User SQL (INSERT/UPDATE/DELETE/DDL) | v ┌─────────────────────────────────────────────────┐ │ Translate laye...
81
13509 spec-design-research zixun-github/aisdlc
spec-design-research 概览 本技能用于执行 Spec 级设计阶段的 D1 research(可选) :从 requirements/solution.md 的技术背景中 系统提取未知项 ,把“NEEDS CLARIFICATION / 依赖 / 集成”转成 可分发的研究任务 并完成调研,在 design/research.md 中以 Decision / Rationale / Alternatives considered 的结构沉淀结论,使 D2 可以直接引用而无需重复解释。 本技能既可独立使用(只做 D1),也可在 using-aisdlc 的路由判定为“需要 D1”时被调用(本技能不做 D0/D1/D2 分流判断)。 开始时宣布: 「我正在使用 spec-design-research 技能进行设计调研并落盘 research.md。」 何时使用 / 不使用 使用时机(命中任一) 方案正确性依赖未知事实(若 X 不成立,方案会推倒重来) 存在多个可行方向,但缺少证据支撑取舍 对外契约/迁移/安全/性能/一致性等存在高风险点,需要先验证 你发现自己要写“待确认...
81
13510 power-query-coaching thepexcel/agent-skills
This skill helps users transform "ugly data" that can't be used for analysis into clean, structured data ready for Pivot Tables, Power BI, or any analytical tool. The coach: - Diagnoses data structure problems by analyzing user input (description, upload, screenshot) - Explains why the current structure is problematic and what issues it will cause - Visualizes the ideal "goal state" with proper data structure - Guides step-by-step transformations using Power Query UI (70-80% of problems solv...
81
13511 sound-engineer erichowens/some_claude_skills
Sound Engineer: Spatial Audio, Procedural Sound & App UX Audio Expert audio engineer for interactive media: games, VR/AR, and mobile apps. Specializes in spatial audio, procedural sound generation, middleware integration, and UX sound design. When to Use This Skill ✅ Use for: Spatial audio (HRTF, binaural, Ambisonics) Procedural sound (footsteps, wind, environmental) Game audio middleware (Wwise, FMOD) Adaptive/interactive music systems UI/UX sound design (clicks, notifications, feedback) So...
81
13512 vite pproenca/dot-skills
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
81
13513 douyin-video-fetch kamiender/douyin-video-fetch
Douyin Video Fetch Overview 把抖音链接下载成可分析的本地 mp4。 这是“视频复刻”链路的素材入口层。 何时使用 你需要把目标视频落地到本地做拆解 你拿到的是 video_id ,想直接下载 你要批量下载一组抖音视频做样本库 快速用法 单条下载: python scripts/fetch_video.py "https://www.douyin.com/video/7599980362898427178" 用 video_id 下载: python scripts/fetch_video.py 7599980362898427178 批量(每行一个 URL 或 video_id): python scripts/fetch_video.py --file input.txt --output-dir ./downloads/douyin 输出 默认输出目录: ./downloads 文件名: <video_id>.mp4 终端会输出每条的成功/失败结果与落盘路径 备注 该技能只负责下载,不做ASR/镜头分析。 下载失败时建议先用 douyin-url-res...
81
13514 frontend-magic-ui petbrains/mvp-builder
Magic UI 150+ animated components for SaaS landing pages. Professional polish, production-ready. When to Use Number/stat animations (tickers, counters) Logo walls (marquee) Bento grid layouts Device mockups (iPhone, Safari) Text animations (typing, word rotate) Shimmer/rainbow buttons When NOT to Use Basic UI → shadcn/ui Dramatic hero effects → Aceternity State-driven animations → Rive Process NEED → ADD → CUSTOMIZE Identify component type Install: npx magicui-cli@latest add [component] Customiz...
81
13515 reddit-ads alinaqi/claude-bootstrap
Paid Ads: Reddit Ads Guides Reddit Ads setup, subreddit targeting, and creative best practices. Reddit excels at niche communities and discussion-driven audiences; use when your audience is active in specific subreddits and values authentic, value-first messaging. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Why Reddit ...
81
13516 distributed-systems yonatangross/orchestkit
Distributed Systems Patterns Comprehensive patterns for building reliable distributed systems. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Distributed Locks 3 CRITICAL Redis/Redlock locks, PostgreSQL advisory locks, fencing tokens Resilience 3 CRITICAL Circuit breakers, retry with backoff, bulkhead isolation Idempotency 3 HIGH Idempotency keys, request dedup, database-backed idempotency Rate Limiting 3 HIGH Token bucket, s...
81
13517 n8n-workflow-testing-fundamentals proffesor-for-testing/agentic-qe
n8n Workflow Testing Fundamentals <default_to_action> When testing n8n workflows: VALIDATE workflow structure before execution TEST with realistic test data VERIFY node-to-node data flow CHECK error handling paths MEASURE execution performance Quick n8n Testing Checklist: All nodes properly connected (no orphans) Trigger node correctly configured Data mappings between nodes valid Error workflows defined Credentials properly referenced Critical Success Factors: Test each execution path sepa...
81
13518 anygen-website anygenio/anygen-skills
AnyGen AI Website Generator You MUST strictly follow every instruction in this document. Do not skip, reorder, or improvise any step. Build a landing page or simple website from a natural language prompt using AnyGen OpenAPI. Output: online task URL for viewing the generated website. When to Use User needs to create a landing page, portfolio site, or simple website User has files to upload as reference material for website generation Security & Permissions What this skill does: Sends task prompt...
81
13519 vercel-deploy-claimable sickn33/antigravity-awesome-skills
404: Not Found
81
13520 confluence-automation composiohq/awesome-claude-skills
Confluence Automation via Rube MCP Automate Confluence operations including page creation and updates, content search with CQL, space management, label tagging, and page hierarchy navigation through Composio's Confluence toolkit. Toolkit docs : composio.dev/toolkits/confluence Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Confluence connection via RUBE_MANAGE_CONNECTIONS with toolkit confluence Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup ...
81
13521 nhl-data machina-sports/sports-skills
NHL Data Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-sk...
81
13522 code-review jwilger/agent-skills
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
81
13523 supabase-audit-buckets-list yoanbernabeu/supabase-pentest-skills
List Storage Buckets 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each bucket discovered Log to .sb-pentest-audit.log BEFORE and AFTER each operation DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill discovers al...
81
13524 game-hacking-techniques gmh5225/awesome-game-security
Game Hacking Techniques Overview This skill covers game hacking techniques documented in the awesome-game-security collection, including memory manipulation, rendering overlays, input simulation, and exploitation methods. Core Concepts Memory Manipulation Read Process Memory (RPM) Write Process Memory (WPM) Pattern scanning Pointer chains Structure reconstruction Process Injection DLL injection methods Manual mapping Shellcode injection Thread hijacking APC injection Hooking Techniques Inline ...
81
13525 alby-bitcoin-payments-agent-skill getalby/alby-agent-skill
Alby Bitcoin Payments Agent Skill When to use this skill Use this skill to understand how to build apps that require bitcoin lightning wallet capabilities. NWC Client: Interact with a wallet to do things like sending and receive payments, listen to payment notifications, fetch balance and transaction list and wallet info Lightning Tools: Request invoices from a lightning address, parse BOLT-11 invoices, verify a preimage for a BOLT-11 invoice, LNURL-Verify, do bitcoin <-> fiat conversions Pref...
81
13526 pricing-strategy manojbajaj95/claude-gtm-plugin
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this con...
81
13527 ln-750-commands-generator levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Generates `.claude/commands/` with project-specific Claude Code commands. Overview | Input | Project structure, tech stack | Output | .claude/commands/*.md files | Worker | ln-751-command-templates Workflow - Analyze project structure and detect tech stack - Extract variables (paths, ports, frameworks) - Delegate to ln-751 with template name and variables - Verify generated commands exi...
81
13528 api-patterns vudovn/antigravity-kit
API Patterns API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. 📑 Content Map File Description When to Read api-style.md REST vs GraphQL vs tRPC decision tree Choosing API type rest.md Resource naming, HTTP methods, status codes Designing REST API response.md Envelope pattern, error format, pagination Response structure graphql.md Schema design, w...
81
13529 disk-hygiene terrylica/cc-skills
Disk Hygiene Audit disk usage, clean developer caches, find forgotten large files, and triage Downloads on macOS. When to Use This Skill Use this skill when: User asks about disk space, storage, or cleanup System is running low on free space User wants to find old/forgotten large files User wants to clean developer caches (brew, uv, pip, npm, cargo) User wants to triage their Downloads folder User asks about disk analysis tools (dust, dua, gdu, ncdu) TodoWrite Task Templates Template A - Full Di...
81
13530 mcp-developer 404kidwiz/claude-supercode-skills
MCP Developer Senior MCP (Model Context Protocol) developer with deep expertise in building servers and clients that connect AI systems with external tools and data sources. Role Definition You are a senior MCP developer with expertise in protocol implementation, SDK usage (TypeScript/Python), and production deployment. You build robust MCP servers that expose resources, tools, and prompts to Claude and other AI systems while maintaining security, performance, and developer experience standar...
81
13531 gdpr-ccpa-privacy-auditor jorgealves/agent_skills
GDPR/CCPA Privacy Auditor Purpose and Intent The gdpr-ccpa-privacy-auditor is a transparency tool. It helps companies ensure that their public-facing privacy policies actually match their technical implementations, preventing "Privacy Washing" and reducing the risk of regulatory fines. When to Use Privacy Impact Assessments (PIA) : Run as part of a recurring privacy review. Marketing Launches : Check new landing pages to ensure new trackers haven't been added without updating the policy. Due Dil...
81
13532 git-worktrees bobmatnyc/claude-mpm-skills
Git Worktrees Overview Git worktrees enable checking out multiple branches simultaneously in separate directories, all sharing the same repository. Create a worktree instead of stashing changes or cloning separately. Core principle: One worktree per active branch. Switch contexts by changing directories, not branches. Core Concepts Concept Description Main worktree Original working directory from git clone or git init Linked worktree Additional directories created with git worktree add Shared .g...
81
13533 focus session manager daffy0208/ai-dev-standards
Focus Session Manager Protect your health. Maximize focus. Prevent burnout. Core Principle ADHD brains are prone to hyperfocus (ignoring breaks, health) and time blindness (losing track of time). The solution: Automated session management that tracks time, enforces breaks, and protects health without disrupting flow state. Key Insight: You can't manage time you can't see. Make time visible and automatic. The Focus Problem Problem 1: Hyperfocus Burnout Issue: Code for 4 hours straight without bre...
81
13534 supabase-audit-authenticated yoanbernabeu/supabase-pentest-skills
Authenticated User Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each test Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill creates a test user (wit...
81
13535 referral-program manojbajaj95/claude-gtm-plugin
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
81
13536 godot-audio-systems thedivergentai/gd-agentic-skills
Audio Systems Expert guidance for Godot's audio engine and mixing architecture. NEVER Do NEVER create new AudioStreamPlayer nodes for every sound — Causes memory bloat and GC spikes. Use audio pooling (reuse players) or one-shot helper function. NEVER set AudioServer bus volume with linear values — set_bus_volume_db() expects decibels (-80 to 0). Use linear_to_db() for 0.0-1.0 conversion. NEVER forget to set autoplay = false on music players — Music autoplays on scene load by default. Causes ove...
81
13537 philosophy-compliance-workflow rysweet/amplihack
Systematic philosophy compliance review that ensures all code and architecture aligns with amplihack's core principles: ruthless simplicity, brick philosophy, and Zen-like minimalism. This skill validates that implementations serve clear purposes without unnecessary complexity. When to Use This Skill USE FOR: - Architecture reviews before implementation - Code reviews for philosophy alignment - Refactoring validation (did we actually simplify?) - Module design verification - Pre-merge ph...
81
13538 openserv-client openserv-labs/skills
OpenServ Client The @openserv-labs/client package is the TypeScript client for the OpenServ Platform API. You use it whenever your code needs to talk to the platform—to register an agent, create workflows, set up triggers, or run tasks. Why you need this package Your agent (built with @openserv-labs/sdk ) runs on your machine or server. The platform doesn’t know about it until you tell it: what the agent is, where it’s reachable, and how it can be triggered. The client is how you do that. It let...
81
13539 doc-prd vladm3105/aidoc-flow-framework
doc-prd Purpose Create Product Requirements Documents (PRD) - Layer 2 artifact in the SDD workflow that defines product features, user needs, measurable success criteria, and KPIs. Layer: 2 Upstream: BRD (Layer 1) Downstream Artifacts: EARS (Layer 3), BDD (Layer 4), ADR (Layer 5) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing upstream artifacts: ls docs/BRD/ docs/PRD/ 2>/dev/null Reference only existing documents in tracea...
80
13540 vue-i18n-skilld harlan-zw/vue-ecosystem-skills
intlify/vue-i18n vue-i18n Internationalization plugin for Vue.js Version: 11.3.0 (Mar 2026) Deps: @vue/devtools-api@^6.5.0, @intlify/core-base@11.3.0, @intlify/devtools-types@11.3.0, @intlify/shared@11.3.0 Tags: rc: 9.0.0-rc.9 (Feb 2021), alpha: 9.2.0-alpha.9 (Jul 2021), legacy: 8.28.2 (Oct 2022), edge: 9.3.0-beta.14-77e850b (Jan 2023), beta: 9.3.0-beta.27 (Aug 2023), next: 12.0.0-alpha.3 (Jul 2025), stable: 11.1.10 (Jul 2025), legacy10: 10.0.8 (Jul 2025), stable9: 9.14.5 (Jul 2025), legacy9: 9....
80
13541 nansen-dca-watch nansen-ai/nansen-cli
DCA Watch Answers: "What tokens are whales dollar-cost averaging into on Solana?" nansen research smart-money dcas --limit 20 → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at For each top DCA target, check token fundamentals TARGET = < output_token_address > nansen research token info --token $TARGET --chain solana → name, symbol, price, market_cap, token_details nansen research token flow-intelligence --token $TARGET --chain sol...
80
13542 mvp builder daffy0208/ai-dev-standards
MVP Builder Ship MVPs in 1-2 weeks, not months. Core Principle Start with the smallest thing that proves/disproves your riskiest assumption. MVP = Minimum Viable Product, not Minimum Pretty Product. MVP Feature Matrix Categorize every feature idea using this matrix: Category Definition Action P0 Must have for core value proposition Build now P1 Important but can wait for v1.1 Ship after validation P2 Nice to have, delight features Ship v2+ Out of Scope Not needed for validation Defer indefinitel...
80
13543 using-drizzle-queries andrelandgraf/fullstackrecipes
Working with Drizzle Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables. Implement Working with Drizzle Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables. See: Resource: using-drizzle-queries in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-drizzle-queries Writing Queries Use Drizzle's query API for type-safe ...
80
13544 data-viz-2025 erichowens/some_claude_skills
Data Visualization 2025: The Art & Science of Visual Communication Create visualizations that Seaborn users, Tufte readers, and everyone else will love. Marry NYT Graphics rigor with MoMA aesthetics, Nike energy, and On Kawara precision. When to Use This Skill ✅ Use for: Building interactive charts, dashboards, and data stories Complex visualizations (chord diagrams, Sankey flows, network graphs) Real-time data displays with animations Mobile-responsive data components Accessible, tested vis...
80
13545 harness cexll/myclaude
Harness — Long-Running Agent Framework Executable protocol enabling any agent task to run continuously across multiple sessions with automatic progress recovery, task dependency resolution, failure rollback, and standardized error handling. Design Principles Design for the agent, not the human — Test output, docs, and task structure are the agent's primary interface Progress files ARE the context — When context window resets, progress files + git history = full recovery Premature completion is t...
80
13546 supabase-audit-buckets-read yoanbernabeu/supabase-pentest-skills
Bucket File Access Test 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each bucket tested Log to .sb-pentest-audit.log BEFORE and AFTER each file access test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests ...
80
13547 universal-learner huangserva/skill-prompt-generator
Universal Learner - 通用学习器 Skill 版本 : 1.0 架构 : Master-Subordinate 学习方式 : 半自动(生成报告 + 人工审核) 🎯 核心功能 从任何领域的Prompt中自动提取可复用元素,存入Universal Elements Library数据库。 支持7大领域: 📷 portrait - 人像摄影 🏠 interior - 室内设计 📦 product - 产品摄影 🎨 design - 平面设计 🎭 art - 艺术风格 🎬 video - 视频生成 📸 common - 通用摄影技术 📋 使用方式 方式1:学习单个Prompt 学习这个Prompt: [粘贴完整Prompt] 或 分析并学习: A premium collector's edition book photographed with Phase One camera, featuring Italian calfskin binding... 方式2:批量学习18个源Prompts 批量学习所有Prompts 或 学习extracted_modules.json...
80
13548 neon-drizzle-setup andrelandgraf/fullstackrecipes
Neon + Drizzle Setup To set up Neon + Drizzle Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/neon-drizzle-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/neon-drizzle-setup
80
13549 clawra-selfie sumelabs/clawra
Clawra Selfie Edit a fixed reference image using xAI's Grok Imagine model and distribute it across messaging platforms (WhatsApp, Telegram, Discord, Slack, etc.) via OpenClaw. Reference Image The skill uses a fixed reference image hosted on jsDelivr CDN: https://cdn.jsdelivr.net/gh/SumeLabs/clawra@main/assets/clawra.png When to Use User says "send a pic", "send me a pic", "send a photo", "send a selfie" User says "send a pic of you...", "send a selfie of you..." User asks "what are you doing?", ...
80
13550 database sickn33/antigravity-awesome-skills
Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for existing databases F...
80