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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,468
总 Skills
91.2M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
6151 last30days sickn33/antigravity-awesome-skills
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
896
6152 meta-cognition-parallel actionbook/rust-skills
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27 This skill tests parallel three-layer cognitive analysis. Concept Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
896
6153 react-native jezweb/claude-skills
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
896
6154 build-zoom-contact-center-app anthropics/knowledge-work-plugins
/build-zoom-contact-center-app Background reference for Zoom Contact Center integrations across app, web, and native mobile surfaces. Implementation guidance for Zoom Contact Center across: Contact Center apps in the Zoom client (Zoom Apps SDK path) Web channel embeds (chat/video/campaign) Native mobile SDKs (Android/iOS) Official docs: https://developers.zoom.us/docs/contact-center/ https://developers.zoom.us/docs/contact-center/web/sdk-reference/ https://marketplacefront.zoom.us/sdk/contact/an...
896
6155 arize-ai-provider-integration github/awesome-copilot
Arize AI Integration Skill Concepts AI Integration = stored LLM provider credentials registered in Arize; used by evaluators to call a judge model and by other Arize features that need to invoke an LLM on your behalf Provider = the LLM service backing the integration (e.g., openAI , anthropic , awsBedrock ) Integration ID = a base64-encoded global identifier for an integration (e.g., TGxtSW50ZWdyYXRpb246MTI6YUJjRA== ); required for evaluator creation and other downstream operations Scoping = vis...
895
6156 generative-engine-optimization kostja94/marketing-skills
Strategies: GEO (Generative Engine Optimization) Guides GEO/AEO strategy for AI search visibility. GEO optimizes content for ChatGPT, Claude, Perplexity, and AI search summaries (Google AI Overviews, Bing Copilot, Yandex Search with AI)—getting cited in AI-generated answers rather than ranking in traditional SERPs. See serp-features for AI search as SERP features; featured-snippet for snippet optimization that overlaps with AI Overviews. When invoking : On first use , if helpful, open with 1-2 s...
895
6157 portable-text-serialization sanity-io/agent-toolkit
Portable Text Serialization Render Portable Text content across frameworks using the @portabletext/* library family. Each library follows the same component-mapping pattern: you provide a components object that maps PT node types to framework-specific renderers. Portable Text Structure (Quick Reference) PT is an array of blocks. Each block has _type , optional style , children (spans), markDefs , listItem , and level . Root array ├── block (_type: "block") │ ├── style: "normal" | "h1" | "h2" |...
895
6158 social-media-posts jezweb/claude-skills
Social Media Post Generator Create platform-specific social media posts that respect each platform's conventions, character limits, and audience expectations. Produces copy-paste-ready content. Modes From Scratch User provides topic + key points. Generate posts for selected platforms. From Content User provides existing content (blog post, newsletter, announcement, press release). Repurpose into platform-appropriate posts. Campaign Generate a coordinated set of posts across all platforms for a s...
895
6159 build-zoom-meeting-app anthropics/knowledge-work-plugins
/build-zoom-meeting-app Use this skill for embedded meeting experiences and meeting lifecycle implementation. Covers Meeting SDK selection and platform routing Join/auth implementation planning Meeting creation plus join flow design Web vs native platform considerations Meeting SDK vs Video SDK boundary decisions Workflow Confirm whether the user wants a Zoom meeting or a custom video session. Route to Meeting SDK if the user needs actual Zoom meetings. Pull in the relevant platform references. ...
895
6160 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-...
894
6161 get-api-docs andrewyng/context-hub
Get API Docs via chub When you need documentation for a library or API, fetch it with the chub CLI rather than guessing from training data. This gives you the current, correct API. Step 1 — Find the right doc ID chub search "<library name>" --json Pick the best-matching id from the results (e.g. openai/chat , anthropic/sdk , stripe/api ). If nothing matches, try a broader term. Step 2 — Fetch the docs chub get < id > --lang py or --lang js, --lang ts Omit --lang if the doc has only one language...
894
6162 arize-evaluator github/awesome-copilot
Arize Evaluator Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . This skill covers designing, creating, and running evaluators on Arize — both LLM-as-judge (template) evaluators and code evaluators (deterministic, no LLM required). An evaluator defines the judge; a task is how you run it against real data. Prerequisites Proceed directly with the task — run the ax comma...
894
6163 database railwayapp/railway-skills
Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for existing databases F...
894
6164 senior-fullstack alirezarezvani/claude-skills
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
894
6165 data-report nexu-io/open-design
【模板: 数据可视化报告】 头部: 报告标题 + 时间区间 + 数据来源说明。 KPI 卡片网格: 3-5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 Chart.js 或 ECharts (jsdelivr CDN 引入), 数据从用户输入解析得到。 图表容器必须有固定高度 : 每个 <canvas> 外层包一个 <div style="position:relative;height:NNNpx"> (KPI 迷你图 ~40px, 主图表 ~240–280px)。Chart.js 用 responsive:true, maintainAspectRatio:false 时若父容器没有显式高度, 会陷入 ResizeObserver 死循环, 图表无限增高直至卡死浏览器。 绝对不要 直接给 canvas 写 height= 属性当布局, 那个只是初始值。 数据表格: 用户原始数据节选, 使用 <table> + 现代化样式 (zebra stripe, hover, sticky hea...
894
6166 debug-zoom anthropics/knowledge-work-plugins
/debug-zoom If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Debug Zoom auth, API, webhook, SDK, or MCP issues without wandering through the entire docs set. Usage /debug-zoom $ARGUMENTS Workflow Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport. Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path. Produce 2-4 plausible causes ranked by...
894
6167 zoom-general anthropics/knowledge-work-plugins
Zoom General (Cross-Product Skills) Background reference for cross-product Zoom questions. Prefer the workflow skills first, then use this file for shared platform guidance and routing detail. How zoom-general Routes a Complex Developer Query Use zoom-general as the classifier and chaining layer: detect product signals in the query pick one primary skill attach secondary skills for auth, events, or deployment edges ask one short clarifier only when two routes match with similar confidence Minima...
894
6168 setup-zoom-mcp anthropics/knowledge-work-plugins
/setup-zoom-mcp If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Plan a Zoom MCP workflow and decide when to use MCP alone versus a hybrid REST API + MCP architecture. Usage /setup-zoom-mcp $ARGUMENTS Workflow Determine whether the goal is deterministic automation, AI tool orchestration, or a hybrid. If MCP is appropriate, identify the likely Zoom MCP surface and transport assumptions. If MCP alone is not enough, define the REST API responsibilit...
894
6169 jira davila7/claude-code-templates
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
893
6170 code-reviewer alirezarezvani/claude-skills
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
893
6171 build-zoom-phone-integration anthropics/knowledge-work-plugins
/build-zoom-phone-integration Background reference for Zoom Phone integrations across API, webhook, Smart Embed, and URI-launch workflows. Implementation guidance for Zoom Phone integrations across API, webhook/event, Smart Embed, and URI-launch workflows. Official docs: https://developers.zoom.us/docs/phone/ CRM sample reference: https://github.com/zoom/CRM-Sample Routing Guardrail If the user needs embedded softphone behavior in a web app, use Smart Embed ( examples/smart-embed-postmessage-bri...
893
6172 build-zoom-team-chat-app anthropics/knowledge-work-plugins
/build-zoom-team-chat-app Background reference for Zoom Team Chat integrations. Use this after the workflow is clear, especially when the Team Chat API versus Chatbot API distinction matters. Read This First (Critical) There are two different integration types and they are not interchangeable: Team Chat API (user type) Sends messages as a real authenticated user Uses User OAuth ( authorization_code ) Endpoint family: /v2/chat/users/... Chatbot API (bot type) Sends messages as your bot identity U...
893
6173 zoom-rtms anthropics/knowledge-work-plugins
Zoom Realtime Media Streams (RTMS) Background reference for live Zoom media pipelines. Prefer build-zoom-bot first, then use this skill for stream types, capabilities, and RTMS-specific implementation constraints. Zoom Realtime Media Streams (RTMS) Expert guidance for accessing live audio, video, transcript, chat, and screen share data from Zoom meetings, webinars, Video SDK sessions, and Zoom Contact Center Voice in real-time. RTMS uses a WebSocket-based protocol with open standards and does no...
893
6174 evolve boshu2/agentops
/evolve — Goal-Driven Compounding Loop Measure what's wrong. Fix the worst thing. Measure again. Compound. Always-on autonomous loop over /rpi . Work selection order: Harvested .agents/rpi/next-work.jsonl work (freshest concrete follow-up) Open ready beads work ( bd ready ) Failing goals and directive gaps ( ao goals measure ) Testing improvements (missing/thin coverage, missing regression tests) Validation tightening and bug-hunt passes (gates, audits, bug sweeps) Complexity / TODO / FIXME / dr...
893
6175 integrate-context-matic github/awesome-copilot
API Integration When the user asks to integrate a third-party API or implement anything involving an external API or SDK, follow this workflow. Do not rely on your own knowledge for available APIs or their capabilities — always use the context-matic MCP server. When to Apply Apply this skill when the user: Asks to integrate a third-party API Wants to add a client or SDK for an external service Requests implementation that depends on an external API Mentions a specific API (e.g. PayPal, Twilio) a...
892
6176 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...
892
6177 webup-statusline webup/skills-cc
Status Line Generator Generate a custom Claude Code status line script with your choice of columns and a color theme. Installs directly to ~/.claude/settings.json . How It Works Claude Code supports custom status lines via a shell script configured in ~/.claude/settings.json . The script receives session JSON on stdin (model, context window, workspace, vim, worktree, etc.) and prints formatted text to stdout. This skill generates a bash script tailored to your preferences and installs it automat...
892
6178 asc-wall-submit rudrankriyam/asc-skills
asc wall submit Use this skill to add or update a Wall of Apps entry without introducing new CLI surface area. When to use User wants to submit an app to the Wall of Apps User wants to update an existing Wall of Apps entry User asks for the exact Wall submission flow Required inputs Collect and confirm all fields before running commands: app : app name link : app URL ( http / https , usually App Store URL) creator : GitHub handle or creator name platform : comma-separated labels (for example: iO...
892
6179 build-zoom-video-sdk-app anthropics/knowledge-work-plugins
/build-zoom-video-sdk-app Background reference for fully custom video-session products. Prefer plan-zoom-product first when the boundary between Meeting SDK and Video SDK is still unclear. Build custom video experiences powered by Zoom's infrastructure. Hard Routing Guardrail (Read First) If the user asks for custom real-time video app behavior (topic/session join, custom rendering, attach/detach), route to Video SDK. Do not switch to REST meeting endpoints for Video SDK join flows. Video SDK do...
892
6180 build-zoom-virtual-agent anthropics/knowledge-work-plugins
/build-zoom-virtual-agent Background reference for Zoom Virtual Agent across: Web campaign/chat embeds. Android WebView wrappers. iOS WKWebView wrappers. Knowledge-base sync and custom API ingestion. Official docs: https://developers.zoom.us/docs/virtual-agent/ https://developers.zoom.us/docs/virtual-agent/web/ https://developers.zoom.us/docs/virtual-agent/android/ https://developers.zoom.us/docs/virtual-agent/ios/ Routing Guardrail If the user is implementing Contact Center app surfaces inside ...
892
6181 ai-model-wechat tencentcloudbase/skills
When to use this skill Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI . Use it when you need to: Integrate AI text generation in a Mini Program Stream AI responses with callback support Call Hunyuan models from WeChat environment Do NOT use for: Browser/Web apps → use ai-model-web skill Node.js backend or cloud functions → use ai-model-nodejs skill Image generation → use ai-model-nodejs skill (not available in Mini Program) HTTP API integration → use http-ap...
891
6182 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...
891
6183 brand-analyzer ailabs-393/ai-labs-claude-skills
Brand Analyzer Overview This skill enables comprehensive brand analysis and guidelines creation. It analyzes brand requirements, identifies brand personality and positioning, and generates professional brand guidelines documents. The skill uses established brand frameworks including Jung's 12 archetypes and industry-standard brand identity principles. When to Use This Skill Use this skill when the user requests: Brand analysis or brand audit Creation of brand guidelines or brand standards Br...
891
6184 godot-development zate/cc-godot
Godot Development Skill You are an expert in Godot Engine game development with deep knowledge of: Core Concepts Scene Tree Architecture Scenes are collections of nodes arranged in a tree hierarchy Every scene has a root node Nodes inherit from parent nodes and can have multiple children Scene instances can be nested and reused The scene tree is traversed from root to leaves Node Types 2D Nodes: Node2D: Base for all 2D nodes, has position, rotation, scale Sprite2D: Displays 2D textures An...
891
6185 rust-learner actionbook/rust-skills
Rust Learner Version: 2.1.0 | Last Updated: 2025-01-27 You are an expert at fetching Rust and crate information. Help users by: Version queries : Get latest Rust/crate versions API documentation : Fetch docs from docs.rs Changelog : Get Rust version features from releases.rs Primary skill for fetching Rust/crate information. Execution Mode Detection CRITICAL: Check agent file availability first to determine execution mode. Try to read the agent file for your query type. The execution mode depend...
891
6186 app-store-optimization dpearson2699/swift-ios-skills
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
891
6187 poster-hero nexu-io/open-design
【模板: 营销海报】 容器 w-[1080px] h-[1920px] mx-auto , 全屏渐变 / mesh 背景。 上部 30% 留白 + 一个大 emoji 或抽象几何图形。 中部主标题占视觉中心 (text-8xl, font-black), 一句话副标题。 下部信息卡片: 3-5 条核心要点用图标 + 短句。 底部右下角放品牌 / 二维码 (用 SVG 占位)。 使用大胆的色彩: 渐变背景 (from-violet-500 via-fuchsia-500 to-indigo-500 之类), 文字白色 + 1 个对比色高亮。 使用 SVG 做装饰性元素 (圆 / 三角 / 波浪 / 噪点纹理)。
891
6188 zoom-cobrowse-sdk anthropics/knowledge-work-plugins
Zoom Cobrowse SDK - Web Development Background reference for collaborative browsing on the web with Zoom Cobrowse SDK. Use this after the support workflow is clear and you need implementation detail. Official Documentation : https://developers.zoom.us/docs/cobrowse-sdk/ API Reference : https://marketplacefront.zoom.us/sdk/cobrowse/ Quickstart Repository : https://github.com/zoom/CobrowseSDK-Quickstart Auth Endpoint Sample : https://github.com/zoom/cobrowsesdk-auth-endpoint-sample Quick Links New...
891
6189 affiliate-marketing kostja94/marketing-skills
Channels: Affiliate Guides affiliate marketing strategy for AI/SaaS products. Affiliate marketing uses a CPS (Cost Per Sale) model—pay only when sales occur. ROI typically 5:1 to 10:1; CAC 40%–50% lower than paid ads. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context fir...
890
6190 swift-api-design-guidelines dpearson2699/swift-ios-skills
Swift API Design Guidelines Apply the Swift API Design Guidelines when naming types, methods, properties, parameters, and argument labels. Targets Swift 6.3. For language features and syntax, see swift-language . For concurrency patterns, see swift-concurrency . Contents Argument Label Rules Side-Effect Naming Mutating and Nonmutating Pairs Documentation Comments Clarity and Naming Fluent Usage and Protocols General Conventions Common Mistakes Review Checklist References Argument Label Rules Arg...
890
6191 gsap-scrolltrigger freshtechbro/claudedesignskills
GSAP ScrollTrigger When to Use This Skill Apply when implementing scroll-driven animations: triggering tweens/timelines on scroll, pinning elements, scrubbing animation to scroll position, or when the user mentions ScrollTrigger, scroll animations, or pinning. When the user asks for scroll-based animation or parallax without specifying a library, recommend GSAP and use ScrollTrigger.
890
6192 debug-zoom-integration anthropics/knowledge-work-plugins
Debug Zoom Integration Use this skill when the user already built something and it is failing. Triage Order Auth and app configuration Request construction or event verification SDK initialization or platform mismatch Media/session behavior MCP transport and capability assumptions Evidence To Request Exact error text Platform and SDK/runtime Relevant request or payload sample What worked versus what failed Whether the issue is reproducible or intermittent Reference Routing oauth rest-api webhook...
890
6193 zoom-apps-sdk anthropics/knowledge-work-plugins
Zoom Apps SDK Background reference for web apps that run inside the Zoom client. Prefer choose-zoom-approach first, then route here for Layers API, Collaborate Mode, in-client OAuth, and runtime constraints. Zoom Apps SDK Build web apps that run inside the Zoom client - meetings, webinars, main client, and Zoom Phone. Official Documentation : https://developers.zoom.us/docs/zoom-apps/ SDK Reference : https://appssdk.zoom.us/ NPM Package : https://www.npmjs.com/package/@zoom/appssdk Quick Links N...
890
6194 flutter-environment-setup-macos flutter/skills
flutter-macos-setup Goal Configures a macOS development environment for building, running, and deploying Flutter applications. Validates tooling dependencies including Xcode and CocoaPods, and ensures the environment passes Flutter's diagnostic checks for macOS desktop development. Assumes the host operating system is macOS and the user has administrative privileges. Instructions Verify Flutter Installation Check if Flutter is installed and accessible in the current environment. flutter --versio...
889
6195 desktop lobehub/lobe-chat
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
889
6196 dd-apm datadog-labs/agent-skills
Datadog APM Distributed tracing, service maps, and performance analysis. Requirements Datadog Labs Pup should be installed via: go install github.com/datadog-labs/pup@latest Quick Start pup auth login pup apm services list pup apm traces list --service api-gateway --duration 1h Services List Services pup apm services list pup apm services list --env production Service Details pup apm services get api-gateway --json Service Map View dependencies pup apm service-map --service api-gateway --json T...
889
6197 ads-linkedin agricidaniel/claude-ads
LinkedIn Ads Deep Analysis Process Collect LinkedIn Ads data (Campaign Manager export, Insight Tag status) Read ads/references/linkedin-audit.md for full 25-check audit Read ads/references/benchmarks.md for LinkedIn-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate LinkedIn Ads Health Score (0-100) Generate findings report with action plan What to Analyze Technical Setup (25% weight) Insight Tag insta...
889
6198 options-strategy-advisor tradermonty/claude-trading-skills
Options Strategy Advisor Overview This skill provides comprehensive options strategy analysis and education using theoretical pricing models. It helps traders understand, analyze, and simulate options strategies without requiring real-time market data subscriptions. Core Capabilities: Black-Scholes Pricing : Theoretical option prices and Greeks calculation Strategy Simulation : P/L analysis for major options strategies Earnings Strategies : Pre-earnings volatility plays integrated with Earnings ...
889
6199 letzai-api letz-ai/letzai-skill
LetzAI API Integration Skill Overview This skill enables Claude to help users integrate with the LetzAI API for AI-powered image and video generation, editing, and upscaling. Users can also leverage custom-trained AI models (persons, objects, styles) via the @modelname syntax. Authentication Base URL: https://api.letz.ai Authentication: Bearer token in Authorization header Get API Key: letz.ai/subscription API Documentation: api.letz.ai/doc Setting Up Authentication const headers = { 'Conten...
888
6200 ui-mobile alinaqi/claude-bootstrap
Mobile UI Design Skill (React Native) Load with: base.md + react-native.md MANDATORY: Mobile Accessibility Standards These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Touch Targets (CRITICAL) // MINIMUM 44x44 points for ALL interactive elements const MINIMUM_TOUCH_SIZE = 44; // EVERY button, link, icon button must meet this const styles = StyleSheet.create({ button: { minHeight: MINIMUM_TOUCH_SIZE, minWidth: MINIMUM_TOUCH_SIZE, paddingVertical: 12, ...
888