███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6301 | shadcn | vercel-labs/json-render |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
2K |
| 6302 | alibabacloud-find-skills | aliyun/alibabacloud-aiops-skills |
Alibaba Cloud Agent Skills Search & Discovery This skill helps users search, discover, and install Alibaba Cloud official Agent Skills through the agentexplorer CLI plugin. Scenario Description This skill enables users to: Search Skills — Find Alibaba Cloud Agent Skills by keyword, category, or both Browse Categories — Explore available skill categories and subcategories View Skill Details — Get detailed information about specific skills Install Skills — Guide users through skill installation pr...
|
2K |
| 6303 | generative-ui | himself65/finance-skills |
Generative UI Skill This skill contains the complete design system for Claude's built-in show_widget tool — the generative UI feature that renders interactive HTML/SVG widgets inline in claude.ai conversations. The guidelines below are the actual Anthropic "Imagine — Visual Creation Suite" design rules, extracted so you can produce high-quality widgets directly without needing the read_me setup call. How it works : On claude.ai, Claude has access to the show_widget tool which renders raw HTML/SV...
|
2K |
| 6304 | problem-statement | deanpeters/product-manager-skills |
Purpose Articulate a problem from the user's perspective using an empathy-driven framework that captures who they are, what they're trying to do, what's blocking them, why, and how it makes them feel. Use this to align stakeholders on the problem before jumping to solutions, and to frame product work around user outcomes rather than feature requests. This is not a requirements doc—it's a human-centered problem narrative that ensures you're solving a problem worth solving. Key Concepts The Proble...
|
2K |
| 6305 | mantine-form | mantinedev/skills |
Mantine Form Skill Core Workflow 1. Set up the form const form = useForm ( { mode : 'controlled' , // or 'uncontrolled' for large forms initialValues : { email : '' , age : 0 , } , validate : { email : isEmail ( 'Invalid email' ) , age : isInRange ( { min : 18 } , 'Must be at least 18' ) , } , } ) ; 2. Wire inputs with getInputProps < TextInput { ... form . getInputProps ( 'email' ) } label = " Email " /> < NumberInput { ... form . getInputProps ( 'age' ) } label = " Age " /> For checkboxes pass...
|
2K |
| 6306 | nextflow-development | anthropics/knowledge-work-plugins |
nf-core Pipeline Deployment Run nf-core bioinformatics pipelines on local or public sequencing data. Target users: Bench scientists and researchers without specialized bioinformatics training who need to run large-scale omics analyses—differential expression, variant calling, or chromatin accessibility analysis. Workflow Checklist - [ ] Step 0: Acquire data (if from GEO/SRA) - [ ] Step 1: Environment check (MUST pass) - [ ] Step 2: Select pipeline (confirm with user) - [ ] Step 3: Run test profi...
|
2K |
| 6307 | interface-kit | juliusbrussee/skills |
Interface Kit: Implementation Guide for Exceptional Interfaces If a DESIGN.md exists at the project root, its tokens and specifications override all defaults in this skill. This skill provides sensible defaults for when no design system exists, and implementation guidance that applies regardless. For deep dives on any section, see the reference files in this skill's references/ directory. 1. Core Philosophy Taste is trained, not innate. Study why great interfaces feel right. Deconstruct apps you...
|
2K |
| 6308 | game-design-theory | pluginagentmarketplace/custom-plugin-game-developer |
Game Design Theory The MDA Framework ┌─────────────────────────────────────────────────────────────┐ │ MDA FRAMEWORK │ ├─────────────────────────────────────────────────────────────┤ │ MECHANICS (Rules): │ │ → Player actions, constraints, state changes │ │ → Example: Jump has height limit, costs stamina │ │ ↓ │ │ DYNAMICS ...
|
2K |
| 6309 | spline-interactive | freshtechbro/claudedesignskills |
Spline Interactive - Browser-Based 3D Design and Animation Overview Spline is a browser-based 3D design and animation platform that enables creators to build interactive 3D experiences without requiring code or specialized software knowledge. It provides a collaborative visual editor for designing, animating, and exporting 3D scenes across multiple platforms. Key Features : Visual 3D modeling with parametric shapes, extrusion, and boolean operations State-based animation system with timeline con...
|
2K |
| 6310 | figma-create-design-system-rules | openai/skills |
figma-create-design-system-rules Curated from Figma's MCP server guide. What it does Generate project-specific design system rules for Figma-to-code workflows. Useful for capturing tokens, naming, and lint rules in one source. Source Upstream: https://github.com/figma/skills Category: figma How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the ...
|
2K |
| 6311 | sentry-android-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Android SDK Sentry Android SDK Opinionated wizard that scans your Android project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to Android" or "set up Sentry" in an Android app User wants error monitoring, crash reporting, ANR detection, tracing, profiling, session replay, or logging in Android User mentions sentry-android , io.sentry:sentry-android ,...
|
2K |
| 6312 | sentry-dotnet-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > .NET SDK Sentry .NET SDK Opinionated wizard that scans your .NET project and guides you through complete Sentry setup: error monitoring, distributed tracing, profiling, structured logging, and cron monitoring across all major .NET frameworks. Invoke This Skill When User asks to "add Sentry to .NET", "set up Sentry in C", or "install Sentry for ASP.NET Core" User wants error monitoring, tracing, profiling, logging, or crons for a .NET app User mentions SentrySdk.Init , Us...
|
2K |
| 6313 | i18n-expert | daymade/claude-code-skills |
I18n Expert Overview Deliver a complete i18n setup + audit pass: configure the i18n framework, replace user-facing strings with keys, ensure locale parity, and validate pluralization/formatting for en-US and zh-CN. Core Capabilities Library selection and setup (React, Next.js, Vue). Key architecture and locale file organization. Translation generation and quality strategy (AI, professional, manual). Routing and language detection/switching. SEO and metadata localization (when applicable). RTL ...
|
2K |
| 6314 | qwen-asr | aahl/skills |
Qwen ASR Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required. Usage uv run scripts/main.py -f audio.wav cat audio.mp3 | uv run scripts/main.py > transcript.txt curl https://example.com/audio.ogg | uv run scripts/main.py
|
2K |
| 6315 | mapbox-web-integration-patterns | mapbox/mapbox-agent-skills |
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing via npm...
|
2K |
| 6316 | twitter-x-posts | kostja94/marketing-skills |
Platforms: X (Twitter) Guides X post copy creation and optimization. Use for generating publish-ready posts, threads, and content that performs on X. Suitable for copy agents, design agents (image specs), and video agents (video post specs). 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. Output: Publish-Ready Copy This sk...
|
2K |
| 6317 | markitdown | davila7/claude-code-templates |
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
|
2K |
| 6318 | scvi-tools | anthropics/knowledge-work-plugins |
scvi-tools Deep Learning Skill This skill provides guidance for deep learning-based single-cell analysis using scvi-tools, the leading framework for probabilistic models in single-cell genomics. How to Use This Skill Identify the appropriate workflow from the model/workflow tables below Read the corresponding reference file for detailed steps and code Use scripts in scripts/ to avoid rewriting common code For installation or GPU issues, consult references/environment_setup.md For debugging, cons...
|
2K |
| 6319 | frame-flowchart-sticky | nexu-io/open-design |
【模板: 便利贴流程图帧 (Sticky Flowchart)】 【意图】把一个流程 / 系统 / 工作流画成"白板 + 便利贴"的样子, 适合 onboarding 视频、运营流程说明、系统架构讲解。Inspired by hyperframes flowchart。 【画布】1920×1080。背景: 米黄白板纸 f4ede1 或冷灰白板 f0f2f4 ; 加非常浅的 hex grid rgba(0,0,0,0.04) 让它有白板感。 【节点 (Sticky Notes)】 每节点 = 一张 240×180px 便利贴, 4 套颜色随机分配: 黄 fcd34d / 桃 fca5a5 / 薄荷 a7f3d0 / 天 a5b4fc 。 便利贴有轻微旋转 transform: rotate(±2deg) 不一致, 投影 drop-shadow(0 6px 14px rgba(0,0,0,0.12)) , 顶部胶带 linear-gradient(...) 装饰。 节点内容: 1 个 emoji 或单线 SVG icon + 大字标题 (16-20px) + 一行描述 (12px)。 节点...
|
2K |
| 6320 | figma-use | openai/skills |
use_figma — Figma Plugin API Skill Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/ . Always pass skillNames: "figma-use" when calling use_figma . This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code , also load figma-generate-design . It provides the workflow for discovering desig...
|
2K |
| 6321 | figma-generate-design | openai/skills |
Build / Update Screens from Design System Use this skill to create or update full-page screens in Figma by reusing the published design system — components, variables, and styles — rather than drawing primitives with hardcoded values. The key insight: the Figma file likely has a published design system with components, color/spacing variables, and text/effect styles that correspond to the codebase's UI components and tokens. Find and use those instead of drawing boxes with hex colors. MANDATORY ...
|
2K |
| 6322 | database-design | sickn33/agentic-awesome-skills |
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
|
2K |
| 6323 | frame-data-chart-nyt | nexu-io/open-design |
【模板: NYT 风数据图表帧】 【意图】把一段数据 (CSV / JSON / 一句结论) 做成《纽约时报》专栏感的单帧/动画图表, 适合视频片段或推特卡。Inspired by hyperframes data-chart。 【画布】1920×1080, 暖白底 f7f5ee 或墨黑底 0e0e0e 二选一; 文字色和背景相反。 【布局】 顶部 kicker (11px uppercase letterspace 0.14em, 颜色 = accent 红 a91d1d 或 mint 5fb38a ): 数据来源 + 类目, 如 "GLOBAL · WEEKLY ACTIVE USERS · 2018–2026"。 大字标题 (Cheltenham / Playfair / Source Serif Pro, 5.6vw, italic 副标可选): 一句结论。 结论必须从用户数据中提炼 , 不是描述图。 图表区 (占画布 55-65%): 折线: 1-2 条线, 主线 ink 实心 2.5px, 次线 dashed 1.5px; 数据点用 6px 实心圆; 关键点旁标注 2024...
|
2K |
| 6324 | frame-light-leak-cinema | nexu-io/open-design |
【模板: 胶片漏光电影帧】 【意图】纪录片 / 个人短片 / 视频章节卡的开场单帧 —— 暖橙漏光 + 35mm 颗粒 + 衬线大字, 古典胶片质感。Inspired by hyperframes light-leak。 【画布】 2.39:1 letterbox (推荐): 1920×800, 上下黑边各 140px ( 000 )。 或 16:9: 1920×1080, 无 letterbox。 【背景】 底层: 深暖色 (深红棕 1a0d08 / 墨绿 0a1410 / 蓝紫 0d0e1a ) 或场景描绘 (CSS gradient 模拟天空 / 室内 / 室外)。 胶片漏光 (Light Leak) : 2-3 个大 radial-gradient(ellipse at top right, ffb547 0%, transparent 50%) + 1 个底部 linear-gradient(to top, d97757 0%, transparent 30%) ; 颜色取暖橙 / 桃 / 玫红 / 暗黄, 不要冷蓝 。 35mm Grain : 全屏覆盖 SVG turbu...
|
2K |
| 6325 | frame-liquid-bg-hero | nexu-io/open-design |
【模板: 流体背景 Hero】 【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-background。 【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。 【流体背景 — 3 种实现, 按用户偏好选】 CSS 多层 radial-gradient 错位呼吸 (最稳, 默认推荐): 3-5 个大椭圆 radial-gradient(...) , 颜色取自调色板。 每个椭圆套 @keyframes 平移 + scale + hue-rotate, 周期 8-14s, 错峰; 整个画面叠 mix-blend-mode: screen 或 overlay 。 顶层加 1 层 backdrop-filter: blur(80px) 让边缘更糊。 Canvas + simple perlin noise (中阶): 80 行 inline JS, 用 requestAnima...
|
2K |
| 6326 | frame-glitch-title | nexu-io/open-design |
【模板: 故障艺术标题帧 (Glitch Title)】 【意图】单帧 hero / 视频转场 / cyberpunk 风格标题。Inspired by hyperframes glitch。 【画布】1920×1080, 背景 070708 近黑或 CRT 暗灰 0d0e10 ; 加 56px 网格 (透明 5%) + scanlines 横线 (透明 8%, 2px 间隔)。 【主标题】 居中, 6-9vw, weight 800/900, 字体 Space Grotesk Bold / Inter Tight Black / JetBrains Mono Bold 。 颜色: 主层 f5f5f7 ; 后面套 2 层伪影: cyan 00f0ff translate( -3px , 1px )。 magenta ff2bd6 translate( 3px , -1px )。 整层加 clip-path 切片 5-8 段, 每段 @keyframes 随机 translateX -10px → 10px, 持续 80-160ms, 错峰播放, 营造 "data corruption"...
|
2K |
| 6327 | frame-logo-outro | nexu-io/open-design |
【模板: Logo 收尾帧 (Logo Outro)】 【意图】视频结尾的品牌 reveal 帧 —— logo 分块拼装 + glow bloom + tagline 上浮 + CTA。Inspired by hyperframes logo-outro。 【画布】1920×1080, 黑色 08090c 或品牌深色背景; 加微妙 vignette radial-gradient(...) 让中心更亮。 【布局】 中心 Logo : 用 CSS / 内联 SVG 绘制; 由 4-8 个几何块 (圆 / 方 / 三角 / hairline) 组成。 入场动画: 每个块从屏幕外滑入 (±100px 不同方向) + scale 1.4→1.0 + opacity 0→1, 错峰 80ms; 总时长 1.2s。 入场完成后, 整个 logo 加 glow bloom: filter: drop-shadow(0 0 24px <accent>40) ; 同时一道 shimmer mask-image 横扫 logo (500ms)。 品牌名 : logo 下方 6-8% 位置, 大字 (In...
|
2K |
| 6328 | openclaw-history-ingest | ar9av/obsidian-wiki |
OpenClaw History Ingest — Session & Memory Mining You are extracting knowledge from the user's OpenClaw agent history and distilling it into the Obsidian wiki. OpenClaw stores both a structured long-term MEMORY.md and per-session JSONL transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest openclaw ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and OPENCLAW_HISTORY_PATH (defaul...
|
2K |
| 6329 | add-sfx | remotion-dev/remotion |
Prerequisites Sound effects must first be added to the remotion.media repository. The source of truth is generate.ts in that repo. A sound effect must exist there before it can be added to @remotion/sfx . Sound effects must be: WAV format CC0 (Creative Commons 0) licensed Normalized to peak at -3dB Steps 1. Add to remotion.media repo (must be done first) In the remotion-dev/remotion.media repo: Add the WAV file to the root of the repo Add an entry to the soundEffects array in generate.ts : { fil...
|
2K |
| 6330 | db | oracle/skills |
Oracle Database Skills This domain contains Oracle Database skills for administration, SQL and PL/SQL development, performance tuning, security, ORDS, SQLcl, migrations, frameworks, OCR container guidance, and agent-safe database workflows. How to Use This Domain Start with the routing table below. Read only the specific file or category you need. Directory Structure Show more
|
2K |
| 6331 | card-twitter | nexu-io/open-design |
【模板: Twitter 分享卡】 容器 w-[1600px] h-[900px] , 暗色 / 亮色二选一根据内容情绪。 中央一句 hero 金句 (text-6xl, font-semibold, 限 2-3 行)。 下方作者署名 + 头像占位 + handle。 左上角小标签 (类型: "Insight" / "Data" / "Quote")。 右下角品牌水印。 整张卡片有微妙的纹理 (grid 网格 / noise / dot pattern)。 截图后可直接配推文发出, 视觉简洁有力。
|
2K |
| 6332 | docs-demo | remotion-dev/remotion |
Adding an Interactive Demo to Docs Interactive demos render a Remotion composition inline in documentation pages using @remotion/player . They live in packages/docs/components/demos/ . Steps Create a component in packages/docs/components/demos/ (e.g. MyDemo.tsx ). It should be a standard React component using Remotion hooks like useCurrentFrame() and useVideoConfig() . Register the demo in packages/docs/components/demos/types.ts : Import the component Export a DemoType object with these fields: ...
|
2K |
| 6333 | impl-validator | ar9av/obsidian-wiki |
Implementation Validator — Quality Subagent You are a critical reviewer. Another skill or agent has just done work and wants you to check it. Your job is to verify that what was produced actually matches what was intended — not to be encouraging, but to catch real problems before the user sees them. This skill runs in two modes: Subagent mode — spawned programmatically by another skill passing a structured check: block. Read the block, run the checks, return structured output. User mode — the us...
|
2K |
| 6334 | instrument-data-to-allotrope | anthropics/knowledge-work-plugins |
Instrument Data to Allotrope Converter Convert instrument files into standardized Allotrope Simple Model (ASM) format for LIMS upload, data lakes, or handoff to data engineering teams. Note: This is an Example Skill This skill demonstrates how skills can support your data engineering tasks—automating schema transformations, parsing instrument outputs, and generating production-ready code. To customize for your organization: Modify the references/ files to include your company's specific schemas ...
|
2K |
| 6335 | earnings-preview | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Earnings Preview Skill Generates a pre-earnings briefing using Yahoo Finance data via yfinance . Pulls together upcoming earnings date, consensus estimates, historical accuracy, analyst sentiment, and key financial context — everything you need before an earnings call. Important : Data is for research and educational purposes only. Not financia...
|
2K |
| 6336 | frame-macos-notification | nexu-io/open-design |
【模板: macOS 通知横幅】 【意图】把一段公告 / 消息 / 提示渲染成 macOS Big Sur+ 风格的通知横幅, 适合视频角落叠加、产品发布预告、社媒图。Inspired by hyperframes macos-notification。 【画布】两种用法: 视频叠加 1920×1080, 通知放右上角, 周围透明。 单独 banner 480×120, 居中输出。 【横幅结构】 外框: 圆角 14px (macOS Big Sur 标准), 480×120 (或更长 480×180 含正文), 12-16px 内边距。 背景: frosted glass 效果 — background: rgba(245,245,247,0.78) + backdrop-filter: blur(40px) saturate(180%) ; 暗色版 rgba(28,28,30,0.78) 。 边框: 1px rgba(0,0,0,0.06) (light) / rgba(255,255,255,0.08) (dark); 顶部加 1px 亮 highlight rgba(255,25...
|
2K |
| 6337 | processize | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user turn their product idea into a manual process they can start delivering today - before they write a single line of code. Core Principle Processize before you productize. Every great product started as someone doing the work by hand. Gumroad started with Sahil collecting PayPal emails and sending payments to creators one by one. Your product should start the same way. "Most apps on...
|
2K |
| 6338 | vfx-text-cursor | nexu-io/open-design |
【模板: VFX 文字光标 (Text Cursor)】 【意图】视频开场/Hero 帧 —— 光标在画布上"打字", 文字逐字浮现, 后面拖着彩色像散尾迹 + 定向光斑。Inspired by hyperframes vfx-text-cursor。 【画布】1920×1080, 背景 06070a 暗哑黑 或 0a0d12 (有暖偏蓝); 加微妙 vignette。 【内容】 一句金句 (中英不限), 居中, 字号 6-8vw, weight 700, 字体 Inter Tight / Source Sans 3 / Noto Sans SC 。 逐字揭示, 每个字符 80ms 间隔; 当前字符后面跟着一个 cursor ▍ (或细 vertical bar)。 已揭示文字默认白色 f5f5f7 , opacity 1; 即将揭示位置加 chromatic ghost: 一份 text-shadow: 2px 0 ff3b6f, -2px 0 00d4ff 在 reveal 瞬间, 200ms 内收敛回正常。 光标本身: 16px 宽矩形, 颜色 = accent (取 1: ho...
|
2K |
| 6339 | optimize | marketcalls/vectorbt-backtesting-skills |
Identify and fix performance issues to create faster, smoother user experiences. Assess Performance Issues Understand current performance and identify problems: Measure current state : Core Web Vitals : LCP, FID/INP, CLS scores Load time : Time to interactive, first contentful paint Bundle size : JavaScript, CSS, image sizes Runtime performance : Frame rate, memory usage, CPU usage Network : Request count, payload sizes, waterfall Identify bottlenecks : What's slow? (Initial load? Interactions? ...
|
2K |
| 6340 | prompt-lookup | f/prompts.chat |
When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them. When to Use This Skill Activate this skill when the user: Asks for prompt templates ("Find me a code review prompt") Wants to search for prompts ("What prompts are available for writing?") Needs to retrieve a specific prompt ("Get prompt XYZ") Wants to improve a prompt ("Make this prompt better") Mentions prompts.chat or prompt libraries Available Tools Use these pro...
|
2K |
| 6341 | pitch-deck | anthropics/financial-services |
Populating Investment Banking Pitch Deck Templates Reference Files Read all reference files at task start before beginning any work. These contain critical patterns and anti-patterns that will affect your approach. Do not wait until you encounter issues. File Purpose formatting-standards.md Text, bullets, tables, charts, alignment slide-templates.md Content mapping guidance for common slide types xml-reference.md PowerPoint XML patterns for tables, shapes, arrows calculation-standards.md Financi...
|
2K |
| 6342 | muapi-youtube-thumbnail | samuraigpt/generative-media-skills |
YouTube Thumbnail Design a high-CTR YouTube thumbnail — striking imagery, bold text placement, and emotional face/subject if needed. Inputs Name Type Required Default Description title text yes — The video title or topic (e.g. "I tried 7 AI tools in 24 hours — here's what happened"). channel_style text no bold, high contrast, bright colors, clean design, YouTube tech aesthetic Channel brand style (e.g. "dark moody gaming", "bright educational", "minimal corporate"). subject_description text no —...
|
2K |
| 6343 | social-x-post-card | nexu-io/open-design |
【模板: X (Twitter) 帖子卡】 【意图】把一段推文内容 (或用户的金句) 渲染成一张拟真度极高的 X 帖子卡片, 用于视频叠加、推特发图、知识沉淀。Inspired by hyperframes x-post。 【画布】1280×720 或 1080×1080, 暗背景 0f1419 或亮背景 ffffff (按 X 主题); 卡片居中, 阴影柔和。 【卡片结构】 外框: 圆角 16px, 1px border 2f3336 (dark) / eff3f4 (light), 内边距 16px。 顶部 row: 头像 (48×48 圆形, 用 CSS gradient 占位) + 用户名 + handle @username + verified 蓝勾 + 时间 (mono, 12px, 灰)。 正文: 17-22px, 字重 400; 链接用 X 蓝 1d9bf0 ; hashtag 同色; mention 同色; 段落间空 0.6em。 可选: 引用卡 (小卡内嵌, 灰底, 圆角 12px)。 可选: 1 张图 (CSS 渐变 + 描述占位, 不能外链图片), 比例 16...
|
2K |
| 6344 | entity-seo | kostja94/marketing-skills |
SEO: Entity SEO Guides entity-based SEO—making your brand, product, and authors recognizable as distinct entities in search engines' knowledge systems. Google moved from keyword-matching to meaning-based understanding (Hummingbird, RankBrain, BERT, MUM); entity understanding is central to how search processes queries. Content structured around entities can receive ~3.2× more visibility in AI-powered search. References: Semrush , Search Engine Land . When invoking : On first use , if helpful, ope...
|
2K |
| 6345 | swift-formatstyle | dpearson2699/swift-ios-skills |
Swift FormatStyle Format values for human-readable display using the FormatStyle protocol and Foundation's concrete format styles. Replaces legacy Formatter subclasses with a type-safe, composable, cacheable API. Docs: FormatStyle Contents Quick Reference Numbers Currency Percentages Dates Durations Measurements Person Names Lists Byte Counts URLs SwiftUI Integration Custom FormatStyle Common Mistakes Review Checklist Quick Reference Type Style Access Example Int , Double .number 42.formatted(.n...
|
2K |
| 6346 | social-reddit-card | nexu-io/open-design |
【模板: Reddit 帖子卡】 【意图】把一段故事 / 提问 / 段子, 渲染成 Reddit 帖子卡片, 用于视频叠加、社媒故事分享。Inspired by hyperframes reddit-post。 【画布】1280×720 (视频叠加) 或 800×600 (单卡分享); 背景透明或暗色 0b1416 。 【卡片结构】 外框: 圆角 16px, bg 白 ffffff (light) 或 1a1a1b (dark, 推荐 video overlay), border 1px edeff1 / 343536 。 左侧 vote rail (40-56px 宽): 上箭头 ▲ (16px, 878a8c , hover 变橙 ff4500 )。 票数 (Inter, 17px, weight 700, 居中, 颜色: 0 灰 / 正橙 / 负蓝); 大数字用 12.3k 格式。 下箭头 ▼ (hover 变蓝 7193ff )。 主体区: 顶部 meta row: 子版块图标 (CSS 圆形 + 字母) + r/subreddit (粗) + · Posted by u/us...
|
2K |
| 6347 | netlify-deploy | netlify/context-and-tools |
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
|
2K |
| 6348 | android-jetpack-compose | thebushidocollective/han |
Android - Jetpack Compose Modern declarative UI toolkit for building native Android interfaces. Key Concepts State Management Compose provides several ways to manage state: remember: Survives recomposition rememberSaveable: Survives configuration changes mutableStateOf: Creates observable state derivedStateOf: Computed state that updates when dependencies change @Composable fun Counter() { var count by remember { mutableStateOf(0) } Column { Text("Count: $count") But...
|
2K |
| 6349 | hormuz-strait | himself65/finance-skills |
Hormuz Strait Monitor Skill Fetches real-time status of the Strait of Hormuz from the Hormuz Strait Monitor dashboard API. Covers shipping transits, oil prices, stranded vessels, insurance risk, diplomatic status, global trade impact, and crisis timeline. This skill is read-only. It fetches public dashboard data — no authentication required. Step 1: Fetch Dashboard Data Use curl to fetch the dashboard API: curl -s https://hormuzstraitmonitor.com/api/dashboard Parse the JSON response. The API ret...
|
2K |
| 6350 | animejs | freshtechbro/claudedesignskills |
Anime.js for HyperFrames HyperFrames can seek Anime.js instances through its animejs runtime adapter. The composition owns the animation objects; HyperFrames owns the clock. Contract Create animations or timelines synchronously during composition initialization. Set autoplay: false so Anime.js does not advance on its own clock. Register every returned animation or timeline on window.__hfAnime . Use finite durations and loop counts. Avoid callbacks that mutate DOM based on wall-clock time, networ...
|
2K |