███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6851 | anything-to-notebooklm | joeseesun/anything-to-notebooklm |
多源内容 → NotebookLM 智能处理器 自动从多种来源获取内容,上传到 NotebookLM,并根据自然语言指令生成播客、PPT、思维导图等多种格式。 支持的内容源 1. 微信公众号文章 通过 MCP 服务器自动抓取微信公众号文章内容(绕过反爬虫) 2. 任意网页链接 支持任何公开可访问的网页(新闻、博客、文档等) 3. YouTube 视频 自动提取 YouTube 视频的字幕和元数据 4. Office 文档 Word (DOCX) - 保留表格和格式 PowerPoint (PPTX) - 提取幻灯片和备注 Excel (XLSX) - 表格数据 5. 电子书与文档 PDF - 全文提取 EPUB - 电子书全文提取 Markdown (.md) - 原生支持 6. 图片与扫描件 Images (JPEG, PNG, GIF, WebP) - OCR 识别文字 扫描的 PDF 文档 - OCR 提取文字 7. 音频文件 Audio (WAV, MP3) - 语音转文字 8. 结构化数据 CSV - 逗号分隔数据 JSON - JSON 数据 XML - XML 文档 9....
|
510 |
| 6852 | domain-ml | actionbook/rust-skills |
Machine Learning Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Large data Efficient memory Zero-copy, streaming GPU acceleration CUDA/Metal support candle, tch-rs Model portability Standard formats ONNX Batch processing Throughput over latency Batched inference Numerical precision Float handling ndarray, careful f32/f64 Reproducibility Deterministic Seeded random, versioning Critical Constraints Show more
|
510 |
| 6853 | cursor-best-practices | siviter-xyz/dot-agent |
Cursor Best Practices Best practices for working with Cursor to maximize productivity and code quality. Core Principles Start with plans - Use Plan Mode (Shift+Tab) for complex tasks Manage context effectively - Let agent find context, start new conversations when needed Extend the agent - Use Rules for static context, Skills for dynamic capabilities Review carefully - AI-generated code needs review like human code Key Workflows Test-driven development - Write tests first, iterate until passin...
|
510 |
| 6854 | illustration-style | owl-listener/designer-skills |
Illustration Style You are an expert in defining illustration systems that support product communication and brand identity. What You Do You create illustration style guides ensuring consistent visual storytelling across a product. Style Definition Geometric vs organic : Angular/structured or flowing/natural Flat vs dimensional : 2D flat, 2.5D isometric, or 3D Detailed vs minimal : Level of detail and complexity Abstract vs representational : Symbolic or realistic Line style : Stroke weight, cor...
|
510 |
| 6855 | funnel analysis | aj-geddes/useful-ai-prompts |
Funnel Analysis Overview Funnel analysis tracks user progression through sequential steps, identifying where users drop off and optimizing each stage for better conversion. When to Use When optimizing user conversion paths and improving conversion rates When identifying bottlenecks and drop-off points in user flows When comparing performance across different segments or traffic sources When measuring product feature adoption or onboarding effectiveness When improving customer journey efficiency ...
|
510 |
| 6856 | rsa-attack-techniques | yaklang/hack-skills |
SKILL: RSA Attack Techniques — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert RSA attack techniques for CTF and authorized security assessments. Covers factorization attacks, small exponent exploits, lattice-based approaches (Wiener/Boneh-Durfee/Coppersmith), broadcast attacks, common modulus, padding oracles, and fault attacks. Base models often suggest attacks that don't match the given parameters or miss the correct attack selection based on what's known. 0. RELATED ROUTING lattic...
|
510 |
| 6857 | configurator | uniswap/uniswap-ai |
CCA Configuration Configure Continuous Clearing Auction (CCA) smart contract parameters for fair and transparent token distribution. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through a bulk interactive form configuration flow using AskUserQuestion. Collect par...
|
510 |
| 6858 | aicoin-freqtrade | aicoincom/coinos-skills |
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Freqtrade Freqtrade strategy creation, backtesting, and deployment powered by AiCoin Open API . Critical Rules ALWAYS use ft-deploy.mjs backtest for backtesting. NEVER write custom backtest scripts. NEVER use simulated/fabricated data. ALWAYS use ft-deploy.mjs deploy for deployment. NEVER use Docker. NEVER manually run freqtrade commands. NEVER manually edit Freqtrade config files. Use ft-deploy.mjs actions. NEVER manually run fr...
|
510 |
| 6859 | commit-helper | charon-fan/agent-playbook |
CockroachDB Commit Helper Help the user create properly formatted commit messages and release notes that follow CockroachDB conventions. Workflow Analyze the changes : Run git diff --staged or git diff to understand what was modified Determine the package prefix : Identify the primary package affected Ask the user for: Issue/epic number if not already known Whether release notes are needed and what category fits best Write the subject line : Imperative mood, no period, under 72 characters Write ...
|
509 |
| 6860 | creating-amazon-aurora-db-cluster-with-instances | aws/agent-toolkit-for-aws |
Creating Amazon Aurora DB Cluster with Instances Overview Domain expertise for creating complete Amazon Aurora database setups including cluster creation, instance provisioning, and managed password configuration via AWS Secrets Manager. Supports both Aurora MySQL and Aurora PostgreSQL engines. Create an Aurora cluster with instances To create a fully configured Aurora database cluster with attached instances, follow the procedure exactly. See Aurora cluster creation procedure . The procedure cr...
|
509 |
| 6861 | portable-text-conversion | sanity-io/agent-toolkit |
Portable Text Conversion Convert external content (HTML, Markdown) into Portable Text for Sanity. Three main approaches: markdownToPortableText — Convert Markdown directly using @portabletext/markdown (recommended for Markdown) htmlToBlocks — Parse HTML into PT blocks using @portabletext/block-tools (for HTML migration) Manual construction — Build PT blocks directly from any source (APIs, databases, etc.) Portable Text Specification Understand the target format before converting. PT is an array ...
|
509 |
| 6862 | symmetric-cipher-attacks | yaklang/hack-skills |
SKILL: Symmetric Cipher Attacks — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert techniques for attacking symmetric encryption in CTF and authorized testing. Covers CBC padding oracle, CBC bit flipping, ECB detection and exploitation, stream cipher key reuse, LFSR/LCG state recovery, RC4 biases, and meet-in-the-middle attacks. Base models often confuse ECB and CBC attack strategies or fail to set up byte-at-a-time ECB decryption correctly. 0. RELATED ROUTING rsa-attack-techniques whe...
|
509 |
| 6863 | sandbox-escape-techniques | yaklang/hack-skills |
SKILL: Sandbox Escape — Expert Attack Playbook AI LOAD INSTRUCTION : Expert sandbox escape techniques across Python, Lua, seccomp, chroot, Docker/container, and browser sandbox contexts. Covers CTF pyjail patterns, seccomp architecture confusion, chroot fd leaks, namespace escape, and Mojo IPC abuse. Distilled from ctf-wiki sandbox sections and real-world container escapes. Base models often miss the distinction between sandbox types and apply wrong escape techniques. 0. RELATED ROUTING browser-...
|
509 |
| 6864 | webapp-testing | sickn33/antigravity-awesome-skills |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
509 |
| 6865 | responsive-patterns | yonatangross/orchestkit |
Responsive Patterns Modern responsive design patterns using Container Queries, fluid typography, and mobile-first strategies for React applications (2026 best practices). Overview Building reusable components that adapt to their container Implementing fluid typography that scales smoothly Creating responsive layouts without media query overload Building design system components for multiple contexts Optimizing for variable container sizes (sidebars, modals, grids) Core Concepts Container Queri...
|
509 |
| 6866 | dingtalk-ai-table | aliramw/dingtalk-ai-table |
钉钉 AI 表格操作 通过 MCP 协议连接钉钉 AI 表格 API,执行表格和数据操作。 ⚠️ 安全须知 安装前请阅读: 本技能需要外部 CLI 工具 - 需安装 mcporter (npm/bun 全局安装) 需要配置认证凭证 - Streamable HTTP URL 包含访问令牌,请妥善保管 脚本审查建议 - scripts/ 目录包含 Python 辅助脚本,建议先审查再运行 测试环境优先 - 首次使用建议在测试表格中验证,确认无误后再操作生产数据 🔒 安全加固措施(v0.3.4+) 脚本已实施以下安全保护: 保护措施 说明 路径沙箱 resolve_safe_path() 防止目录遍历攻击,限制文件访问在 OPENCLAW_WORKSPACE 内 dentryUuid 验证 验证 API 返回的 dentryUuid 格式,兼容平台返回的合法 ID,防止空值和明显异常输入 文件扩展名白名单 仅允许 .json / .csv 文件 文件大小限制 JSON 最大 10MB,CSV 最大 50MB,防止 DoS 字段类型白名单 仅允许预定义的字段类型 命令超时 mcporter ...
|
509 |
| 6867 | math-teacher | jamesrochabrun/skills |
Math Teacher An interactive, playful math teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges. What This Skill Does Transforms math learning into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Adaptive Learning - Scales from basic arithmetic to advanced calculus Visual Learning - Graphs, animations, and interactive visualizations Gamification...
|
509 |
| 6868 | mf | module-federation/core |
MF — Module Federation All-in-One Skill Step 1: Identify the sub-skill Parse $ARGUMENTS and map to a reference file in the reference/ directory (same directory as this file): Sub-command (case-insensitive) Aliases Reference file docs doc , help , ? reference/docs.md context ctx , info , status reference/context.md module-info module , remote , manifest reference/module-info.md integrate init , setup , add reference/integrate.md type-check types , ts , dts reference/type-check.md shared-deps shar...
|
508 |
| 6869 | every-style-editor | everyinc/compound-engineering-plugin |
Every Style Editor This skill provides a systematic approach to reviewing copy against Every's comprehensive style guide. It transforms Claude into a meticulous line editor and proofreader specializing in grammar, mechanics, and style guide compliance. When to Use This Skill Use this skill when: Reviewing articles, blog posts, newsletters, or any written content Ensuring copy follows Every's specific style conventions Providing feedback on grammar, punctuation, and mechanics Flagging deviati...
|
508 |
| 6870 | playwright-local | jezweb/claude-skills |
Playwright Local Browser Automation Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: Node.js 20+ (Node.js 18 deprecated) or Python 3.9+ Latest Versions: playwright@1.57.0, playwright-stealth@0.0.1, puppeteer-extra-plugin-stealth@2.11.2 Browser Versions: Chromium 143.0.7499.4 | Firefox 144.0.2 | WebKit 26.0 ⚠️ v1.57 Breaking Change: Playwright now uses Chrome for Testing builds instead of Chromium. This provides more authentic browser behavior but changes the browser icon and t...
|
508 |
| 6871 | expo-brownfield | expo/skills |
Expo Brownfield A brownfield app is an existing native iOS or Android app that adopts React Native incrementally, as opposed to a greenfield app that is React Native from day one. Expo supports two distinct ways to add React Native to a brownfield project: Approach What ships to the native app When to choose Isolated Prebuilt AAR / XCFramework Native team doesn't need Node or RN tooling; RN code can live in a separate repo Integrated React Native sources added to the existing Gradle / CocoaPods ...
|
508 |
| 6872 | session-start-hook | camacho/ai-skills |
Startup Hook Skill for Claude Code Create SessionStart hooks that install dependencies so tests and linters work in Claude Code sessions (CLI, web, or API). Hook Basics Input (via stdin) { "session_id" : "abc123" , "source" : "startup|resume|clear|compact" , "transcript_path" : "/path/to/transcript.jsonl" , "permission_mode" : "default" , "hook_event_name" : "SessionStart" , "cwd" : "/workspace/repo" } Async Mode !/bin/bash set -euo pipefail echo '{"async": true, "asyncTimeout": 300000}' npm ins...
|
508 |
| 6873 | domain-cloud-native | actionbook/rust-skills |
Cloud-Native Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication 12-Factor Config from env Environment-based config Observability Metrics + traces tracing + opentelemetry Health checks Liveness/readiness Dedicated endpoints Graceful shutdown Clean termination Signal handling Horizontal scale Stateless design No local state Container-friendly Small binaries Release optimization Critical Constraints Show more
|
508 |
| 6874 | algolia-search | sickn33/antigravity-awesome-skills |
Algolia Search Integration Patterns React InstantSearch with Hooks Modern React InstantSearch setup using hooks for type-ahead search. Uses react-instantsearch-hooks-web package with algoliasearch client. Widgets are components that can be customized with classnames. Key hooks: useSearchBox: Search input handling useHits: Access search results useRefinementList: Facet filtering usePagination: Result pagination useInstantSearch: Full state access Next.js Server-Side Rendering SSR integration...
|
508 |
| 6875 | frida-17 | yfe404/frida-17-skill |
Frida 17 Scripting Guide This skill helps write and fix Frida scripts compatible with Frida 17.0.0 (released May 2025). Breaking Changes in Frida 17 1. Static Module Methods - REMOVED // OLD - No longer works in Frida 17 Module . findBaseAddress ( 'libriver.so' ) Module . getBaseAddress ( 'libriver.so' ) Module . findExportByName ( null , 'open' ) Module . findExportByName ( 'libc.so' , 'open' ) Module . getExportByName ( null , 'open' ) Module . ensureInitialized ( 'libc.so' ) Module . enumerat...
|
508 |
| 6876 | flask-python | mindrally/skills |
Flask Python Development You are an expert in Flask and Python web development. Follow these guidelines when writing Flask code. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes except for Flask views Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission) Use lowercase with underscores for directories and files (e.g., blu...
|
508 |
| 6877 | grepai-search-boosting | yoanbernabeu/grepai-skills |
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code. When to Use This Skill - Prioritizing source code over tests - Penalizing vendor/third-party code - Boosting important directories - Customizing result ranking What is Boosting? Boosting modifies search scores based on file paths: ``` Original score: 0.85 (src/auth.go) Bonus (+10%): 0.935 Original score: 0.85 (tests/auth_test.go) Penalty (-50%): 0.425 ``` T...
|
508 |
| 6878 | playwright | secondsky/claude-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
507 |
| 6879 | css | mindrally/skills |
CSS Development Guidelines Core Principles Write semantic HTML to improve accessibility and SEO Use CSS for styling, avoiding inline styles Ensure responsive design using media queries and flexible layouts Prioritize external stylesheets over inline or embedded styles Layout Techniques Flexbox Use Flexbox for one-dimensional layouts (rows or columns) Leverage justify-content and align-items for alignment Use flex-wrap for responsive wrapping behavior Prefer gap property over margins for consiste...
|
507 |
| 6880 | eastmoney_financial_data | meission/eastmoney |
东方财富金融数据skill (eastmoney_financial_data) 通过 文本输入 查询金融相关数据(股票、板块、指数等),接口返回 JSON格式内容。 使用方式 首先检查环境变量 EASTMONEY_APIKEY 是否存在: echo $EASTMONEY_APIKEY 如果不存在,提示用户在东方财富Skills页面( https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。 ⚠️ 安全注意事项 外部请求 : 本 Skill 会将您的查询文本发送至东方财富官方 API 域名 ( mkapi2.dfcfs.com ) 以获取金融数据。 凭据保护 : API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。 使用POST请求调用接口: curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/quer...
|
507 |
| 6881 | aws-sdk-swift-usage | aws/agent-toolkit-for-aws |
AWS SDK for Swift Async Code Structure All SDK operations are async. Use @main entry point: @main struct Main { static func main ( ) async throws { let client = try await S3Client ( ) // ... async operations } } CRITICAL: Use Struct Config Types NEVER use S3ClientConfiguration or DynamoDBClientConfiguration - these are DEPRECATED classes. ALWAYS use the struct-based config types: S3Client.S3ClientConfig (not S3ClientConfiguration) DynamoDBClient.DynamoDBClientConfig (not DynamoDBClientConfigurat...
|
507 |
| 6882 | app-docs | jezweb/claude-skills |
App Documentation Generator Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot dump — a structured guide that teaches someone how to use the app. Browser Tool Detection Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli. URL Resolution Same as ux-audit — prefer deployed/live URL over localhost. Depth Levels Depth Screenshots What it produces Duration quick ~10 Single-page quick-start guide. Key screens, happy path o...
|
507 |
| 6883 | zoho-crm | membranedev/application-skills |
Zoho CRM Zoho CRM is a customer relationship management platform used by sales, marketing, and customer support teams. It helps businesses manage their sales pipeline, automate marketing tasks, and provide better customer service. Official docs: https://www.zoho.com/crm/developer/docs/api/v6/ Zoho CRM Overview Leads Contacts Accounts Deals Tasks Meetings Calls Modules Layouts Working with Zoho CRM This skill uses the Membrane CLI to interact with Zoho CRM. Membrane handles authentication and cre...
|
506 |
| 6884 | macos-security-bypass | yaklang/hack-skills |
SKILL: macOS Security Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS security bypass techniques. Covers TCC bypass, Gatekeeper evasion, SIP restrictions, sandbox escape, and entitlement abuse. Base models miss version-specific bypass nuances and protection interaction effects. 0. RELATED ROUTING Before going deep, consider loading: macos-process-injection when you need dylib injection, XPC exploitation, or Electron abuse after achieving initial access linux-privilege-escalati...
|
506 |
| 6885 | salesforce-component-standards | github/awesome-copilot |
Salesforce Component Quality Standards Apply these checks to every LWC, Aura component, and Visualforce page you write or review. Section 1 — LWC Quality Standards 1.1 Data Access Pattern Selection Choose the right data access pattern before writing JavaScript controller code: Use case Pattern Why Read a single record reactively (follows navigation) @wire(getRecord, { recordId, fields }) Lightning Data Service — cached, reactive Standard CRUD form for a single object <lightning-record-form> or <...
|
506 |
| 6886 | ios-simulator | dpearson2699/swift-ios-skills |
iOS Simulator Manage iOS Simulator devices and test app behavior from the command line using xcrun simctl . Covers the full device lifecycle, app deployment, push and location simulation, permission control, screenshot and video recording, log streaming, and compile-time simulator detection. For the complete subcommand reference with all flags and options, see references/simctl-commands.md . Contents Device Lifecycle App Install and Launch Testing Workflows Screenshot and Video Recording Log Str...
|
506 |
| 6887 | troubleshooting-efs | aws/agent-toolkit-for-aws |
Troubleshooting EFS Overview Domain expertise for diagnosing and resolving Amazon EFS issues. Covers mount failures, NFS connectivity, IAM and POSIX permissions, throughput and performance, and encryption problems. For authoritative guidance, see EFS Troubleshooting . Common Tasks 0. Verify Dependencies You MUST verify aws CLI is available You MUST check if amazon-efs-utils or nfs-utils is installed on the instance You MUST ONLY check for tool existence and version — MUST NOT execute destructive...
|
506 |
| 6888 | clean-code | pproenca/dot-skills |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
506 |
| 6889 | slack-bot-builder | sickn33/antigravity-awesome-skills |
Slack Bot Builder Patterns Bolt App Foundation Pattern The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic. Key benefits: Event handling in a few lines of code Security checks and payload validation built-in Organized, consistent patterns Works for experiments and production Available in: Python, JavaScript (Node.js), Java When to use: ['Starting any ne...
|
506 |
| 6890 | canvas-design | sickn33/antigravity-awesome-skills |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
506 |
| 6891 | customaize-agent:prompt-engineering | neolabhq/context-engineering-kit |
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
|
505 |
| 6892 | documentation-engineer | charon-fan/agent-playbook |
Documentation Engineer Expert in creating clear, comprehensive, and maintainable technical documentation. When This Skill Activates Activates when you: Ask to write documentation Request README creation Mention "docs" or "document this" Need API documentation Documentation Types 1. README Every project should have a README with: Project Name Brief description (what it does, why it exists) Quick Start Installation and usage in 3 steps or less. Installation Detailed installation instructions. ...
|
505 |
| 6893 | domain-ml | zhanghandong/rust-skills |
Machine Learning Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Large data Efficient memory Zero-copy, streaming GPU acceleration CUDA/Metal support candle, tch-rs Model portability Standard formats ONNX Batch processing Throughput over latency Batched inference Numerical precision Float handling ndarray, careful f32/f64 Reproducibility Deterministic Seeded random, versioning Critical Constraints Show more
|
505 |
| 6894 | react-native-ease-refactor | appandflow/react-native-ease |
react-native-ease refactor You are a migration assistant that converts react-native-reanimated and React Native's built-in Animated API code to react-native-ease EaseView components. Follow these 6 phases exactly. Do not skip phases or reorder them. Phase 1: Discovery Scan the user's project for animation code: Use Grep to find all files importing from react-native-reanimated : Pattern: from ['"]react-native-reanimated['"] Search in /*.{ts,tsx,js,jsx} Use Grep to find all files using React Nativ...
|
505 |
| 6895 | dt-app-dashboards | dynatrace/dynatrace-for-ai |
Dynatrace Dashboard Skill Overview Dynatrace dashboards are JSON documents stored in the Document Store. Each dashboard contains: Tiles : Visual components displaying markdown content or data visualizations Layouts : Grid-based positioning (20-unit width) defining tile placement Variables : Dynamic parameters ( $VariableName ) for query filtering Configuration : Version metadata and dashboard-level settings When to use this skill: Creating new dashboards with skill-based query generation Modifyi...
|
505 |
| 6896 | macos-process-injection | yaklang/hack-skills |
SKILL: macOS Process Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS process injection techniques. Covers DYLD_INSERT_LIBRARIES, dylib hijacking (weak/rpath/proxy), XPC PID reuse attacks, Mach port manipulation, MIG abuse, and Electron injection. Base models miss entitlement prerequisites and SIP constraints on injection vectors. 0. RELATED ROUTING Before going deep, consider loading: macos-security-bypass when you need to bypass TCC, Gatekeeper, or SIP protections blocking...
|
505 |
| 6897 | lightweight-3d-effects | freshtechbro/claudedesignskills |
Lightweight 3D Effects Skill Overview This skill combines three powerful libraries for decorative 3D elements and micro-interactions: Zdog : Pseudo-3D engine for designer-friendly vector illustrations Vanta.js : Animated 3D backgrounds powered by Three.js/p5.js Vanilla-Tilt.js : Smooth parallax tilt effects responding to mouse/gyroscope When to Use This Skill Add decorative 3D illustrations without heavy frameworks Create animated backgrounds for hero sections Implement subtle parallax tilt effe...
|
505 |
| 6898 | aiconfig-snippets | launchdarkly/agent-skills |
AI Config Prompt Snippets You're using a skill that will guide you through creating and managing prompt snippets in LaunchDarkly. Your job is to identify reusable text, create snippets, reference them in AI Config variations, and verify everything is wired correctly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-prompt-snippet -- create a new reusable text block list-prompt-snippets -- browse existin...
|
504 |
| 6899 | aiconfig-agent-graphs | launchdarkly/agent-skills |
AI Config Agent Graphs You're using a skill that will guide you through creating and managing agent graphs in LaunchDarkly. Your job is to design the graph topology, create it with the right edges and handoffs, and verify the routing between AI Config nodes. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-agent-graph -- create a new graph with nodes and edges get-agent-graph -- inspect a graph's struct...
|
504 |
| 6900 | ffmpeg-analyse-video | fabriqaai/ffmpeg-analyse-video-skill |
FFmpeg Video Analysis Extract frames from video files with ffmpeg. Delegate frame reading to sub-agents to preserve the main context window. Synthesise a structured timestamped summary from text-only sub-agent reports. Architecture: Context-Efficient Sub-Agent Pipeline Problem : Reading dozens of images into the main conversation context consumes most of the context window, leaving little room for synthesis and follow-up. Solution : A 3-phase pipeline: Main Agent Sub-Age...
|
504 |