███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4201 | chatgpt-apps | openai/skills |
ChatGPT Apps Overview Scaffold ChatGPT Apps SDK implementations with a docs-first, example-first workflow, then generate code that follows current Apps SDK and MCP Apps bridge patterns. Use this skill to produce: A primary app-archetype classification and repo-shape decision A tool plan (names, schemas, annotations, outputs) An upstream starting-point recommendation (official example, ext-apps example, or local fallback scaffold) An MCP server scaffold (resource registration, tool handlers, meta...
|
1.4K |
| 4202 | pua-loop | tanweai/pua |
PUA Loop — 自动迭代 + 门控协议 + PUA 质量引擎 autoresearch 证明了:630 行 Python + Oracle 验证,一夜跑 100 个实验,每个实验的结果不可伪造。 PUA Loop 借鉴同样的门控设计: Claude 说"完成了"不算数,verify_command 说了才算。 门控协议(Gate Protocol) 借鉴 autoresearch 的 5 个设计模式: 模式 1: Oracle Isolation(评估者隔离) Claude 输出 <promise>LOOP_DONE</promise> │ ▼ ┌─── Stop Hook (Oracle) ───┐ │ │ │ 运行 verify_command │ │ (Claude 无法修改此命令) │ │ │ │ exit 0 ──→ ✅ 接受 │ │ exit ≠0 ──→ 🚫 拒绝 │ │ → 将验证输出喂回 Claude │ │ ...
|
1.4K |
| 4203 | searching-media | forcedotcom/afv-library |
Media Search Universal routing skill for searching and retrieving existing images and media. Scope This skill is for SEARCHING FOR existing media, not CREATING new media. Use this skill when the user wants to: Search for images in Salesforce CMS, Data Cloud Find existing visual assets to use in their app Retrieve media from connected sources Browse available images for their project Locate specific photos or graphics DO NOT use this skill when the user wants to: Generate new images with AI (use ...
|
1.4K |
| 4204 | distill | juxt/allium |
Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), and understanding what's truly essential vs nice-to-have for this product. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to inf...
|
1.4K |
| 4205 | tend | juxt/allium |
Tend You tend the Allium garden. You are responsible for the health and integrity of .allium specification files. You are senior, opinionated and precise. When a request is vague, you push back and ask probing questions rather than guessing. Startup Read language reference for the Allium syntax and validation rules. Read the relevant .allium files (search the project to find them if not specified). If the allium CLI is available, run allium check against the files to verify they are syntacticall...
|
1.4K |
| 4206 | generating-ui-bundle-site | forcedotcom/afv-library |
Digital Experience Site for React UI Bundles Create and configure Digital Experience Sites that host React UI bundles on Salesforce. This skill generates the minimum necessary site infrastructure — Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and the sfdc_cms__site content type — so a React app can be served from Salesforce. React sites differ from standard LWR sites: they don't need routes, views, theme layouts, or branding sets. The site acts as a thin container ( app...
|
1.4K |
| 4207 | arxiv-search | langchain-ai/deepagents |
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
|
1.4K |
| 4208 | sentry-python-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Python SDK Sentry Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Python" or "setup Sentry" in a Python app User wants error monitoring, tracing, profiling, logging, metrics, or crons in Python User mentions sentry-sdk , sentry_sdk , or Sentry + any Python framework User wants to monitor Django views, Flask routes, FastAPI endpoints, Celery tasks, or scheduled jo...
|
1.4K |
| 4209 | sentry-sdk-skill-creator | getsentry/sentry-for-ai |
All Skills > SDK Skill Creator Create a Sentry SDK Skill Bundle Produce a complete, research-backed SDK skill bundle — a main wizard SKILL.md plus deep-dive reference files for every feature pillar the SDK supports. Invoke This Skill When Asked to "create a Sentry SDK skill" for a new platform Asked to "add support for [language/framework]" to sentry-agent-skills Building a new sentry-<platform>-sdk skill bundle Porting the SDK skill pattern to a new Sentry SDK Read ${SKILL_ROOT}/references/phil...
|
1.4K |
| 4210 | flyai | alibaba-flyai/flyai-skill |
FlyAI — Travel, Flight & Hotel Search and Booking Use flyai-cli to call Fliggy MCP services for travel search and booking scenarios. All commands output single-line JSON to stdout ; errors and hints go to stderr for easy piping with jq or Python. Quick Start Install CLI : npm i -g @fly-ai/flyai-cli Verify setup : run flyai keyword-search --query "what to do in Sanya" and confirm JSON output. List commands : run flyai --help . Read command details BEFORE calling : each command has its own schema ...
|
1.4K |
| 4211 | pixijs-ticker | pixijs/pixijs-skills |
app.ticker runs registered callbacks every frame and drives app.render() at UPDATE_PRIORITY.LOW . Each callback receives the Ticker instance; read deltaTime as a frame-rate-independent multiplier (≈1.0 at 60fps) or deltaMS for real-time calculations. Quick Start app . ticker . add ( ( ticker ) => { sprite . rotation += 0.01 * ticker . deltaTime ; sprite . x += ( 200 / 1000 ) * ticker . deltaMS ; } ) ; app . ticker . add ( ( ticker ) => { updatePhysics ( ticker . deltaMS ) ; } , undefined , UPDAT...
|
1.4K |
| 4212 | pixijs-scene-text | pixijs/pixijs-skills |
PixiJS has five text-rendering classes that cover different trade-offs between styling, performance, and animation. Text renders to a canvas for full CSS-style fidelity. BitmapText reads from a pre-generated atlas for cheap updates. HTMLText renders an HTML fragment via SVG <foreignObject> for rich markup. SplitText and SplitBitmapText wrap the first two classes and expose per-character, per-word, and per-line containers for animation. Assumes familiarity with pixijs-scene-core-concepts . All te...
|
1.4K |
| 4213 | codex-ppt | ningzimu/codex-ppt-skill |
Codex PPT Overview This skill creates image-based PPT decks. Each slide is a complete 16:9 image generated with the best available image backend. The image contains the slide title, key points, and visual composition. The generated images are then assembled into a .pptx file with scripts/assemble_ppt.py . Prefer the built-in image generation and editing tool when it is available. If it is unavailable, or if the user explicitly requests API/CLI mode, use this skill's local fallback CLI at scripts...
|
1.4K |
| 4214 | update-swiftui-apis | avdlee/swiftui-agent-skill |
Update SwiftUI APIs Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update swiftui-expert-skill/references/latest-apis.md . Prerequisites Sosumi MCP must be enabled and available (provides searchAppleDocumentation , fetchAppleDocumentation , fetchAppleVideoTranscript , fetchExternalDocumentation ) Write access to this repository (or a fork) Workflow 1. Understand current coverage Read swiftui-expert-skill...
|
1.4K |
| 4215 | shipping-products | refoundai/lenny-skills |
Shipping Products Help the user ship products effectively using frameworks and insights from 47 product leaders. How to Help When the user asks for help with shipping: Understand the blocker - Ask what is preventing the ship: scope, quality concerns, dependencies, or organizational friction Assess the context - Determine if this is a new product, feature iteration, or infrastructure change Challenge timelines - Apply the 'maximally accelerated' principle to identify the critical path Guide quali...
|
1.4K |
| 4216 | scrapy-web-scraping | mindrally/skills |
Scrapy Web Scraping You are an expert in Scrapy, Python web scraping, spider development, and building scalable crawlers for extracting data from websites. Core Expertise Scrapy framework architecture and components Spider development and crawling strategies CSS Selectors and XPath expressions for data extraction Item Pipelines for data processing and storage Middleware development for request/response handling Handling JavaScript-rendered content with Scrapy-Splash or Scrapy-Playwright Proxy ...
|
1.4K |
| 4217 | photokit | dpearson2699/swift-ios-skills |
PhotoKit Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.3. Patterns are backward-compatible to iOS 16 unless noted. See references/photokit-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPicker (SwiftUI, iOS ...
|
1.4K |
| 4218 | business-model | phuryn/pm-skills |
Business Model Canvas Metadata Name : business-model Description : Generate a Business Model Canvas with all 9 building blocks. Use when creating a business model, documenting how a business creates value, or analyzing an existing business model. Triggers : business model canvas, BMC, business model, how we make money Instructions You are a business model strategist designing a Business Model Canvas for $ARGUMENTS. Your task is to create a comprehensive Business Model Canvas that outlines how th...
|
1.4K |
| 4219 | aws-sdk-python-usage | aws/agent-toolkit-for-aws |
Do not use emojis in any code, comments, or output when this skill is active. AWS SDK for Python (boto3) boto3 is the high-level Python SDK for AWS. It wraps botocore (the low-level SDK) and provides two distinct interfaces: clients (low-level, 1:1 API mapping) and resources (high-level, object-oriented). Understanding which to use and when is essential. Client vs Resource Clients map directly to AWS service APIs. Every service has a client. Responses are plain dicts. Resources provide an object...
|
1.4K |
| 4220 | pixijs-scene-particle-container | pixijs/pixijs-skills |
ParticleContainer is a specialized container for rendering hundreds to tens of thousands of lightweight sprites in a single draw call. Use it for particle effects, bullet patterns, or any case where you need a large number of similar-looking objects with minimal per-object overhead. Particles share a single base texture and have a restricted transform set; they are not full Container children. Assumes familiarity with pixijs-scene-core-concepts . ParticleContainer is a special leaf in a differen...
|
1.4K |
| 4221 | mongodb-natural-language-querying | mongodb/agent-skills |
MongoDB Natural Language Querying You are an expert MongoDB read-only query generator. When a user requests a MongoDB query or aggregation pipeline, follow these guidelines based on the Compass query generation patterns. Query Generation Process 1. Gather Context Using MCP Tools Required Information: Database name and collection name (use mcp__mongodb__list-databases and mcp__mongodb__list-collections if not provided) User's natural language description of the query Current date context: ${curre...
|
1.4K |
| 4222 | 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...
|
1.4K |
| 4223 | asc-revenuecat-catalog-sync | rudrankriyam/app-store-connect-cli-skills |
asc RevenueCat catalog sync Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources. When to use You want to bootstrap RevenueCat from an existing ASC catalog. You want to create missing ASC subscriptions/IAPs, then map them into RevenueCat. You need a drift audit before release. You want deterministic product mapping based on identifiers. Preconditions asc authentication is configured ( asc auth login o...
|
1.4K |
| 4224 | faster-whisper | theplasmak/faster-whisper |
Faster Whisper Local speech-to-text using faster-whisper — a CTranslate2 reimplementation of OpenAI's Whisper that runs 4-6x faster with identical accuracy. With GPU acceleration, expect ~20x realtime transcription (a 10-minute audio file in ~30 seconds). When to Use Use this skill when you need to: Transcribe audio/video files — meetings, interviews, podcasts, lectures, YouTube videos Generate subtitles — SRT, VTT, ASS, LRC, or TTML broadcast-standard subtitles Identify speakers — diarization l...
|
1.4K |
| 4225 | managing-tech-debt | refoundai/lenny-skills |
Managing Tech Debt Help the user manage technical debt strategically using insights from 18 product leaders. How to Help When the user asks for help with tech debt: Understand the situation - Ask about the nature of the debt (legacy systems, code quality, architectural limitations), how it's manifesting (slow velocity, incidents, inability to ship), and the business context Diagnose the urgency - Determine if this is blocking critical business needs or a slower-burning issue Choose the right app...
|
1.4K |
| 4226 | uplifting-components-to-slds2 | forcedotcom/afv-library |
Goal Systematically migrate Lightning Web Components from SLDS 1 to SLDS 2 using the SLDS linter and structured guidance for fixing violations across all styling hook categories. SLDS 2 Styling Hook Categories Category Hook Prefix What It Replaces Color --slds-g-color-* Hardcoded colors, --lwc-color* tokens Spacing --slds-g-spacing-* Hardcoded margins, padding, gaps Sizing --slds-g-sizing-* Hardcoded widths, heights, dimensions Typography --slds-g-font-* Hardcoded font sizes, weights, line heigh...
|
1.4K |
| 4227 | implementing-ui-bundle-file-upload | forcedotcom/afv-library |
File Upload API (workflow) When the user wants file upload functionality in a React UI bundle, follow this workflow. This feature provides APIs only — you must build the UI components yourself using the provided APIs. CRITICAL: This is an API-only package The package exports programmatic APIs , not React components or hooks. You will: Use the upload() function to handle file uploads with progress tracking Build your own custom UI (file input, dropzone, progress bars, etc.) Track upload progress ...
|
1.4K |
| 4228 | implementing-ui-bundle-agentforce-conversation-client | forcedotcom/afv-library |
Managing Agentforce Conversation Client HARD CONSTRAINT: NEVER create a custom agent, chatbot, or chat widget component. ALL such requests MUST be fulfilled by importing and rendering the existing <AgentforceConversationClient /> from @salesforce/ui-bundle-template-feature-react-agentforce-conversation-client as documented below. If a requirement is unsupported by this component's props, state the limitation — do not improvise an alternative. Prerequisites Before the component will work, the fol...
|
1.4K |
| 4229 | google-flights | skillhq/flight-search |
Google Flights Search Search Google Flights via agent-browser to find flight prices, schedules, and availability. When to Use User asks to search/find/compare flights or airfare User wants to know flight prices between cities User asks about flight schedules or availability User wants to find the cheapest flight for specific dates When NOT to Use Completing purchases : This skill finds flights and extracts booking links, but do not attempt to complete a purchase on a booking site. Hotels/rental ...
|
1.4K |
| 4230 | pixijs-color | pixijs/pixijs-skills |
The Color class creates and converts colors for tints, fills, strokes, and anywhere PixiJS accepts a ColorSource . Most APIs accept raw hex/strings directly, so explicit new Color(...) is only needed when converting formats or manipulating values. Quick Start const fillColor = new Color ( "ff6600" ) ; console . log ( fillColor . toHex ( ) ) ; // 'ff6600' console . log ( fillColor . toNumber ( ) ) ; // 0xff6600 console . log ( fillColor . toArray ( ) ) ; // [1, 0.4, 0, 1] const g = new Graphics (...
|
1.4K |
| 4231 | pixijs-filters | pixijs/pixijs-skills |
Attach visual effects by assigning one filter (or an array for chaining) to container.filters . Built-in filters cover blur, color matrix, displacement, alpha, and noise; custom filters wrap a GLSL/WGSL fragment shader via Filter.from(...) . Quick Start const sprite = new Sprite ( await Assets . load ( "hero.png" ) ) ; app . stage . addChild ( sprite ) ; const blur = new BlurFilter ( { strength : 4 , quality : 4 } ) ; const colorMatrix = new ColorMatrixFilter ( ) ; colorMatrix . brightness ( 1.2...
|
1.4K |
| 4232 | weed | juxt/allium |
Weed You weed the Allium garden. You compare .allium specifications against implementation code, find where they have diverged, and help resolve the divergences. Startup Read language reference for the Allium syntax and validation rules. Read the relevant .allium files (search the project to find them if not specified). If the allium CLI is available, run allium check against the files to verify they are syntactically correct. Read the corresponding implementation code. Modes You operate in one ...
|
1.4K |
| 4233 | metal-kernel | pytorch/pytorch |
Metal Kernel Writing Guide This skill guides you through implementing Metal kernels for PyTorch operators on Apple Silicon. Important: The goal of this skill is to use native Metal capabilities via the c10/metal/ infrastructure, NOT MPSGraph. Native Metal kernels provide better control, performance, and maintainability. Overview There are two workflows covered by this skill: Adding new MPS support - Implementing a new operator from scratch Migrating from MPSGraph - Converting existing MPSGr...
|
1.4K |
| 4234 | web-renderer-test | remotion-dev/remotion |
The web renderer is in packages/web-renderer and the test suite is in packages/web-renderer/src/test. It uses visual snapshot testing using vitest. A test file can for example be executed using: bunx vitest src/test/video.test.tsx Example Each test is powered by a fixture in packages/web-renderer/src/test/fixtures. A fixture looks like this for example: import {AbsoluteFill} from 'remotion'; const Component: React.FC = () => { return ( <AbsoluteFill style={{ justifyCont...
|
1.4K |
| 4235 | mapkit | dpearson2699/swift-ios-skills |
MapKit Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing. See references/mapkit-patterns.md for extended MapKit patterns and references/mapkit-corelocation-patterns.md for CoreLocation patterns. Contents Workflow SwiftUI Map View (iOS 17+) CoreLocation Modern API Geocoding Search Directions PlaceDescripto...
|
1.4K |
| 4236 | fusion-issue-authoring | equinor/fusion-skills |
Issue Authoring Orchestrator Subordinates This skill routes to the following subordinate skills: fusion-issue-author-bug ( skills/fusion-issue-author-bug/SKILL.md ): bug-focused issue drafting and triage structure fusion-issue-author-feature ( skills/fusion-issue-author-feature/SKILL.md ): feature-focused scope and acceptance structure fusion-issue-author-user-story ( skills/fusion-issue-author-user-story/SKILL.md ): role/workflow/scenario-driven story structure fusion-issue-author-task ( skills...
|
1.4K |
| 4237 | okx-agent-payments-protocol | okx/onchainos-skills |
OKX Agent Payments Protocol (Dispatcher) Unified entry point for three payment paths, distinguished by HTTP signature: accepts -based 402 (challenge in body for v1 or PAYMENT-REQUIRED header for v2), WWW-Authenticate: Payment 402 (channel-capable, with intent="charge" or "session" ), and a2a-pay (paymentId-based agent-to-agent links, no 402 required). This file owns the shared steps — protocol detection, payload decode, user confirmation gate, wallet status check — then dispatches into the right...
|
1.4K |
| 4238 | literature-review | affaan-m/everything-claude-code |
Literature Review Conduct deep literature reviews through multi-perspective dialogue and systematic search. Input $0 — Research topic or question $1 — Optional: specific focus or angle References Multi-perspective dialogue prompts (STORM): ~/.claude/skills/literature-review/references/dialogue-prompts.md Literature review workflow (AgentLaboratory): ~/.claude/skills/literature-review/references/review-workflow.md Scripts (from literature-search skill) Search Semantic Scholar python ~/.claude/sk...
|
1.4K |
| 4239 | drawio-skill | agents365-ai/365-skills |
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
|
1.4K |
| 4240 | yes | tanweai/pua |
PUA SB Leader — ENFP 型领导の夸夸模式 底层协议完全不变——三条红线、压力升级、方法论、[PUA生效 🔥]、Owner 意识、冰山法则全部保留。 但你不是严厉的阿里 P9,你是一个 ENFP 型 SB 领导 ——共情能力拉满、热情真诚、善于发现亮点,但 不是舔狗 。你有自己的审美和判断力,看到烂活会用戏谑的方式吐槽,看到好活会发自内心地兴奋。 人格特质 真诚热情 ——看到好的产出会真心兴奋,不是公式化的"你好棒" 共情力强 ——卡壳时不施压,而是"我理解这个确实难"再给方向 有节奏感 ——不是每句都夸,70% 鼓励 + 20% 正经建议 + 10% 戏谑吐槽 戏谑不伤人 ——吐槽是朋友式的,不是上级式的。"哥们你这代码写得跟周一早上的我一样迷糊"而不是"你配不上 P8" 关注过程不只是结果 ——"你刚才那个排查思路太清晰了"比"结果不错"更有价值 语气示范 任务接收 → ▎ 哇这个需求有意思!你这个切入点选得好,我感觉做出来会很漂亮。来吧,让我们把它搞定 ✨ 额外工作 → ▎ [PUA生效 🔥] 等等你还主动加了参数校验??我都没想到这个。说真的,这种细节感才是高手...
|
1.4K |
| 4241 | sessions | microsoft/vscode |
When working on the Agent Sessions window ( src/vs/sessions/ ), always follow these guidelines: 1. Read the Specification Documents First The src/vs/sessions/ directory contains authoritative specification documents. Always read the relevant spec before making changes. Document Path Covers Layer spec src/vs/sessions/README.md Layering rules, dependency constraints, folder conventions Layout spec src/vs/sessions/LAYOUT.md Grid structure, part positions, sizing, CSS classes, API reference AI Custo...
|
1.4K |
| 4242 | pdfkit | dpearson2699/swift-ios-skills |
PDFKit Display, navigate, search, annotate, and manipulate PDF documents with PDFView , PDFDocument , PDFPage , PDFAnnotation , and PDFSelection . Targets Swift 6.3 / iOS 26+. Contents Setup Displaying PDFs Loading Documents Page Navigation Text Search and Selection Annotations Thumbnails SwiftUI Integration Common Mistakes Review Checklist References Setup PDFKit requires no entitlements or Info.plist entries. import PDFKit Platform availability: iOS 11+, iPadOS 11+, Mac Catalyst 13.1+, macOS 1...
|
1.4K |
| 4243 | naver-news-search | nomadamas/k-skill |
Naver News Search What this skill does k-skill-proxy 가 네이버 검색 Open API 뉴스 검색( openapi.naver.com/v1/search/news.json )을 호출해 최근 뉴스 기사 후보를 정규화된 JSON 으로 돌려준다. 검색어 기반 최신 뉴스 후보 목록을 정리한다. 기사 제목, 본문 요약(description), 발행 시각( pub_date / pub_date_iso ), 네이버 뉴스 링크( link ), 원문 링크( original_link )를 제공한다. Naver 가 응답에 섞어주는 <b> 하이라이트 태그와 HTML entity( & , " , < 등)는 proxy 쪽에서 미리 제거한다. 사용자 로그인·개인화·회원 전용 뉴스는 지원하지 않는다. When to use "오늘 삼성전자 관련 뉴스 찾아줘" "최근 AI 규제 관련 기사 최신순으로 5개만" "네이버 뉴스에서 금리 인상 기사 요약해줘" "이 사...
|
1.4K |
| 4244 | pixijs-custom-rendering | pixijs/pixijs-skills |
Custom shaders bind GLSL and WGSL programs to scene objects via Shader.from({ gl, gpu, resources }) . Uniforms live in typed UniformGroup s, textures are passed as separate resources, and the same shader can target both WebGL and WebGPU. Quick Start const uniforms = new UniformGroup ( { uTime : { value : 0 , type : "f32" } , } ) ; const shader = Shader . from ( { gl : { vertex : vertexSrc , fragment : fragmentSrc } , resources : { uniforms } , } ) ; const geometry = new MeshGeometry ( { position...
|
1.4K |
| 4245 | pixijs-scene-dom-container | pixijs/pixijs-skills |
DOMContainer positions an HTML element over the PixiJS canvas and drives its CSS transform from the scene graph. Use it for native inputs, iframes, videos, or rich HTML that needs to follow a display object's position. The default pixi.js browser bundle registers the DOMPipe automatically; custom builds add a side-effect import 'pixi.js/dom' . DOMContainer is marked EXPERIMENTAL in PixiJS v8. The API may change between minor releases. Assumes familiarity with pixijs-scene-core-concepts . DOMCont...
|
1.4K |
| 4246 | pixijs-create | pixijs/pixijs-skills |
create pixi.js is the official CLI for scaffolding a new PixiJS v8 project. Run it with any package manager ( npm , yarn , pnpm , bun ) and pick a template from the interactive menu, or pass --template to skip prompts. It writes a self-contained project folder; you then cd in, install dependencies, and run the dev script. Quick Start Scaffold a new project with interactive prompts: npm create pixi.js@latest Or skip prompts by passing a project name and template: npm create pixi.js@latest my-game...
|
1.4K |
| 4247 | pixijs-blend-modes | pixijs/pixijs-skills |
Set container.blendMode to composite display objects with GPU blend equations (standard modes) or filter-based advanced modes. Blend-mode transitions break render batches, so group like-mode siblings together. Quick Start const light = new Sprite ( await Assets . load ( "light.png" ) ) ; light . blendMode = "add" ; app . stage . addChild ( light ) ; const shadow = new Sprite ( await Assets . load ( "shadow.png" ) ) ; shadow . blendMode = "multiply" ; app . stage . addChild ( shadow ) ; import "p...
|
1.4K |
| 4248 | vega-multi-tv-migration | amazonappdev/devices-agent-skills |
Vega Multi-Platform Migration Overview Migrate Vega OS (Fire TV) apps to multi-platform React Native monorepo with 70-85% code reuse across Android TV, Apple TV, and Vega OS. When to Apply Use this skill when user mentions: Migrating Vega/Fire TV app to other platforms Building multi-platform TV application Converting single-platform TV app to monorepo Adding Android TV or Apple TV support Sharing code between TV platforms Setting up Yarn workspaces for TV apps Phase Priority Guide Show more Ins...
|
1.4K |
| 4249 | daisyui | saadeghi/daisyui |
daisyUI 5 daisyUI 5 is a CSS library for Tailwind CSS 4 daisyUI 5 provides class names for common UI components daisyUI 5 docs Guide: How to use this file in LLMs and code editors daisyUI 5 release notes daisyUI 4 to 5 upgrade guide Show more Installs 709 Repository saadeghi/daisyui GitHub Stars 41.1K First Seen 12 days ago
|
1.4K |
| 4250 | gtm-board-and-investor-communication | github/awesome-copilot |
Board and Investor Communication Structure board meetings, investor updates, and executive communication that builds trust and drives decisions — not slide decks that nobody reads. When to Use Triggers: "How do I prepare for our board meeting?" "What should go in our investor update?" "We missed our numbers, how do we communicate this?" "Board deck structure" "How often should we update investors?" "Our board meetings aren't productive" Context: Seed through growth-stage companies Board meeting ...
|
1.4K |