███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7901 | safe-action-middleware | next-safe-action/skills |
next-safe-action Middleware Quick Start import { createSafeActionClient } from "next-safe-action" ; const actionClient = createSafeActionClient ( ) ; // Add middleware with .use() const authClient = actionClient . use ( async ( { next } ) => { const session = await getSession ( ) ; if ( ! session ?. user ) { throw new Error ( "Unauthorized" ) ; } // Pass context to the next middleware/action via next({ ctx }) return next ( { ctx : { userId : session . user . id } , } ) ; } ) ; How Middleware Wor...
|
931 |
| 7902 | wps-ppt | lc2panda/wps-skills |
WPS 演示智能助手 你现在是 WPS 演示智能助手,专门帮助用户解决 PPT 相关问题。你的存在是为了让那些被 PPT 排版折磨到深夜的用户解脱,让他们用人话就能做出专业的演示文稿。 核心能力 1. 页面美化(P0 核心功能) 这是解决用户「PPT 太丑」痛点的核心能力: 元素对齐 :自动对齐页面元素 配色优化 :应用专业配色方案 字体统一 :统一全文字体风格 间距优化 :优化元素间距和边距 2. 内容生成 幻灯片添加 :添加指定布局的幻灯片 文本框插入 :在指定位置添加文本 大纲生成 :根据主题生成 PPT 大纲 3. 格式设置 主题应用 :应用内置或自定义主题 背景设置 :设置幻灯片背景 母版编辑 :编辑幻灯片母版 4. 动画效果 进入动画 :淡入、飞入、缩放等 退出动画 :淡出、飞出等 路径动画 :自定义动画路径 切换效果 :幻灯片切换动画 设计美学原则 当用户说「美化这页 PPT」时,遵循以下设计原则: 1. 对齐原则 (Alignment) 元素应该沿某条线对齐 标题左对齐或居中对齐 内容块之间保持对齐关系 避免随意放置元素 2. 对比原则 (Contrast) 标题和正文...
|
931 |
| 7903 | playwright-visual-testing | manutej/luxor-claude-marketplace |
Playwright Visual Testing & Browser Automation A comprehensive skill for browser automation and visual testing using Playwright MCP server integration. This skill enables rapid UI testing, visual regression detection, automated browser interactions, and cross-browser validation for modern web applications. When to Use This Skill Use this skill when: Testing web applications across multiple browsers (Chromium, Firefox, WebKit) Implementing visual regression testing for UI changes Automating u...
|
931 |
| 7904 | alphagenome-single-variant-analysis | google-deepmind/science-skills |
Variant Analysis using AlphaGenome Prerequisites Show more Installs 431 Repository google-deepmind…e-skills GitHub Stars 1.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
931 |
| 7905 | bigquery-ai-ml | google/skills |
BigQuery AI & ML BigQuery integrates with Vertex AI to provide powerful machine learning and generative AI capabilities directly within SQL queries using built-in functions like AI.FORECAST , AI.KEY_DRIVERS , AI.DETECT_ANOMALIES , and AI.GENERATE . Reference Directory AI Forecast : Leveraging pre-trained TimesFM model for forecasting without custom training. AI Detect Anomalies : Identify deviations in time series data using pre-trained TimesFM model. AI Generate : General-purpose text and conte...
|
931 |
| 7906 | sector-analyst | tradermonty/claude-trading-skills |
Sector Analyst Overview This skill enables comprehensive analysis of sector and industry performance charts to identify market cycle positioning and predict likely rotation scenarios. The analysis combines observed performance data with established sector rotation principles to provide objective market assessment and probabilistic scenario forecasting. When to Use This Skill Use this skill when: User provides sector performance charts (typically 1-week and 1-month timeframes) User provides i...
|
930 |
| 7907 | matplotlib | davila7/claude-code-templates |
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, con...
|
930 |
| 7908 | quickgo-database | google-deepmind/science-skills |
QuickGO Database Skill GO (Gene Ontology) annotations are one of the main ways to label a gene's function. QuickGO is a fast, web-based browser for the GO and Evidence & Conclusion Ontology (ECO), maintained by the Gene Ontology Annotation (GOA) group at EMBL-EBI. It provides a centralised resource to explore the functional attributes of gene products (proteins, RNA, and complexes). It is a primary tool for functional annotation mapping since it allows you to link a gene (e.g., USH2A) to its spe...
|
930 |
| 7909 | self-improving-agent | alirezarezvani/claude-skills |
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
|
929 |
| 7910 | production-code-audit | sickn33/antigravity-awesome-skills |
Production Code Audit Overview Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards. When to Use This Skill Use when user says "make this production-ready" Use when user says...
|
929 |
| 7911 | sf-datacloud | jaganpro/sf-skills |
sf-datacloud: Salesforce Data Cloud Orchestrator Use this skill when the user needs product-level Data Cloud workflow guidance rather than a single isolated command family: pipeline setup, cross-phase troubleshooting, data spaces, data kits, or deciding whether a task belongs in Connect, Prepare, Harmonize, Segment, Act, or Retrieve. This skill intentionally follows sf-skills house style while using the external sf data360 command surface as the runtime. The plugin is not vendored into this repo...
|
928 |
| 7912 | blueprinter | yofine/skills |
Blueprinter Generate technical diagrams using HTML/CSS following the "Flat Engineering Blueprint" style guidelines. Core Philosophy Precise, Objective, High Data-Ink Ratio. The output should look like a technical specification sheet or an architectural diagram, NOT a marketing landing page. Visual Rules 1. No Decorations NO drop shadows NO gradients NO glassmorphism/blur NO rounded buttons 2. Flat & Outlined Use 1px or 2px solid borders for structure Use white backgrounds for content blocks 3. M...
|
928 |
| 7913 | fabled-packer-redeem-seo-content-marketing-suite | aradotso/marketing-skills |
FabledPackerRedeem SEO & Content Marketing Suite Skill by ara.so — Marketing Skills collection. A comprehensive SEO and content marketing automation toolkit providing 10 specialized commands and 5 multi-step workflows for keyword research, technical audits, content optimization, and competitive analysis. What This Project Does FabledPackerRedeem is a command-line skill suite that provides: Keyword Research : Deep clustering, opportunity scoring, SERP intent mapping Technical SEO Audits : Crawl b...
|
928 |
| 7914 | saas-valuation-compression | himself65/finance-skills |
SaaS Valuation Compression Analyzer What This Skill Does For a given SaaS company, research its funding history and compute ARR-based valuation multiples at each round. Then explain the compression (or expansion) using a structured framework that covers macro rates, growth trajectory, narrative shifts, and comparables. Always render the output as an inline visualization (using the Visualizer tool) plus a concise prose explanation. Do not just return a wall of numbers. Step-by-Step Workflow 1. Ga...
|
928 |
| 7915 | semgrep | semgrep/skills |
Semgrep Static Analysis When to Use Semgrep Ideal scenarios: Quick security scans (minutes, not hours) Pattern-based bug detection Enforcing coding standards and best practices Finding known vulnerability patterns Single-file analysis without complex data flow First-pass analysis before deeper tools Consider CodeQL instead when: Need interprocedural taint tracking across files Complex data flow analysis required Analyzing custom proprietary frameworks When NOT to Use Do NOT use this skill f...
|
928 |
| 7916 | forge-idiomatic-engineer | isala404/forge |
Forge Idiomatic Engineer Work like a pragmatic maintainer: read the repo in front of you, make the smallest change that solves the user's stated problem, prove it with nearby tests, and stop cleanly when the environment blocks further progress. Default assumptions unless the repo says otherwise: Rust 2024 workspace, forgex imported as forge , PostgreSQL, generated frontend bindings, and a frontend target of either SvelteKit or Dioxus. Operating style Prefer direct evidence from this repo over ge...
|
927 |
| 7917 | cs-audit | liuzhengdongfortest/codestable |
cs-audit 启动必读 开始任何判断或动作前,先读取 .codestable/attention.md ;缺失则视为骨架不完整,提示先补齐或运行 cs-onboard ,不要回退到外部 AI 入口文件。 cs-issue 等你报 bug, cs-refactor 等你指优化点, cs-explore 等你提问题——但"我也不知道哪有问题,你先扫一遍看看"这个诉求没人接。 cs-audit 补上这块: 在用户限定的范围内主动扫描,产出一份按严重度 × 性质交叉分类的发现清单 。 本技能只发现、不定修。修是 cs-issue / cs-refactor 的事。 文件放哪儿 .codestable/audits/{YYYY-MM-DD}-{slug}/ ├── index.md 速览:范围、总评、发现清单交叉矩阵 ├── finding-01.md ├── finding-02.md └── ... 日期取审计当天。slug 短到一眼看出审计目标( auth-module 、 order-flow 、 payment-security )。 所有 audit 文档带...
|
927 |
| 7918 | jaspar-database | google-deepmind/science-skills |
JASPAR Skill JASPAR is the definitive open-access database for Transcription Factor (TF) binding profiles, stored as Position Frequency Matrices (PFMs). Use this skill to map abstract sequence motifs or genomic regions to specific biological regulators (e.g., "what TFs bind here?" or "what is the motif for CTCF?"). Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in...
|
927 |
| 7919 | web-fetch | 0xbigboss/claude-code |
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
|
926 |
| 7920 | senior-architect | davila7/claude-code-templates |
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
|
926 |
| 7921 | senior-computer-vision | davila7/claude-code-templates |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Show more Installs 923 Repository davila7/claude-…emplates GitHub Stars 29.2K First Seen Jan 20, 2...
|
926 |
| 7922 | google-analytics | davila7/claude-code-templates |
Google Analytics Analysis Analyze website performance using Google Analytics data to provide actionable insights and improvement recommendations. Quick Start 1. Setup Authentication This Skill requires Google Analytics API credentials. Set up environment variables: export GOOGLE_ANALYTICS_PROPERTY_ID="your-property-id" export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account-key.json" Or create a .env file in your project root: GOOGLE_ANALYTICS_PROPERTY_ID=123456789 GOOGLE_APPLICAT...
|
926 |
| 7923 | report-malicious-repository | aradotso/security-skills |
Report Malicious Repository Skill by ara.so — Security Skills collection. ⚠️ WARNING: This Repository is Malicious The project DragonflyTomb/Avast-Premium-Security-2026 is NOT legitimate software. This is a malicious repository designed to distribute malware, trojans, or phishing attacks by: Claiming to offer "cracked" or "pre-activated" commercial software Including terms like "keygen", "loader", "serial" in the description Impersonating legitimate security software (Avast) Using deceptive tact...
|
926 |
| 7924 | dce-edge | vercel/next.js |
DCE + Edge Use this skill when changing conditional require() paths, Node-only imports, or edge/runtime branching. DCE-Safe require() Pattern Webpack only DCEs a require() when it sits inside the dead branch of an if/else whose condition DefinePlugin can evaluate at compile time. // CORRECT - webpack can eliminate the dead branch if ( process . env . __NEXT_USE_NODE_STREAMS ) { require ( 'node:stream' ) } else { // web path } What does NOT work: Early-return/throw guards : webpack doesn't do con...
|
925 |
| 7925 | validating-slds | forcedotcom/sf-skills |
SLDS Quality Audit Audit Lightning Web Components for SLDS compliance and produce an automated scorecard plus a required manual review gate. Combines SLDS linter output with supplementary static analysis to catch what the linter misses. Scope Also valid for: auditing SLDS compliance across a project or component set, and before/after quality comparison after making changes. Not for: Fixing linter violations — use uplifting-components-to-slds2 instead Building new components — use applying-slds i...
|
925 |
| 7926 | sf-industry-commoncore-omniscript | jaganpro/sf-skills |
sf-industry-commoncore-omniscript: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89...
|
925 |
| 7927 | polymarket-arbitrage-trading-bot | aradotso/trending-skills |
Polymarket Arbitrage Trading Bot Skill by ara.so — Daily 2026 Skills collection. Automated dump-and-hedge arbitrage bot for Polymarket's 15-minute crypto Up/Down prediction markets. Written in TypeScript using the official @polymarket/clob-client . Watches BTC, ETH, SOL, and XRP markets for sharp price drops on one leg, then buys both legs when combined cost falls below a target threshold to lock in a structural edge before resolution. Installation git clone https://github.com/apechurch/polymark...
|
925 |
| 7928 | scientific-schematics | k-dense-ai/scientific-agent-skills |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana Pro AI for diagram generation with Gemini 3 Pro quality review. How it works: Describe your diagram in natural language Nano Banana Pro generates publication-quality images automatically Gemini 3 Pro reviews quality against document-type thresholds Smart iteration: Only regenerates if quality is below threshold...
|
925 |
| 7929 | video-processing-editing | erichowens/some_claude_skills |
Video Processing & Editing Expert in FFmpeg-based video editing, processing automation, and export optimization for modern content creation workflows. When to Use ✅ Use for: Automated video editing pipelines (script-to-video) Cutting, trimming, concatenating clips Adding transitions, effects, overlays Audio mixing and normalization Subtitle/caption handling Export optimization for platforms Batch video processing Color grading and correction ❌ NOT for: Real-time video editing UI (use DaVin...
|
925 |
| 7930 | gnomad-database | google-deepmind/science-skills |
gnomAD Database Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://gnomad.broadinstitute.org/policies and https://gnomad.broadinstitute.org/dataapi , then (2) create the file recording the notification text and timestamp. Core Rules Use the Wrapper : ALWAYS execute the provided ...
|
925 |
| 7931 | warranty-tracker | datadrivenconstruction/ddc_skills_for_ai_agents_in_construction |
Warranty Tracker Business Case Problem Statement Warranty management is often neglected: Missing warranty documentation Expired warranties untracked Difficult to file claims Scattered across multiple files Solution Centralized warranty tracking system that monitors expiration dates, stores documentation, and manages claims. Business Value Cost savings - File claims before expiration Organization - Central warranty repository Compliance - Meet handover requirements Proactive - Automatic expiratio...
|
924 |
| 7932 | react19-test-patterns | github/awesome-copilot |
React 19 Test Migration Patterns Reference for all test file migrations required by React 19. Priority Order Fix test files in this order; each layer depends on the previous: act import fix first, it unblocks everything else Simulate → fireEvent fix immediately after act Full react-dom/test-utils cleanup remove remaining imports StrictMode call counts measure actual, don't guess Async act wrapping for remaining "not wrapped in act" warnings Custom render helper verify once per codebase, not per ...
|
924 |
| 7933 | scientific-critical-thinking | davila7/claude-code-templates |
Scientific Critical Thinking Overview Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims. When to Use This Skill This skill should be used when: Evaluating research methodology and experimental design Assessing statistical validity and evidence quality Identifying biase...
|
924 |
| 7934 | build-graph | tirth8205/code-review-graph |
Build Graph Build or incrementally update the persistent code knowledge graph for this repository. Steps Check graph status by calling the list_graph_stats_tool MCP tool. If the graph has never been built (last_updated is null), proceed with a full build. If the graph exists, proceed with an incremental update. Build the graph by calling the build_or_update_graph_tool MCP tool: For first-time setup: build_or_update_graph_tool(full_rebuild=True) For updates: build_or_update_graph_tool() (incremen...
|
924 |
| 7935 | wechat-miniprogram-skill | gourdbaby/wechat-miniprogram-skill |
Role: WeChat Mini Program Expert (Native JS) Core Principles You are a Senior Developer specializing in Native WeChat Mini Program development (JavaScript). Priority: Performance, Code Size, and Native Compatibility. Never use: TypeScript, Taro, Uni-app, or any cross-platform frameworks. Technical Specifications Logic: Use ES6+ JavaScript. Always use Arrow Functions for this binding. Wrap asynchronous APIs in Promises or async/await. State Management: Use this.setData(). For performance, always ...
|
924 |
| 7936 | gtex-database | google-deepmind/science-skills |
GTEx Database Integration This skill retrieves transcriptomics data (RNA expression baselines) and expression Quantitative Trait Loci (eQTLs) from the GTEx Portal API V2. It provides access to median TPM (Transcripts Per Million) values for genes and significant eQTLs for variants across 54 human tissue sites. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this...
|
924 |
| 7937 | cx-search-dashboard | coralogix/cx-cli |
Dashboard Search Skill Use this skill to discover existing Coralogix dashboards and widgets using semantic or field-based search via the cx dashboards CLI commands. Before creating a new dashboard, always search first to avoid duplication. CLI Commands Command Purpose Key flags cx dashboards search "<description>" Find dashboards by natural-language description --limit cx dashboards query-search --description "<text>" Find widgets whose queries match a description --limit cx dashboards query-sea...
|
924 |
| 7938 | polymarket-api | agentmc15/polymarket-trader |
Polymarket API Integration Skill Overview This skill provides comprehensive guidance for integrating with Polymarket's APIs and smart contracts. API Endpoints CLOB API (Central Limit Order Book) Base URL: https://clob.polymarket.com Authentication Levels Level 0 (Public): Market data, orderbooks, prices Level 1 (Signer): Create/derive API keys Level 2 (Authenticated): Trading, orders, positions Key Endpoints GET /markets List all markets GET /markets/{token_id} Get specifi...
|
923 |
| 7939 | senior-computer-vision | alirezarezvani/claude-skills |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Show more Installs 923 Repository davila7/claude-…emplates GitHub Stars 29.2K First Seen Jan 20, 2...
|
923 |
| 7940 | flutter-riverpod-expert | juparave/dotfiles |
Flutter Riverpod Expert - 2025 Best Practices You have expert knowledge in Flutter Riverpod state management following 2025 best practices. When the user is working with Riverpod or Flutter state management, apply these patterns and guidelines. When to Use This Skill Activate this expertise when the user mentions: Riverpod, providers, state management, or StateNotifier AsyncNotifier, FutureProvider, StreamProvider, NotifierProvider Code generation with riverpod_generator or build_runner Data...
|
923 |
| 7941 | r09-travisvn-awesome-claude-skills-seo | aradotso/marketing-skills |
r09-travisvn-awesome-claude-skills-seo Skill by ara.so — Marketing Skills collection. A specialized SEO and content marketing skill suite providing 10 commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy. Built as an adaptation of travisvn/awesome-claude-skills focused on structured output and actionable recommendations. What This Project Does Provides AI-driven SEO analysis through: Keyword research with clustering and inte...
|
923 |
| 7942 | angular-best-practices | alfredoperez/angular-best-practices |
Modern Angular Best Practices A comprehensive set of 112 rules covering TypeScript strictness, signal-based reactivity, component architecture, template optimization, RxJS patterns, SSR hydration, bundle optimization, accessibility, routing, forms, testing, and styling — so every component, service, template, and route you build is fast, accessible, tested, and maintainable. Below are the key patterns organized by what you're working on. For edge cases or when you need specific code examples bey...
|
923 |
| 7943 | lottie | mindrally/skills |
Lottie for HyperFrames HyperFrames can seek both lottie-web and dotLottie players through its lottie runtime adapter. Lottie is a strong fit because the animation timeline is already encoded in the asset; HyperFrames only needs a player object it can seek. Contract Load assets from local project files, usually under assets/ . Set autoplay: false . Prefer loop: false unless the user explicitly wants a loop. Register every returned animation or player on window.__hfLottie . Keep the Lottie contain...
|
923 |
| 7944 | unisecurityguard-academic-whistleblower-archive | aradotso/security-skills |
UniSecurityGuard Academic Whistleblower Archive Skill by ara.so — Security Skills collection. Overview UniSecurityGuard is a GitHub-based archive platform documenting the experience of a Chinese academic who transitioned from associate professor to security guard. The project serves as a censorship-resistant backup for social media content that faces institutional pressure and platform removal. It demonstrates how to use GitHub as a transparent, immutable documentation platform for whistleblowin...
|
923 |
| 7945 | visual-style | heygen-com/skills |
Visual Style Create, extract, and apply portable visual design systems. A visual-style.md file defines colors, typography, layout, motion, and mood in one file that any AI tool can consume. Quick Reference Mode Trigger What it does Create "Create a visual-style.md for..." Build a style from scratch via guided prompts Extract "Extract a visual-style.md from [URL/image/video]" Analyze a source and generate a style file Apply "Apply this visual-style.md to [tool]" Use a style with a specific connec...
|
922 |
| 7946 | multi-tenant-architecture | mblode/agent-skills |
Multi-Tenant Platform Architecture (Cloudflare or Vercel) IS: domain strategy, tenant identification and isolation, subdomain routing, custom domains, white-label setup, and plan/limit mapping on Cloudflare or Vercel. IS NOT: general app folder structure or module boundaries (use define-architecture ), or scaffolding a new repo (use scaffold-nextjs ). Contents Platform dispatch (decide first) Workflow (order matters) Gotchas Deliverables Pre-commit checklist
|
922 |
| 7947 | encode-ccres-database | google-deepmind/science-skills |
ENCODE Database Skill This skill allows you to query the ENCODE Registry of cCREs (candidate cis-Regulatory Elements) via the SCREEN GraphQL API. It helps identify functional non-coding DNA elements (like Promoters, Enhancers, and insulators) by analyzing biochemical signatures (DNase, H3K4me3, H3K27ac, CTCF). Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this...
|
922 |
| 7948 | canva-creator | anthropics/knowledge-work-plugins |
Canva Creator Scope This skill handles a campaign in five sequential stages, each gated by owner approval: brief → calendar → asset inventory → Canva designs → copy → HubSpot staging Path Channels What this skill produces Canva (social) Instagram, Facebook, X/Twitter, LinkedIn Canva design + caption + scheduled HubSpot post Text-only Email (newsletter, marketing, drip) Subject + preheader + body, surfaced inline for the owner to send Show more Installs 498 Repository anthropics/know…-plugins Git...
|
922 |
| 7949 | sf-industry-commoncore-omnistudio-analyze | jaganpro/sf-skills |
sf-industry-commoncore-omnistudio-analyze: OmniStudio Cross-Component Analysis Expert OmniStudio analyst specializing in namespace detection, dependency mapping, and impact analysis across the full OmniStudio component suite. Perform org-wide inventory of OmniScripts, FlexCards, Integration Procedures, and Data Mappers with automated dependency graph construction and Mermaid visualization. Core Responsibilities Namespace Detection : Identify whether an org uses Core (Industries), vlocity_cmt (Co...
|
921 |
| 7950 | file-test-bug | microsoft/azure-skills |
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
|
921 |