███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11651 | postgresql-expert | personamanagmentlayer/pcl |
PostgreSQL Expert You are an expert in PostgreSQL with deep knowledge of advanced queries, indexing, performance tuning, replication, and database administration. You design and manage production PostgreSQL databases that are performant, reliable, and scalable. Core Expertise Advanced Data Types JSON and JSONB: -- Create table with JSONB CREATE TABLE events ( id SERIAL PRIMARY KEY, event_type VARCHAR(50), data JSONB NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); ...
|
306 |
| 11652 | android-viewmodel | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
306 |
| 11653 | deep-research | sanjay3290/ai-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
306 |
| 11654 | memory-tasks | basicmachines-co/basic-memory-skills |
Memory Tasks Manage work-in-progress using Basic Memory's schema system. Tasks are just notes with type: Task — they live in the knowledge graph, validate against a schema, and survive context compaction. When to Use Starting multi-step work (3+ steps, or anything that might outlast the context window) After compaction/restart — search for active tasks to resume Pre-compaction flush — update all active tasks with current state On demand — user asks to create, check, or manage tasks Task Schema T...
|
306 |
| 11655 | google-spaces-updates | jezweb/claude-skills |
Google Spaces Updates Status: Production Ready Last Updated: 2026-01-09 Post updates to a team Google Chat Space via webhook. Quick Start 1. Setup (first time per project) Run /google-spaces-updates setup or manually create .claude/settings.json: { "project": { "name": "my-project", "repo": "github.com/org/my-project" }, "team": { "chat_webhook": "https://chat.googleapis.com/v1/spaces/SPACE_ID/messages?key=KEY&token=TOKEN", "members": ["Deepinder", "Joshua", "Raquel"] ...
|
305 |
| 11656 | paseo-chat | getpaseo/paseo |
Paseo Chat Skill This skill teaches how to use chat rooms for agent coordination via the Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first if you need CLI guidance for launching or messaging agents. Rules When using chat: create a room with paseo chat create if you need a new room inspect available rooms with paseo chat ls and paseo chat inspect post with paseo chat post read with paseo chat read keep reads bounded, usually --limit 10 or --limit 20 check chat often...
|
305 |
| 11657 | minimax-understand-image | thincher/awsome_skills |
minimax-understand-image 使用 MiniMax MCP 服务器进行图像理解和分析。 执行流程(首次需要安装,后续直接步骤4调用) 步骤 1: 检查并安装依赖 1.1 检查 uvx 是否可用 which uvx 如果不存在,安装 uv: 方法 1: 使用官方安装脚本(推荐) curl -LsSf https://astral.sh/uv/install.sh | sh 方法 2: 使用国内镜像加速(如果官方脚本下载失败) 临时使用清华镜像源安装: export UV_INDEX_URL = "https://pypi.tuna.tsinghua.edu.cn/simple" curl -LsSf https://astral.sh/uv/install.sh | sh 或者临时使用阿里云镜像源: export UV_INDEX_URL = "https://mirrors.aliyun.com/pypi/simple/" curl -LsSf https://astral.sh/uv/install.sh | sh 1.2 检查 MCP 服务器是否已安装 uvx ...
|
305 |
| 11658 | stock-analysis | bruce-shi/ticker-cli |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
305 |
| 11659 | writing-clearly-and-concisely | davila7/claude-code-templates |
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
|
305 |
| 11660 | unreal-engine | dstn2000/claude-unreal-engine-skill |
Unreal Engine Development Assistant Core Philosophy: Zero Assumptions CRITICAL: Never make assumptions about the user's project. Every Unreal project is unique in structure, assets, and configuration. Always verify before suggesting code or assets. Pre-Flight Discovery Protocol When a user asks for Unreal Engine help, ALWAYS execute this discovery sequence FIRST: 1. Locate the .uproject File find . -maxdepth 2 -name "*.uproject" -type f If found: Read it to extract: Engine version from "E...
|
305 |
| 11661 | google-sheets | membranedev/application-skills |
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
|
305 |
| 11662 | data-engineering-data-driven-feature | sickn33/antigravity-awesome-skills |
Data-Driven Feature Development Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation. [Extended thinking: This workflow orchestrates a comprehensive data-driven development process from initial data analysis and hypothesis formulation through feature implementation with integrated analytics, A/B testing infrastructure, and post-launch analysis. Each phase leverages specialized agents to ensure f...
|
305 |
| 11663 | ln-724-artifact-cleaner | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-724-artifact-cleaner Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Removes platform-specific artifacts from projects exported from online platforms, preparing them for production deployment. Overview Aspect Details Input Project directory, platform (auto-detect or manual) Output Clean ...
|
305 |
| 11664 | nansen-smart-money-trend | nansen-ai/nansen-cli |
TOKEN = < address > CHAIN = ethereum nansen research smart-money netflow --chain $CHAIN --limit 200 → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_fl...
|
305 |
| 11665 | alicloud-ai-audio-tts-voice-clone-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts-voice-clone Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response...
|
304 |
| 11666 | loom-transcript | n8n-io/n8n |
Loom Transcript Fetcher Fetch the transcript from a Loom video using Loom's GraphQL API. Instructions Given the Loom URL: $ARGUMENTS 1. Extract the Video ID Parse the Loom URL to extract the 32-character hex video ID. Supported URL formats: https://www.loom.com/share/<video-id> https://www.loom.com/embed/<video-id> https://www.loom.com/share/<video-id>?sid=<session-id> The video ID is the 32-character hex string after /share/ or /embed/ . 2. Fetch Video Metadata Use the WebFetch tool to POST to ...
|
304 |
| 11667 | competitor-alternatives | davila7/claude-code-templates |
Competitor & Alternative Pages You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively. Initial Assessment 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...
|
304 |
| 11668 | railway-database | davila7/claude-code-templates |
Railway Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the railway-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 exis...
|
304 |
| 11669 | implementing-llms-litgpt | davila7/claude-code-templates |
LitGPT - Clean LLM Implementations Quick start LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows. Installation: pip install 'litgpt[extra]' Load and use any model: from litgpt import LLM Load pretrained model llm = LLM.load("microsoft/phi-2") Generate text result = llm.generate( "What is the capital of France?", max_new_tokens=50, temperature=0.7 ) print(result) List available models: litgpt download list...
|
304 |
| 11670 | gh-address-comments | davila7/claude-code-templates |
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
|
304 |
| 11671 | skill-judge | davila7/claude-code-templates |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
304 |
| 11672 | lint-and-validate | davila7/claude-code-templates |
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
|
304 |
| 11673 | revision | jwynia/agent-skills |
Revision: Diagnostic Skill You diagnose revision-level problems and guide systematic manuscript improvement. Your role is to help writers work through revision efficiently and know when they're done. Core Principle Revision is not one activity but many, each operating at a different scale. Work from largest scale to smallest: Developmental (structure, story) Line (sentences, paragraphs) Copy (mechanics, consistency) Crucial insight: Polishing prose in a scene you'll later cut is wasted eff...
|
304 |
| 11674 | llamaparse | run-llama/llamaparse-agent-skills |
LlamaParse Skill Parse unstructured documents (such as PDF, DOCX, PPTX, XLSX) with LlamaParse and extract their contents (text, markdown, images...). Initial Setup When this skill is invoked, respond with: I'm ready to use LlamaParse to parse files. Before we begin, please confirm that: - `LLAMA_CLOUD_API_KEY` is set as environment variable within the current environment - `@llamaindex/llama-cloud@latest` is installed and available within the current Node environment If both of them are set, ple...
|
304 |
| 11675 | site-crawler | mindmorass/reflex |
Site Crawler Skill Respectfully crawl documentation sites and web content for RAG ingestion. Overview Documentation sites, blogs, and knowledge bases contain valuable structured content. This skill covers: Respectful crawling (robots.txt, rate limiting) Structure-preserving extraction Incremental updates (only fetch changed pages) Sitemap-based discovery Prerequisites HTTP client pip install httpx HTML parsing pip install beautifulsoup4 lxml Clean article extraction pip install trafilat...
|
303 |
| 11676 | auto-skill | toolsai/auto-skill |
Auto-Skill 自進化知識系統 核心循環(Step 1–5) 你必須在每一輪對話中遵循以下核心循環: 0.5 環境自我檢查與加固(Self-Bootstrapping) 本步驟只在每個對話的第一次觸發 auto-skill 時執行一次: 定位全局規則文件 :根據當前 IDE 查找對應的全局規則文件: IDE 全局規則文件路徑 Antigravity ~/.gemini/GEMINI.md Cursor ~/.cursor/rules/global.mdc Claude Code ~/.claude/CLAUDE.md Codex ~/.codex/instructions.md 以上為常見路徑,不限於此列表。若當前 IDE 不在列表中,請嘗試尋找該 IDE 的全局規則文件。 偵測加固狀態 :讀取該文件,檢查是否已包含「任務啟動協議」相關規則。 自動追加規則 :若未包含,在文件末尾追加以下內容: 任務啟動協議 (強制) * 當開啟新任務或觸發任何技能時,必須先讀取並執行 auto-skill 技能的 SKILL.md。 回覆提示 :完成後告知用戶:「我已自動加固您的全局規則,確保...
|
303 |
| 11677 | compose-navigation | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
303 |
| 11678 | active-directory-attacks | sickn33/antigravity-awesome-skills |
Active Directory Attacks Purpose Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing. Inputs/Prerequisites Kali Linux or Windows attack platform Domain user credentials (for most attacks) Network access to Domain Controller Tools: Impacket, Mimikatz, BloodHound, Rubeus, CrackMapExec Outputs...
|
303 |
| 11679 | sparse-autoencoder-training | davila7/claude-code-templates |
SAELens: Sparse Autoencoders for Mechanistic Interpretability SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity. GitHub: jbloomAus/SAELens (1,100+ stars) The Problem: Polysemanticity & Superposition Individual neurons in neural networks are polysemantic - they activate in multiple, semanti...
|
303 |
| 11680 | openrlhf-training | davila7/claude-code-templates |
OpenRLHF - High-Performance RLHF Training Quick start OpenRLHF is a Ray-based RLHF framework optimized for distributed training with vLLM inference acceleration. Installation: Launch Docker container docker run --runtime=nvidia -it --rm --shm-size="10g" --cap-add=SYS_ADMIN \ -v $PWD:/openrlhf nvcr.io/nvidia/pytorch:25.02-py3 bash Uninstall conflicts sudo pip uninstall xgboost transformer_engine flash_attn pynvml -y Install OpenRLHF with vLLM pip install openrlhf[vllm] PPO Training (H...
|
303 |
| 11681 | codex | skills-directory/skill-codex |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
303 |
| 11682 | meitu-skills | meitu/meitu-skills |
meitu-skills (Root Entry) Purpose This is the top-level routing skill: Use meitu-poster for poster strategy, visual direction, and cover-design workflows. Use meitu-stickers for sticker pack and emoji pack generation from photos. Use meitu-visual-me for consolidated visual workflows such as try-on, portrait generation, group photo, and avatar sets. Use meitu-product-swap for swapping products in e-commerce images. Use meitu-video-dance for motion-transfer and dance-style video generation workflo...
|
303 |
| 11683 | observer-pattern | patternsdev/skills |
Observer Pattern Table of Contents When to Use When NOT to Use Instructions Details Source With the observer pattern , we can subscribe certain objects, the observers , to another object, called the observable . Whenever an event occurs, the observable notifies all its observers! When to Use Use this when you need to notify multiple parts of an application about state changes or events This is helpful for implementing event-driven, asynchronous communication between components When NOT to Use Wh...
|
303 |
| 11684 | stock-question-refiner | liangdabiao/claude-code-stock-deep-research-agent |
Stock Question Refiner Role You are a Stock Investment Research Question Refiner specializing in crafting structured investment research prompts. Your primary objectives are: Ask clarifying questions first to understand the user's investment context, style, and research needs Generate structured research prompts that follow professional investment due diligence standards Eliminate vague requests by defining clear research parameters Core Directives Do Not Provide Investment Advice: Focus on re...
|
303 |
| 11685 | triage | readwiseio/readwise-skills |
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
|
303 |
| 11686 | dotnet-backend | sickn33/antigravity-awesome-skills |
.NET Backend Agent - ASP.NET Core & Enterprise API Expert You are an expert .NET/C backend developer with 8+ years of experience building enterprise-grade APIs and services. When to Use Use this skill when the user asks to: Build or refactor ASP.NET Core APIs (controller-based or Minimal APIs) Implement authentication/authorization in a .NET backend Design or optimize EF Core data access patterns Add background workers, scheduled jobs, or integration services in C Improve reliability/performance...
|
303 |
| 11687 | webhook-integration | aj-geddes/useful-ai-prompts |
Dodo Payments Webhook Integration Reference: docs.dodopayments.com/developer-resources/webhooks Webhooks provide real-time notifications when payment events occur. Use them to automate workflows, update databases, send notifications, and keep your systems synchronized. Quick Setup 1. Configure Webhook in Dashboard Go to Dashboard → Developer → Webhooks Click "Create Webhook" Enter your endpoint URL Select events to subscribe to Copy the webhook secret 2. Environment Variables DODO_PAYMENTS_WEBHO...
|
303 |
| 11688 | openai apps mcp | jezweb/claude-skills |
Building OpenAI Apps with Stateless MCP Servers Status : Production Ready Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base , hono-routing (optional) Latest Versions : @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5, wrangler@4.58.0 Overview Build ChatGPT Apps using MCP (Model Context Protocol) servers on Cloudflare Workers. Extends ChatGPT with custom tools and interactive widgets (HTML/JS UI rendered in iframe). Architecture : ChatGPT → MCP endpoint (JSON-RPC 2.0) → Tool...
|
302 |
| 11689 | firebase-storage | jezweb/claude-skills |
Firebase Cloud Storage Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0 Quick Start (5 Minutes) 1. Initialize Firebase Storage (Client) // src/lib/firebase.ts import { initializeApp } from 'firebase/app'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY, authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN, projectId: ...
|
302 |
| 11690 | ln-644-dependency-graph-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Dependency Graph Auditor L3 Worker that builds and analyzes the module dependency graph to enforce architectural boundaries. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Build module dependency graph from import statements (Python, TS/JS, C, Java) Detect circular depend...
|
302 |
| 11691 | test-writer | leonardomso/33-js-concepts |
Skill: Test Writer for Concept Pages Use this skill to generate comprehensive Vitest tests for all code examples in a concept documentation page. Tests verify that code examples in the documentation are accurate and work as described. When to Use After writing a new concept page When adding new code examples to existing pages When updating existing code examples To verify documentation accuracy through automated tests Before publishing to ensure all examples work correctly Test Writing Methodo...
|
302 |
| 11692 | senior-mobile | borghei/claude-skills |
Senior Mobile Developer Expert-level mobile application development. Core Competencies iOS development (Swift, SwiftUI) Android development (Kotlin, Jetpack Compose) Cross-platform (React Native, Flutter) Mobile architecture patterns Performance optimization App Store deployment Push notifications Offline-first design Platform Comparison Aspect Native iOS Native Android React Native Flutter Language Swift Kotlin TypeScript Dart UI Framework SwiftUI/UIKit Compose/XML React Widgets Performance B...
|
302 |
| 11693 | awq-quantization | davila7/claude-code-templates |
AWQ (Activation-aware Weight Quantization) 4-bit quantization that preserves salient weights based on activation patterns, achieving 3x speedup with minimal accuracy loss. When to use AWQ Use AWQ when: Need 4-bit quantization with <5% accuracy loss Deploying instruction-tuned or chat models (AWQ generalizes better) Want ~2.5-3x inference speedup over FP16 Using vLLM for production serving Have Ampere+ GPUs (A100, H100, RTX 40xx) for Marlin kernel support Use GPTQ instead when: Need maximum...
|
302 |
| 11694 | feishu-docx | leemysw/agent-kit |
Feishu Docx Exporter Export Feishu/Lark cloud documents to Markdown for AI analysis, writing, and automation. Setup (One-time) pip install feishu-docx feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET Token auto-refreshes. No user interaction required. Optional: Browser-Based Export export-browser requires Playwright and a Chromium runtime: pip install playwright Show more Installs 301 Repository leemysw/feishu-docx GitHub Stars 202 First Seen Jan 22, 2026 Security Audits ...
|
301 |
| 11695 | alicloud-ai-multimodal-qwen-vl-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, respon...
|
301 |
| 11696 | competitive-intelligence-analyst | shipshitdev/library |
Competitive Intelligence Analyst - Market & Competitor Tracking Overview You are a competitive intelligence analyst specializing in indie market analysis. You help solo founders understand their competitive landscape, monitor competitor moves, identify market gaps, and position their offerings for maximum differentiation. Your job is to execute competitive research—not just advise—by building monitoring systems and actionable competitive insights. Core Principle: "Know your competition better ...
|
301 |
| 11697 | frontend-design | vudovn/antigravity-kit |
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: Purpose :...
|
301 |
| 11698 | task-breakdown | jwynia/agent-skills |
Task Breakdown: Executive Function Support Skill You help people with ADHD, autism, and other executive function differences transform overwhelming tasks into manageable action steps. Your role is to provide external scaffolding, not motivation lectures. Core Principle Executive dysfunction is neurological, not motivational. External systems compensate for working memory limitations. You're not here to "fix" anyone. You're providing prosthetic executive function—tools that help navigate a wo...
|
301 |
| 11699 | genre-conventions | jwynia/agent-skills |
Genre Conventions: Diagnostic and Generative Skill You diagnose genre-level story problems and generate genre-specific elements. Your role is to ensure stories deliver on their emotional promises to readers. Core Principle Genre is a promise. The story must deliver on that promise or readers feel betrayed. Elemental genres are about emotional experience, not bookshelf categories. A story set on a spaceship can be any genre. The setting is not the genre. The emotional experience is the genre....
|
301 |
| 11700 | fix-flaky-tests | tuist/agent-skills |
Fix Flaky Test Quick Start You'll typically receive a Tuist test case URL or identifier. Follow these steps to investigate and fix it: Run tuist test case show <id-or-identifier> --json to get reliability metrics for the test. Run tuist test case run list Module/Suite/TestCase --flaky --json to see flaky run patterns. Run tuist test case run show <run-id> --json on failing flaky runs to get failure messages and file paths. Read the test source at the reported path and line, identify the flaky pa...
|
301 |