███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4551 | account-research | anthropics/knowledge-work-plugins |
Account Research Get a complete picture of any company or person before outreach. This skill always works with web search, and gets significantly better with enrichment and CRM data. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ ACCOUNT RESEARCH │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone via web search) │ │ ✓ Company overview: what th...
|
2.9K |
| 4552 | api-sec | yaklang/hack-skills |
API Security Router 这是 API 安全测试的分类入口。 先用这个 skill 判断当前 API 更像是文档和资产发现、对象授权、令牌信任问题,还是 GraphQL 与隐藏参数问题,再进入更细的专题 skill。 When to Use 目标暴露 REST API、移动端后端或 GraphQL 接口 你需要先确定 API 测试顺序,再进入具体专题 你想把对象授权、JWT、GraphQL、隐藏字段这些方向分开处理 Skill Map API Recon and Docs : OpenAPI、Swagger、版本漂移、隐藏文档 API Authorization and BOLA : BOLA、BFLA、方法滥用、隐藏可写字段 API Auth and JWT Abuse : Bearer token、Header 信任、Claim 滥用、限流绕过 GraphQL and Hidden Parameters : introspection、batching、未公开字段、隐藏参数 Quick Triage Observation Route Swagger 或 OpenAP...
|
2.9K |
| 4553 | elasticsearch-onboarding | elastic/agent-skills |
Elastic Developer Guide You are an Elasticsearch solutions architect working alongside the developer. Your job is to guide developers from "I want search" to a working search experience — understanding their intent, recommending the right approach, and generating tested, production-ready code. Use the conversation playbook in references/elasticsearch-onboarding-playbook.md to structure the conversation. Always ask one question at a time, listen for signals, and adapt your recommendations to thei...
|
2.9K |
| 4554 | team-agent-orchestration | affaan-m/ecc |
Team Agent Orchestration Use this skill when agents are being managed like a team rather than a single assistant. The purpose is to make team-based orchestration reliable: clear work items, explicit ownership, agent Kanban state, branch isolation, control pane visibility, and merge gates. When To Activate The task spans multiple agents, tools, harnesses, branches, or worktrees. The user mentions team orchestration, agent Kanban, squad, conductor, control pane, manager, desktop app, Zellij, tmux,...
|
2.9K |
| 4555 | gmgn-holder-analysis | gmgnai/gmgn-skills |
BEFORE RUNNING ANY COMMAND: Run gmgn-cli config --check . If exit code is 0, proceed normally. If exit code is 1, run gmgn-cli config and show output, then apply the key with gmgn-cli config --apply <KEY> . If unknown option, tell user to run npm install -g gmgn-cli . IMPORTANT: Always use gmgn-cli commands. Do NOT use curl, WebFetch, or visit gmgn.ai. When the user asks to analyze holders for a token, extract --chain and --address from their message, then run the analysis script below. Also det...
|
2.9K |
| 4556 | transcribe | openai/skills |
Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). Run the bundled transcribe_diarize.py CLI with sensible defaults (fast text tran...
|
2.9K |
| 4557 | mermaid-to-proverif | trailofbits/skills |
Mermaid to ProVerif Reads a Mermaid sequenceDiagram describing a cryptographic protocol and produces a ProVerif model ( .pv file) that can be passed directly to the ProVerif verifier. Tools used: Read, Write, Grep, Glob. The typical input is the output of the crypto-protocol-diagram skill — a Mermaid sequenceDiagram annotated with cryptographic operations ( Sign , Verify , DH , HKDF , Enc , Dec , etc.) and message arrows. When to Use User asks to formally verify a cryptographic protocol describe...
|
2.9K |
| 4558 | genotoxic | trailofbits/skills |
Genotoxic Combines mutation testing and necessist (test statement removal) with code graph analysis to triage findings into actionable categories: false positives, missing unit tests, and fuzzing targets. When to Use After mutation testing reveals survived mutants that need triage Identifying where unit tests would have the highest impact Finding functions that need fuzz harnesses instead of unit tests Prioritizing test improvements using data flow context Filtering out harmless mutants from act...
|
2.9K |
| 4559 | observability-logs-search | elastic/agent-skills |
Logs Search Search and filter logs to support incident investigation. The workflow mirrors Kibana Discover: apply a time range and scope filter, then iteratively add exclusion filters (NOT) until a small, interesting subset of logs remains—either the root cause or the key document. Optionally view logs in context (preceding and following that document) or pivot to another entity and start a fresh search. Use ES|QL only ( POST /_query ); do not use Query DSL. When NOT to use Metrics or traces — u...
|
2.9K |
| 4560 | beyla | grafana/skills |
Grafana Beyla Docs : https://grafana.com/docs/beyla/latest/ Beyla is a Grafana eBPF auto-instrumentation tool that captures HTTP/gRPC traffic and generates traces and metrics without modifying application code . Requirements Linux kernel : 5.8+ with BTF (BPF Type Format) enabled Privileges : root or CAP_SYS_ADMIN ; in Kubernetes must run in host PID namespace Architectures : x86_64, ARM64 Check BTF support: ls /sys/kernel/btf/vmlinux must exist Supported Languages / Runtimes Show more
|
2.9K |
| 4561 | korean-jangbu-for | nomadamas/k-skill |
Korean Jangbu For (thin wrapper) What this skill does kimlawtech/korean-jangbu-for (Apache-2.0) 업스트림을 중심으로 한국 사업자 장부 자동화 흐름을 안내한다. 원저작자·관리자는 @kimlawtech (SpeciAI) 이며, k-skill 측은 원본 발견·설치 진입점·출처/면책 고지·agent-neutral 사용 절차만 유지하는 얇은 wrapper 다. 업스트림은 카드명세서 PDF, 은행 CSV, 엑셀 장부, 영수증/세금계산서 이미지·PDF를 표준 거래내역으로 정리하고, 계정과목 매핑, 세무용 BS/PL, 경영용 현금흐름·cash burn 리포트, 세무사 전달 CSV 생성을 목표로 한다. 중요: 이 스킬을 사용할 때 모든 답변에는 원본 링크 https://github.com/kimlawtech/korean-jangbu-for 와 원저작자 @kimlawtech (SpeciAI) 를 반드시 멘션한다. When to...
|
2.9K |
| 4562 | gke-networking | google/skills |
GKE Networking This reference covers networking configuration for GKE clusters. The golden path enforces private, VPC-native clusters with Dataplane V2. MCP Tools: get_cluster , update_cluster , apply_k8s_manifest , get_k8s_resource Golden Path Networking Defaults Show more Installs 699 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.9K |
| 4563 | gke-observability | google/skills |
GKE Observability This reference covers monitoring, logging, and metrics configuration for GKE. The golden path enables comprehensive observability including control-plane metrics. MCP Tools: gke:get_cluster , gke:list_k8s_events , gke:get_k8s_logs , gke:get_k8s_cluster_info , gke:describe_k8s_resource . CLI-only: gcloud container clusters update --monitoring=... , gcloud logging read Golden Path Observability Defaults Show more Installs 690 Repository google/skills GitHub Stars 14.5K First Seen...
|
2.9K |
| 4564 | gke-golden-path | google/skills |
GKE Golden Path Configuration The golden path is the recommended Autopilot configuration for production clusters. It defines sensible defaults — when the user requests different settings, apply them and note relevant trade-offs. MCP Tools: get_cluster , create_cluster , update_cluster Rules Show more Installs 707 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.9K |
| 4565 | godot-master | thedivergentai/gd-agentic-skills |
Godot Master: Lead Architect Knowledge Hub Every section earns its tokens by focusing on Knowledge Delta — the gap between what Claude already knows and what a senior Godot engineer knows from shipping real products. 🧠 Part 1: Expert Thinking Frameworks "Who Owns What?" — The Architecture Sanity Check Before writing any system, answer these three questions for EVERY piece of state: Who owns the data? (The StatsComponent owns health, NOT the CombatSystem ) Who is allowed to change it? (Only the o...
|
2.9K |
| 4566 | platform-models-api-configure | forcedotcom/sf-skills |
Salesforce Models API setup for an AI coding agent The Salesforce Models API ( https://api.salesforce.com/ai/gpt/v1 ) is authenticated with a signed OrgJWT (obtained via client_credentials with the sfap_api scope — see scripts/get-orgjwt.sh ; no proxy). That auth and the base URL are the same for any agent. How each agent then talks to the endpoint is agent-specific: Anthropic clients ( Claude Code and the Claude Agent SDK ) route through Bedrock mode (the env vars in Step 3), whereas other agen...
|
2.9K |
| 4567 | platform-policy-rule-generate | forcedotcom/sf-skills |
Authoring Policy Rule Definitions Gating: @WsdlGuard("EnforceOMatic.orgCanUsePolicyRuleMDAPI") = OrgPermissions.EnforceOMatic && OrgPermissions.PolicyRuleMDAPI Min API version: 64.0 (66.0 for conditions using PolicyJsonExpression ) For human maintainers (not the agent): the Java source-of-truth lives at enforce-o-matic-impl/java/src/enforce/o/matic/metadata/ and reference fixtures at enforce-o-matic-impl/test/func/filemetadata/<name>/ . The agent should rely on the templates and reference docs i...
|
2.9K |
| 4568 | diagram-design | cathrynlavery/diagram-design |
Diagram Design Create visual diagrams as self-contained HTML files with inline SVG and CSS, following an opinionated editorial design system. Twenty-seven diagram types. One shared design system, complexity budget, and taste gate. Type-specific conventions live in references/ and are loaded only when you pick a type. 0. First-time setup — style guide gate Before generating your first diagram in a new project, verify the style guide has been customized. Open references/style-guide.md and check th...
|
2.9K |
| 4569 | smux | shawnpana/smux |
smux Tmux pane control and cross-pane agent communication. Use tmux-bridge (the high-level CLI) for all cross-pane interactions. Fall back to raw tmux commands only when you need low-level control. tmux-bridge — Cross-Pane Communication A CLI that lets any AI agent interact with any other tmux pane. Works via plain bash. Every command is atomic : type types text (no Enter), keys sends special keys, read captures pane content. DO NOT WAIT OR POLL Other panes have agents that will reply to you via...
|
2.9K |
| 4570 | vector-forge | trailofbits/skills |
Vector Forge Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after. When to Use Generating test vectors for cryptographic algorithms or protocols Evaluating how well existing test vectors cover an implementation Finding implementation code paths that no test vector exercises Creating Wycheproof-style cross-implementation test vectors Measuring t...
|
2.9K |
| 4571 | mimir | grafana/skills |
Grafana Mimir Docs : https://grafana.com/docs/mimir/latest/ Horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus and OpenTelemetry metrics. Quick Start (Monolithic Mode) demo.yaml - single binary, no external dependencies target : all multitenancy_enabled : false Show more
|
2.9K |
| 4572 | wpds | wordpress/agent-skills |
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
|
2.9K |
| 4573 | dynamic-workflow-mode | affaan-m/ecc |
Dynamic Workflow Mode Use this skill when a coding agent can generate or adapt a task-local harness instead of only following a static command flow. The goal is to turn dynamic workflow mode into a disciplined system: temporary harnesses for one-off work, shared skill extraction for repeated work, and observable control pane checkpoints for teams. When To Activate The user mentions dynamic workflows, custom harnesses, harness-per-task, adaptive workflows, or Claude Code dynamic workflow mode. A ...
|
2.9K |
| 4574 | markdown | assistant-ui/skills |
assistant-ui Markdown Always consult assistant-ui.com/llms.txt for the latest API. Render and customize assistant message text as markdown with MarkdownTextPrimitive from @assistant-ui/react-markdown , wired into the MessagePrimitive.Parts text branch. References ./references/markdown-text.md -- MarkdownTextPrimitive setup ./references/syntax-highlighting.md -- code highlighting (react-shiki / react-syntax-highlighter) ./references/latex-mermaid.md -- LaTeX and Mermaid ./references/streamdown.md...
|
2.9K |
| 4575 | reddit-research | lignertys/reddit-research-skills |
reddit-research Skill Overview Reddit is where people complain, compare, and ask for alternatives before they ever fill out a survey. This skill turns that into a queryable research tool via reddapi.dev : search by meaning across 50,000+ subreddits, 20M+ posts, and 40M+ comments using 1024-dimension vector embeddings - "frustrated with X" finds the frustration even when the post never uses the word "frustrated" - then pull trend momentum and subreddit context around it. Why reddapi.dev instead o...
|
2.9K |
| 4576 | gh-issue-sync | mitsuhiko/gh-issue-sync |
gh-issue-sync Syncs GitHub issues to local Markdown files in .issues/open/ and .issues/closed/ . Commands gh-issue-sync init Initialize in git repo gh-issue-sync pull Fetch open issues (--all for closed too) gh-issue-sync push Push local changes (--dry-run to preview) gh-issue-sync list List issues (supports gh issue list flags + --search) gh-issue-sync new "Title" Create issue (--label, --edit) gh-issue-sync close 42 Close...
|
2.9K |
| 4577 | apify-lead-generation | apify/agent-skills |
Lead Generation Scrape leads from multiple platforms using Apify Actors. Prerequisites .env file with APIFY_TOKEN Python 3.9+ and uv Workflow Copy this checklist and track progress: Task Progress: - [ ] Step 1: Determine lead source (select Actor) - [ ] Step 2: Read Actor schema from reference docs - [ ] Step 3: Ask user preferences (format, filename) - [ ] Step 4: Run the lead finder script - [ ] Step 5: Summarize results Step 1: Determine Lead Source Select the appropriate Actor based on...
|
2.8K |
| 4578 | adk-dev-guide | google/adk-docs |
ADK Development Workflow & Guidelines Session Continuity If this is a long session, re-read the relevant skill before each phase — /adk-cheatsheet before writing code, /adk-eval-guide before running evals, /adk-deploy-guide before deploying, /adk-scaffold before scaffolding. Context compaction may have dropped earlier skill content. DESIGN_SPEC.md — Your Primary Reference IMPORTANT : If DESIGN_SPEC.md exists in this project, it is your primary source of truth. Read it FIRST to understand: Functi...
|
2.8K |
| 4579 | search-for-service | coinbase/agentic-wallet-skills |
Searching the x402 Bazaar Use the npx awal@2.0.3 x402 commands to discover and inspect paid API endpoints available on the x402 bazaar marketplace. No authentication or balance is required for searching. Commands Search the Bazaar Find paid services by keyword using BM25 relevance search: npx awal@2.0.3 x402 bazaar search < query > [ -k < n > ] [ --force-refresh ] [ --json ] Option Description -k, --top <n> Number of results (default: 5) --force-refresh Re-fetch resource index from CDP API --jso...
|
2.8K |
| 4580 | xyq-nest-skill | pippit-dev/pippit-skills |
小云雀会话(生视频) 通过 小云雀的API 创建会话、发送消息(生图、生视频、编辑视频等)、上传图片/视频文件,并查询会话消息进展。 小云雀是一个 AI 综合创作平台,同时为人类创作者和 Agent 设计。Agent 通过 Skill 入口理解任务、调用模型并自动编排工作流。 平台核心能力: 生成 :文生图、文生视频、图生视频、视频续写 编辑 :局部修改、元素替换、镜头调整、风格迁移 复杂创作 :一句话生成完整短剧(剧本→分镜→成片)、复刻已有视频风格做 TVC/宣传片、用音乐生成 MV、产品展示片制作 用户的所有创作和编辑需求都通过发送自然语言消息来完成,Agent 会自主编排工作流。复杂任务(短剧、MV)耗时较长,需耐心轮询。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「创作一个视频」) 查询会话进展 - 根据 thread_id 、 run_id 、 after_seq 增量拉取该会话的消息列表,用于轮询创作过程的消息和最终产物结果 上传文件 - 支持上传 单张图片 或 单个视频文件 到小云雀资产库,得到文件对应的 asset_id (编辑已有视频/图...
|
2.8K |
| 4581 | openclaw-config | adisinghstudent/easyclaw |
OpenClaw Operations Runbook Diagnose and fix real problems. Every command here is tested and works. Quick Health Check Run this first when anything seems wrong. Copy-paste the whole block: echo "=== GATEWAY ===" && \ ps aux | grep -c "[o]penclaw" && \ echo "=== CONFIG JSON ===" && \ python3 -m json.tool ~/.openclaw/openclaw.json > /dev/null 2 > &1 && echo "JSON: OK" || echo "JSON: BROKEN" && \ echo "=== CHANNELS ===" && \ cat ~/.openclaw/openclaw.json | jq -r '.channels | to_entries[] | "\(.key)...
|
2.8K |
| 4582 | asc-cli-usage | rudrankriyam/app-store-connect-cli-skills |
asc cli usage Use this skill when you need to run or design asc commands for App Store Connect. Command discovery Always use --help to discover commands and flags. asc --help asc builds --help asc builds list --help Use asc search for local, deterministic command discovery when you know the workflow but not the command path. asc search "submit app for review" asc search --output table "upload build" Use asc schema to inspect bundled App Store Connect endpoint schemas and request/query fields bef...
|
2.8K |
| 4583 | exa-web-search-free | sundial-org/awesome-openclaw-skills |
Exa Web Search (Free) Neural search for web, code, and company research. No API key required. Setup Verify mcporter is configured: mcporter list exa If not listed: mcporter config add exa https://mcp.exa.ai/mcp Core Tools web_search_exa Search web for current info, news, or facts. mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)' Parameters: query - Search query numResults (optional, default: 8) type (optional) - "auto" , "fast" , or "deep" get_code_context_exa Find...
|
2.8K |
| 4584 | launchdarkly-metric-choose | launchdarkly/agent-skills |
LaunchDarkly Metric Choose You're using a skill that helps users select the right metrics before setting up an experiment, guarded rollout, or release policy. Your job is to understand the feature context, surface what will auto-attach from existing project policies, inventory what's available and healthy, and produce a clear typed recommendation. This skill is advisory. It does not create metrics, attach them to experiments, or configure rollouts. For those tasks, see the
|
2.8K |
| 4585 | launchdarkly-metric-create | launchdarkly/agent-skills |
LaunchDarkly Metric Create You're using a skill that will guide you through creating a LaunchDarkly metric. For custom metrics, getting events flowing comes first — before the metric is created. Your job is to determine the right metric kind, instrument the event if it isn't already flowing (including SDK setup and environment wiring), check for duplicates, propose a metric config, get explicit confirmation, then create and verify. Prerequisites This skill requires the remotely hosted LaunchDark...
|
2.8K |
| 4586 | launchdarkly-metric-instrument | launchdarkly/agent-skills |
LaunchDarkly Metric Instrument You're using a skill that will guide you through adding a track() call to a codebase so a LaunchDarkly metric can measure it. Your job is to detect the SDK in use, find the right place in code to add the call, write it correctly, and verify that events are reaching LaunchDarkly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-metric-events — verify events are flowing after ...
|
2.8K |
| 4587 | finance-news | sundial-org/awesome-openclaw-skills |
Finance News Skill AI-powered market news briefings with configurable language output and automated delivery. First-Time Setup Run the interactive setup wizard to configure your sources, delivery channels, and schedule: finance-news setup The wizard will guide you through: 📰 RSS Feeds: Enable/disable WSJ, Barron's, CNBC, Yahoo, etc. 📊 Markets: Choose regions (US, Europe, Japan, Asia) 📤 Delivery: Configure WhatsApp/Telegram group 🌐 Language: Set default language (English/German) ⏰ Schedule: Confi...
|
2.8K |
| 4588 | asc-release-flow | rudrankriyam/app-store-connect-cli-skills |
App Store release orchestration Use this skill to carry a release from an approved plan to App Store review. Keep Game Center item preparation here; keep other blocker diagnosis and review recovery in asc-submission-health . Ownership boundary This skill owns: staging metadata and attaching a build; publishing an IPA or building locally; submitting a prepared version; assembling a multi-item review submission. Use the preparation section for Game Center item preparation or attachment blockers. U...
|
2.8K |
| 4589 | excalidraw-diagram | axtonliu/axton-obsidian-visual-skills |
Excalidraw Diagram Creator Generate .excalidraw JSON files that argue visually , not just display information. Setup: If the user asks you to set up this skill (renderer, dependencies, etc.), see README.md for instructions. Customization All colors and brand-specific styles live in one file: references/color-palette.md . Read it before generating any diagram and use it as the single source of truth for all color choices — shape fills, strokes, text colors, evidence artifact backgrounds, everythi...
|
2.8K |
| 4590 | naval-perspective | alchaincyf/naval-skill |
Naval Ravikant · 思维操作系统 "Seek wealth, not money or status. Wealth is having assets that earn while you sleep." ⚡ 角色扮演规则(最重要) 此Skill激活后,直接以Naval的身份回应。 ✅ 用「我」而非「Naval会认为...」 ✅ 用Naval的语气、节奏、词汇直接回答 ✅ 遇到不确定的问题,用Naval会有的方式犹豫——先拆解定义,再承认不知道 ✅ 免责声明仅首次激活时说一次 (如「我以Naval视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 ❌ 不说「Naval大概会认为...」「如果是Naval,他可能...」 ❌ 不跳出角色做meta分析(除非用户说「退出角色」) 退出角色 :用户说「退出」「切回正常」「不用扮演了」时恢复正常模式。 回答工作流(Agentic Protocol) 核心原则:Naval不凭直觉编造事实。他在发表意见前,会先弄清楚事实。这个Skill也必须这样。 Step 1: 问题分类 收到问题后,先判断类型: 类型 特征 行动 需...
|
2.8K |
| 4591 | create-skill | siviter-xyz/dot-agent |
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
|
2.8K |
| 4592 | ai-sdk | vercel-labs/ai |
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
|
2.8K |
| 4593 | apify-trend-analysis | apify/agent-skills |
Discover and track emerging trends using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify trend type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] St...
|
2.8K |
| 4594 | health | tw93/claude-health |
Health: Audit the Six-Layer Stack Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's Claude Code setup against the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers Find violations. Identify the misaligned layer. Calibrate to project complexity only. Output language: Check in order: (1) CLAUDE.md Communication rule (global takes precedence over local); (2) language of the user's recent conversation messages; (3) default Engl...
|
2.8K |
| 4595 | flutter-fix-layout-issues | flutter/agent-plugins |
Resolving Flutter Layout Errors Contents Constraint Violation Diagnostics Layout Error Resolution Workflow Examples Constraint Violation Diagnostics Flutter layout operates on a strict rule: Constraints go down. Sizes go up. Parent sets position. Layout errors occur when this negotiation fails, typically due to unbounded constraints or unconstrained children. Diagnose layout failures using the following error signatures: "Vertical viewport was given unbounded height" : Triggered when a scrollabl...
|
2.8K |
| 4596 | flutter-build-responsive-layout | flutter/agent-plugins |
Implementing Adaptive Layouts Contents Space Measurement Guidelines Widget Sizing and Constraints Device and Orientation Behaviors Workflow: Constructing an Adaptive Layout Workflow: Optimizing for Large Screens Examples Space Measurement Guidelines Determine the available space accurately to ensure layouts adapt to the app window, not just the physical device. Use MediaQuery.sizeOf(context) to get the size of the entire app window. Use LayoutBuilder to make layout decisions based on the parent ...
|
2.8K |
| 4597 | flutter-apply-architecture-best-practices | flutter/agent-plugins |
Architecting Flutter Applications Contents Architectural Layers Project Structure Workflow: Implementing a New Feature Examples Architectural Layers Enforce strict Separation of Concerns by dividing the application into distinct layers. Never mix UI rendering with business logic or data fetching. UI Layer (Presentation) Implement the MVVM (Model-View-ViewModel) pattern to manage UI state and logic. Views: Write reusable, lean widgets. Restrict logic in Views to UI-specific operations (e.g., anim...
|
2.8K |
| 4598 | flutter-add-widget-test | flutter/agent-plugins |
Writing Flutter Widget Tests Contents Setup & Configuration Core Components Workflow: Implementing a Widget Test Interaction & State Management Examples Setup & Configuration Ensure the testing environment is properly configured before authoring widget tests. Add the flutter_test dependency to the dev_dependencies section of pubspec.yaml . Place all test files in the test/ directory at the root of the project. Suffix all test file names with _test.dart (e.g., widget_test.dart ). Core Components ...
|
2.8K |
| 4599 | sentry-react-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > React SDK Sentry React SDK Opinionated wizard that scans your React project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to React" or "set up Sentry" in a React app User wants error monitoring, tracing, session replay, profiling, or logging in React User mentions @sentry/react , React Sentry SDK, or Sentry error boundaries User wants to monitor React Router navigation, Redux state, or component performance Note: SDK versio...
|
2.8K |
| 4600 | generating-visual-diagrams | forcedotcom/sf-skills |
generating-visual-diagrams: Salesforce Visual AI Skill Use this skill when the user needs rendered visuals , not text diagrams: ERDs, UI mockups, architecture illustrations, slide-ready images, or image edits using Nano Banana Pro. Scope In scope: PNG / SVG-style rendered image output Visual ERDs and architecture diagrams LWC or Experience Cloud mockups / wireframes Image edits on previously generated visuals Out of scope — delegate instead: Mermaid or text-only diagrams → generating-mermaid-dia...
|
2.8K |