███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3201 | swift-testing | dpearson2699/swift-ios-skills |
Swift Testing Swift Testing is the modern testing framework for Swift (Xcode 16+, Swift 6+). Prefer it over XCTest for all new unit tests. Use XCTest only for UI tests, performance benchmarks, and snapshot tests. Contents Basic Tests @Test Traits expect and require @Suite and Test Organization Known Issues Additional Patterns Parameterized Tests In Depth Tags and Suites In Depth Async Testing Patterns Traits In Depth Common Mistakes Test Attachments Exit Testing Review Checklist MCP Integration ...
|
2.5K |
| 3202 | openhue | steipete/clawdis |
OpenHue CLI Use openhue to control Philips Hue lights and scenes via a Hue Bridge. When to Use ✅ USE this skill when: "Turn on/off the lights" "Dim the living room lights" "Set a scene" or "movie mode" Controlling specific Hue rooms or zones Adjusting brightness, color, or color temperature When NOT to Use ❌ DON'T use this skill when: Non-Hue smart devices (other brands) → not supported HomeKit scenes or Shortcuts → use Apple's ecosystem TV or entertainment system control Thermostat or HVAC Smar...
|
2.5K |
| 3203 | swiftui-navigation | dpearson2699/swift-ios-skills |
SwiftUI Navigation Navigation patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers push navigation, multi-column layouts, sheet presentation, tab architecture, and deep linking. Patterns are backward-compatible to iOS 17 unless noted. Contents NavigationStack (Push Navigation) NavigationSplitView (Multi-Column) Sheet Presentation Tab-Based Navigation Deep Links Common Mistakes Review Checklist References NavigationStack (Push Navigation) Use NavigationStack with a NavigationPath bi...
|
2.5K |
| 3204 | storekit | dpearson2699/swift-ios-skills |
StoreKit 2 In-App Purchases and Subscriptions Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ). Contents Product Types Loading Products Purchase Flow Transaction.updates Listener Entitlement Checking SubscriptionStoreView (iOS 17+) StoreView (iOS 17+) Subscription Status Chec...
|
2.5K |
| 3205 | swiftdata | dpearson2699/swift-ios-skills |
SwiftData Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2. Contents Model Definition ModelContainer Setup CRUD Operations @Query in SwiftUI Predicate FetchDescriptor Schema Versioning and Migration Concurrency (@ModelActor) SwiftUI Integration Common Mistakes Review Checklist References Model Definition Apply @Model to a class (not struct). Generates PersistentModel , Observable , Sendable . @Model class Trip { var name : String var destination : String ...
|
2.5K |
| 3206 | slack-messaging | anthropics/knowledge-work-plugins |
Slack Messaging Best Practices This skill provides guidance for composing well-formatted, effective Slack messages. When to Use Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message , slack_send_message_draft , or slack_create_canvas . Slack Formatting (mrkdwn) Slack uses its own markup syntax called mrkdwn , which differs from standard Markdown. Always use mrkdwn when composing Slack messages: Format Syntax Notes Bold ...
|
2.5K |
| 3207 | skill-creator | openai/skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
2.5K |
| 3208 | swift-concurrency | dpearson2699/swift-ios-skills |
Swift Concurrency Fast Path Before proposing a fix: Analyze Package.swift or .pbxproj to determine Swift language mode, strict concurrency level, default isolation, and upcoming features. Do this always, not only for migration work. Capture the exact diagnostic and offending symbol. Determine the isolation boundary: @MainActor , custom actor, actor instance isolation, or nonisolated . Confirm whether the code is UI-bound or intended to run off the main actor. Project settings that change concurr...
|
2.5K |
| 3209 | logo-creator | resciencelab/opc-skills |
Logo Creator Skill Create professional logos through AI image generation with an iterative design process. Prerequisites Required API Keys (set in environment): GEMINI_API_KEY - Get from Google AI Studio REMOVE_BG_API_KEY - Get from remove.bg RECRAFT_API_KEY - Get from recraft.ai Required Skills: nanobanana - AI image generation (Gemini 3 Pro Image) File Output Location All generated files should be saved to the .skill-archive directory: .skill-archive/logo-creator/<yyyy-mm-dd-summarynam...
|
2.5K |
| 3210 | goplaces | steipete/clawdis |
goplaces Modern Google Places API (New) CLI. Human output by default, --json for scripts. Install Homebrew: brew install steipete/tap/goplaces Config GOOGLE_PLACES_API_KEY required. Optional: GOOGLE_PLACES_BASE_URL for testing/proxying. Common commands Search: goplaces search "coffee" --open-now --min-rating 4 --limit 5 Bias: goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000 Pagination: goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN" Resolve: goplaces resolve "Soho, London" -...
|
2.5K |
| 3211 | gifgrep | steipete/clawdis |
gifgrep Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets. GIF-Grab (gifgrep workflow) Search → preview → download → extract (still/sheet) for fast review and sharing. Quick start gifgrep cats --max 5 gifgrep cats --format url | head -n 5 gifgrep search --json cats | jq '.[0].url' gifgrep tui "office handshake" gifgrep cats --download --max 1 --format url TUI + previews TUI: gifgrep tui "query" CLI still previews: --thumbs (Kitty/G...
|
2.5K |
| 3212 | allium | juxt/allium |
Allium Allium is a formal language for capturing software behaviour at the domain level. It sits between informal feature descriptions and implementation, providing a precise way to specify what software does without prescribing how it's built. The name comes from the botanical family containing onions and shallots, continuing a tradition in behaviour specification tooling established by Cucumber and Gherkin. Key principles: Describes observable behaviour, not implementation Captures domain logi...
|
2.5K |
| 3213 | writing-prds | refoundai/lenny-skills |
Writing PRDs Help the user write effective product requirements documents using frameworks and insights from 11 product leaders. How to Help When the user asks for help with PRDs: Start with the why - Ask about the problem being solved and why it matters now, before features Define success upfront - Help them articulate how they'll know the feature succeeded Choose the right format - Discuss whether they need a traditional doc, a prototype, or executable evals Keep it actionable - Ensure the doc...
|
2.5K |
| 3214 | color-palette | jezweb/claude-skills |
Color Palette Generation Status: Production Ready ✅ Last Updated: 2026-01-14 Standard: Tailwind v4 @theme syntax Quick Start Generate complete palette from brand hex: // Input: Brand hex const brandColor = "0D9488" // Teal-600 // Output: 11-shade scale + semantic tokens + dark mode primary-50: F0FDFA (lightest) primary-500: 14B8A6 (brand) primary-950: 042F2E (darkest) background: FFFFFF foreground: 0F172A primary: 14B8A6 Use the reference files to generate shades, map semantics, and che...
|
2.5K |
| 3215 | oracle | steipete/clawdis |
oracle — best use Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests. Main use case (browser, GPT‑5.2 Pro) Default workflow here: --engine browser with GPT‑5.2 Pro in ChatGPT. This is the common “long think” path: ~10 minutes to ~1 hour is normal; expect a stored session you can reattach to. Recommended defaults: Engine: browser ( --engine bro...
|
2.5K |
| 3216 | skill-creator | steipete/clawdis |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
2.5K |
| 3217 | imsg | steipete/clawdis |
imsg Use imsg to read and send iMessage/SMS via macOS Messages.app. When to Use ✅ USE this skill when: User explicitly asks to send iMessage or SMS Reading iMessage conversation history Checking recent Messages.app chats Sending to phone numbers or Apple IDs When NOT to Use ❌ DON'T use this skill when: Telegram messages → use message tool with channel:telegram Signal messages → use Signal channel if configured WhatsApp messages → use WhatsApp channel if configured Discord messages → use message ...
|
2.5K |
| 3218 | gh-issues | steipete/clawdis |
gh-issues — Auto-fix GitHub Issues with Parallel Sub-agents You are an orchestrator. Follow these 6 phases exactly. Do not skip phases. IMPORTANT — No gh CLI dependency. This skill uses curl + the GitHub REST API exclusively. The GH_TOKEN env var is already injected by OpenClaw. Pass it as a Bearer token in all API calls: curl -s -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github+json" ... Phase 1 — Parse Arguments Parse the arguments string provided after /gh-issues. Positi...
|
2.5K |
| 3219 | apple-on-device-ai | dpearson2699/swift-ios-skills |
On-Device AI for Apple Platforms Guide for selecting, deploying, and optimizing on-device ML models. Covers Apple Foundation Models, Core ML, MLX Swift, and llama.cpp. Contents Framework Selection Router Apple Foundation Models Overview Core ML Overview MLX Swift Overview Multi-Backend Architecture Performance Best Practices Common Mistakes Review Checklist References Framework Selection Router Use this decision tree to pick the right framework for your use case. Apple Foundation Models When to ...
|
2.5K |
| 3220 | sentry-create-alert | getsentry/sentry-for-ai |
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
|
2.5K |
| 3221 | xurl | steipete/clawdis |
xurl — Agent Skill Reference xurl is a CLI tool for the X API. It supports both shortcut commands (human/agent‑friendly one‑liners) and raw curl‑style access to any v2 endpoint. All commands return JSON to stdout. Installation Homebrew (macOS) brew install --cask xdevplatform/tap/xurl npm npm install -g @xdevplatform/xurl Shell script curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash Installs to ~/.local/bin . If it's not in your PATH, the script will tell you...
|
2.5K |
| 3222 | browser-trace | browserbase/skills |
Browser Trace Attach a second, read-only CDP client to a browser session that is already being driven by your main automation. The trace records the full DevTools firehose to NDJSON, polls for screenshots and DOM dumps in parallel, and slices everything into a directory tree that bash tools can search. This skill does not drive pages — it only listens. Pair it with the browser skill, bb , Stagehand, Playwright, or anything else that speaks CDP. When to use The user wants to debug a browser-autom...
|
2.5K |
| 3223 | fetch | browserbase/skills |
Browserbase Fetch API Fetch a page and return its content, headers, and metadata — no browser session required. Prerequisites Get your API key from: https://browserbase.com/settings export BROWSERBASE_API_KEY = "your_api_key" When to Use Fetch vs Browser Use Case Fetch API Browser Skill Static page content Yes Overkill Check HTTP status/headers Yes No JavaScript-rendered pages No Yes Form interactions No Yes Page behind bot detection Possible (with proxies) Yes (stealth mode) Simple scraping Yes...
|
2.5K |
| 3224 | startup-ideation | refoundai/lenny-skills |
Startup Ideation Help the user generate and evaluate startup ideas using frameworks and insights from 2 product leaders. How to Help When the user asks for help with startup ideation: Understand their background - Ask about their personal experience, skills, and what problems they've encountered firsthand Explore information sources - Discuss what they read, who they talk to, and whether their information diet is differentiated Apply the Why Now test - Help them identify what has changed that ma...
|
2.5K |
| 3225 | khazix-writer | kkkkhazix/khazix-skills |
卡兹克公众号长文写作 关于这个skill的作者 这是卡兹克(英文名 Khazix)的个人写作风格skill。账号全称「数字生命卡兹克」,是一个以「激发大家对AI的好奇」为使命的公众号。安装这个skill后,你可以用卡兹克的风格来写公众号长文。 你正在以「数字生命卡兹克」的身份写一篇公众号长文。 卡兹克(Khazix)是一个在AI行业深耕三年的内容创作者和创业者,运营着公众号「数字生命卡兹克」。他的文章风格一句话概括: "有见识的普通人在认真聊一件打动他的事。" 核心价值观 这些价值观决定了文章的底色,写作时需要时刻贯穿: 永远对世界保持好奇。 这是账号的slogan,也是一切内容的出发点。面对新工具新技术,不是先问"我会被取代吗?",而是充满兴奋地问"我能用它来玩点什么有意思的?" 讲人话,像个活人。 AI时代最稀缺的是"活人感"。我们不追求滴水不漏的客观,分享的是亲身经历、真实感受、踩过的坑。大胆使用"我觉得"、"我认为"。拥抱不完美。 真诚是唯一的捷径。 可以不写,但绝不骗人。如果产品有缺点就直接说,不懂就大方承认。读者的信任是最宝贵的资产。 有所为有所不为。 不追逐违背价值观的流...
|
2.5K |
| 3226 | sag | steipete/clawdis |
sag Use sag for ElevenLabs TTS with local playback. API key (required) ELEVENLABS_API_KEY (preferred) SAG_API_KEY also supported by the CLI Quick start sag "Hello there" sag speak -v "Roger" "Hello" sag voices sag prompting (model-specific tips) Model notes Default: eleven_v3 (expressive) Stable: eleven_multilingual_v2 Fast: eleven_flash_v2_5 Pronunciation + delivery rules First fix: respell (e.g. "key-note"), add hyphens, adjust casing. Numbers/units/URLs: --normalize auto (or off if it harms n...
|
2.5K |
| 3227 | naver-blog-research | nomadamas/k-skill |
네이버 블로그 리서치 What this skill does 네이버 블로그를 검색하고, 개별 포스트의 원문을 읽고, 이미지를 로컬에 다운로드한다. API 키 없이 python3 표준 라이브러리만으로 동작한다. 검색 결과를 구조화된 JSON으로 출력한다. 모바일 버전( m.blog.naver.com )을 이용해 iframe 없이 본문을 직접 추출한다. 블로그 이미지 CDN( blogfiles.naver.net , postfiles.pstatic.net )에서 이미지를 다운로드한다. When to use "네이버 블로그에서 결혼식 체크리스트 검색해줘" "네이버 블로그 리서치 해줘" "한국 블로그에서 관련 정보 조사해줘" "네이버 블로그 글 읽어줘" "이 네이버 블로그 포스트에서 이미지 다운로드해줘" 한국어 콘텐츠 리서치에서 구글 외 네이버 블로그 소스가 필요한 상황 When not to use 네이버 뉴스, 카페, 지식iN 등 블로그 외 네이버 서비스 검색 대량 크롤링/스크래핑 (한 세션...
|
2.5K |
| 3228 | liteparse | run-llama/llamaparse-agent-skills |
LiteParse Skill Parse unstructured documents (PDF, DOCX, PPTX, XLSX, images, and more) locally with LiteParse: fast, lightweight, no cloud dependencies or LLM required. Initial Setup When this skill is invoked, respond with: I'm ready to use LiteParse to parse files locally. Before we begin, please confirm that: - `@llamaindex/liteparse` is installed globally (`npm i -g @llamaindex/liteparse`) - The `lit` CLI command is available in your terminal If both are set, please provide: 1. One or more f...
|
2.5K |
| 3229 | agentx | starchild-ai-agent/official-skills |
🌟 AgentX The Starchild community forum. Use this skill before the first agentx tool call to get action signatures and posting rules. The agentx tool stays built-in (no install needed); this SKILL.md is the reference doc. ⚠️ Platform disambiguation — AgentX vs. Twitter/X agentx tool posts to AgentX (Starchild community), NOT Twitter/X. "post a tweet" / "tweet this" / "post on Twitter/X" / any mention of Twitter/X → use the Composio skill TWITTER_CREATION_OF_A_POST , NOT this tool. "post on AgentX...
|
2.5K |
| 3230 | swiftui-liquid-glass | dpearson2699/swift-ios-skills |
SwiftUI Liquid Glass Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (glassEffect, GlassEffectContainer, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. Workflow Decision Tree Choose the path that matches the request: 1) Review an existing feature Inspect where Liquid Glass should be used and where it should not. Verify correct modifie...
|
2.5K |
| 3231 | swiftui-uikit-interop | dpearson2699/swift-ios-skills |
SwiftUI-UIKit Interop Bridge UIKit and SwiftUI in both directions. Wrap UIKit views and view controllers for use in SwiftUI, embed SwiftUI views inside UIKit screens, and synchronize state across the boundary. Targets iOS 26+ with Swift 6.2 patterns; notes backward-compatible to iOS 16 unless stated otherwise. See references/representable-recipes.md for complete wrapping recipes and references/hosting-migration.md for UIKit-to-SwiftUI migration patterns. Contents UIViewRepresentable Protocol UIV...
|
2.5K |
| 3232 | prd-creator | pageai-pro/ralph-loop |
PRD Creation Assistant Transform software ideas into comprehensive PRDs and actionable implementation tasks through a two-part process. Overview This skill helps beginner-level developers. Receive an implementation description from the user Create detailed PRD documents through structured questioning Generate implementation task lists in JSON format for developers Write an overall description of the project. An executive summary that gives a high level overview of the app and its main features. ...
|
2.5K |
| 3233 | pixijs-scene-graphics | pixijs/pixijs-skills |
Graphics is the vector-drawing leaf of the PixiJS v8 scene graph. The v8 API follows a shape-then-style pattern: draw a shape or path with rect , circle , moveTo , etc., then apply fill and/or stroke . Every method returns this for chaining, and the drawing instructions live on a GraphicsContext that can be shared between instances. Assumes familiarity with pixijs-scene-core-concepts . Graphics is a leaf: do not nest children inside it. Wrap multiple Graphics objects in a Container to group them...
|
2.5K |
| 3234 | nanobanana | resciencelab/opc-skills |
Nano Banana A single Python entrypoint for Gemini-native Nano Banana image generation and editing, with model aliases, strict option validation, batch runs, and custom endpoint support. Workflow Open references/config.md to choose environment variables and override order. Open references/models-and-api.md to pick the right Nano Banana tier and check model-specific constraints. Prefer gemini-3.1-flash-image-preview ( nanobanana-2 ) unless you need either the fastest low-cost default ( nanobanana ...
|
2.5K |
| 3235 | cloud | markdown-viewer/skills |
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
|
2.5K |
| 3236 | android-device-automation | web-infra-dev/midscene-skills |
Android Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time fo...
|
2.5K |
| 3237 | research-synthesis | anthropics/knowledge-work-plugins |
/research-synthesis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Synthesize user research data into actionable insights. See the user-research skill for research methods, interview guides, and analysis frameworks. Usage /research-synthesis $ARGUMENTS What I Accept Interview transcripts or notes Survey results (CSV, pasted data) Usability test recordings or notes Support tickets or feedback NPS/CSAT responses App store reviews Output Research...
|
2.5K |
| 3238 | mongodb-connection | mongodb/agent-skills |
MongoDB Connection Optimizer You are an expert in MongoDB connection management across all officially supported driver languages (Node.js, Python, Java, Go, C, Ruby, PHP, etc.). Your role is to ensure connection configurations are optimized for the user's specific environment and requirements, avoiding the common pitfall of blindly applying arbitrary parameters. Core Principle: Context Before Configuration NEVER add connection pool parameters or timeout settings without first understanding the a...
|
2.5K |
| 3239 | pixijs-scene-container | pixijs/pixijs-skills |
Container is the general-purpose node of the PixiJS v8 scene graph. It holds children and applies transforms, alpha, tint, and blend mode to its whole subtree. Every display object you make will either be a Container you're building a branch on, or a leaf ( Sprite , Graphics , Text , Mesh ) that you nest inside one. Assumes familiarity with pixijs-scene-core-concepts . Quick Start const group = new Container ( { label : "hero-group" , x : 200 , y : 150 , sortableChildren : true , } ) ; const bod...
|
2.5K |
| 3240 | cloudflare-deploy | openai/skills |
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
|
2.5K |
| 3241 | interview-prep | anthropics/knowledge-work-plugins |
Interview Prep Create structured interview plans to evaluate candidates consistently and fairly. Interview Design Principles Structured : Same questions for all candidates in the role Competency-based : Map questions to specific skills and behaviors Evidence-based : Use behavioral and situational questions Diverse panel : Multiple perspectives reduce bias Scored : Use rubrics, not gut feelings Interview Plan Components Role Competencies Define 4-6 key competencies for the role (e.g., technical s...
|
2.5K |
| 3242 | swiftui-layout-components | dpearson2699/swift-ios-skills |
SwiftUI Layout & Components Layout and component patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers stack and grid layouts, list patterns, scroll views, forms, controls, search, and overlays. Patterns are backward-compatible to iOS 17 unless noted. Contents Layout Fundamentals Grid Layouts List Patterns ScrollView Form and Controls Searchable Overlay and Presentation Common Mistakes Review Checklist References Layout Fundamentals Standard Stacks Use VStack , HStack , and ZStack f...
|
2.5K |
| 3243 | sentry-feature-setup | getsentry/sentry-for-ai |
All Skills Sentry Feature Setup Configure specific Sentry capabilities beyond basic SDK setup — AI monitoring, OpenTelemetry pipelines, and alerts. This page helps you find the right feature skill for your task. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-setup-ai-monitoring/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ ...
|
2.5K |
| 3244 | pixijs-performance | pixijs/pixijs-skills |
Profile before optimizing. PixiJS handles a lot of content well out of the box; browser DevTools Performance + GPU profiling should be your first move. Once you've found the bottleneck, apply the targeted pattern below (destroy, pool, batch, cache, or cull). Quick Start container . cacheAsTexture ( true ) ; container . updateCacheTexture ( ) ; container . cacheAsTexture ( false ) ; container . destroy ( { children : true } ) ; import { CullerPlugin , extensions } from "pixi.js" ; extensions . ad...
|
2.5K |
| 3245 | pixijs-assets | pixijs/pixijs-skills |
The Assets API is PixiJS's asset loader, resolver, and cache in one singleton. Use it to load textures, video, spritesheets, fonts, JSON, and other resources with format detection, resolution switching, bundle grouping, progress tracking, and GPU cleanup. Quick Start await Assets . init ( { basePath : "/static/" } ) ; const texture = await Assets . load ( "bunny.png" ) ; const sprite = new Sprite ( texture ) ; app . stage . addChild ( sprite ) ; const [ hero , enemy ] = await Assets . load ( [ "...
|
2.5K |
| 3246 | pixijs-scene-sprite | pixijs/pixijs-skills |
PixiJS has three sprite classes for different drawing tasks. Sprite is the default image-drawing leaf; NineSliceSprite is a resizable UI-panel variant that preserves corner art; TilingSprite repeats a texture across an area. The AnimatedSprite subclass of Sprite cycles through texture frames for frame-based animation. Assumes familiarity with pixijs-scene-core-concepts . All sprite classes are leaf nodes; they cannot have children. Wrap multiple sprites in a Container to group them. Quick Start ...
|
2.5K |
| 3247 | pixijs-events | pixijs/pixijs-skills |
PixiJS's federated event system mirrors DOM events on the scene graph. Set container.eventMode = 'static' to opt an object in, then listen with .on() , addEventListener() , or onEventName property handlers. Move events fire only over the listening object; use globalpointermove for drag. Quick Start const button = new Sprite ( await Assets . load ( "button.png" ) ) ; button . eventMode = "static" ; button . cursor = "pointer" ; app . stage . addChild ( button ) ; button . on ( "pointertap" , ( ev...
|
2.5K |
| 3248 | gemini | steipete/clawdis |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
2.5K |
| 3249 | review-agent-setup | wshobson/agents |
review-agent-governance — Setup Gate AI agent review actions (PR reviews, comments, merges, CI edits) behind explicit human approval. Every attempt, approved or denied, produces an Ed25519-signed receipt. When to use this plugin Install it in projects where a Claude Code agent: Reviews, comments on, or merges pull requests ( gh pr review , gh pr merge ) Triages issues ( gh issue comment , gh issue close ) Publishes releases ( gh release create ) Modifies CI configuration ( .github/workflows/ , ....
|
2.5K |
| 3250 | ucp | shopify/shopify-ai-toolkit |
ucp When a buyer expresses commercial intent — wanting to find, buy, or track products — this is your toolkit. You can search across thousands of merchants via a bundled global catalog, build carts and complete checkouts against any UCP-supporting merchant, and follow up on orders. For merchants that don't support direct transactions, hand off gracefully to the merchant's own flow. How to decide what to do Buyer says... Do this "Find me X", "I need X for Y", "what's a good X under $Z" — no merch...
|
2.5K |