███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5401 | korean-marathon-schedule | nomadamas/k-skill |
Korean Marathon Schedule What this skill does 한국 마라톤/러닝 대회 일정을 조회하고, 가능한 경우 대한철인3종협회 공개 일정에서 철인3종 대회도 함께 확인한다. 응답에는 최소한 아래 필드를 포함한다. 대회명 개최일 장소/지역 신청 마감일 또는 접수 기간 종목/코스(예: Half, 10km, 5km, 스탠다드) 공식/상세 링크 조회 시점 기준 정보라는 주의 문구 When to use Show more
|
2.4K |
| 5402 | app-sdk-concepts | grafana/skills |
Grafana App SDK Concepts The grafana-app-sdk is a CLI and Go library for building schema-centric applications on the Grafana App Platform. Apps define resource types using CUE schemas ("kinds"), generate Go and TypeScript code from those schemas, and implement business logic via admission control (ingress validation/mutation) and reconcilers (async processing). Prerequisites Install the CLI: go install github.com/grafana/grafana-app-sdk/cmd/grafana-app-sdk@latest Verify installation: grafana-app...
|
2.4K |
| 5403 | admission-control | grafana/skills |
Admission Control Admission control intercepts resource create/update requests before they are persisted. In grafana-app-sdk there are two types: Validation — accept or reject a request; cannot modify the resource Mutation — modify the resource before it is persisted (e.g. set defaults, normalize fields) The app business logic for admission is identical whether the app runs as a standalone operator or inside grafana/apps . The only difference is the runtime: standalone apps stand up their own we...
|
2.4K |
| 5404 | k6-docs | grafana/skills |
k6 Documentation Document or review k6 features across three repositories: k6-DefinitelyTyped (TypeScript types), k6-docs (user documentation), and k6 (release notes). Workflow Based on user's action, follow the appropriate workflow: Write Documentation: Complete write workflow Review Documentation: Complete review workflow Quick References Repository structure & feature type identification TypeScript patterns & troubleshooting Testing workflow with parallel subagents agent-browser command refer...
|
2.4K |
| 5405 | homekit | dpearson2699/swift-ios-skills |
HomeKit Control home automation accessories and commission Matter devices. HomeKit manages the home/room/accessory model, action sets, and triggers. MatterSupport handles device commissioning into your ecosystem. Targets Swift 6.3 / iOS 26+. Contents Setup HomeKit Data Model Managing Accessories Reading and Writing Characteristics Action Sets and Triggers Matter Commissioning MatterAddDeviceExtensionRequestHandler Common Mistakes Review Checklist References Setup HomeKit Configuration Enable the...
|
2.4K |
| 5406 | scenekit | dpearson2699/swift-ios-skills |
SceneKit Apple's high-level 3D rendering framework for building scenes and visualizations on iOS using Swift 6.3. Provides a node-based scene graph, built-in geometry primitives, physically based materials, lighting, animation, and physics. Deprecation notice (WWDC 2025): SceneKit is officially deprecated across all Apple platforms and is now in maintenance mode (critical bug fixes only). Existing apps continue to work. For new projects or major updates, Apple recommends RealityKit. See WWDC 202...
|
2.4K |
| 5407 | arize-trace | arize-ai/arize-skills |
Arize Trace 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 . Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual s...
|
2.4K |
| 5408 | mantine-combobox | mantinedev/skills |
Mantine Combobox Skill Overview Combobox provides low-level primitives for building any select-like UI. The built-in Select , Autocomplete , and TagsInput components are all built on top of it. Core Workflow 1. Create the store const combobox = useCombobox ( { onDropdownClose : ( ) => combobox . resetSelectedOption ( ) , onDropdownOpen : ( ) => combobox . selectFirstOption ( ) , } ) ; 2. Render structure < Combobox store = { combobox } onOptionSubmit = { handleSubmit } > < Combobox.Target > < In...
|
2.4K |
| 5409 | reconciler-logic | grafana/skills |
Reconciler Logic Reconcilers provide the asynchronous business logic layer of a grafana-app-sdk app. When a resource is created, updated, or deleted, the SDK enqueues a reconcile event. The reconciler's job is to observe the current state of the resource and take whatever actions are needed to drive the system toward the desired state. Reconcilers run asynchronously after a resource has been persisted — they are distinct from admission handlers, which run synchronously on ingress. Getting Stubs ...
|
2.4K |
| 5410 | cue-kind-definition | grafana/skills |
CUE Kind Definition Kinds are the schema definitions that drive the entire grafana-app-sdk code generation pipeline. Each kind describes a Kubernetes-style resource type: its name, versions, and per-version schema. All Go types, TypeScript types, API clients, CRD manifests, and the AppManifest are generated from these CUE files. Adding a Kind Use the CLI to scaffold a kind before editing: grafana-app-sdk project kind add < KindName > --overwrite This creates a .cue file with scaffolding, field c...
|
2.4K |
| 5411 | codex-history-ingest | ar9av/obsidian-wiki |
Codex History Ingest — Conversation Mining You are extracting knowledge from the user's past Codex sessions and distilling it into the Obsidian wiki. Session logs are rich but noisy: focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest codex ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and CODEX_HISTORY_PATH (default to ~/.codex if unset) Read .manifest.json at the vault root to check wh...
|
2.4K |
| 5412 | accessorysetupkit | dpearson2699/swift-ios-skills |
AccessorySetupKit Privacy-preserving accessory discovery and setup for Bluetooth and Wi-Fi devices. Replaces broad Bluetooth/Wi-Fi permission prompts with a system-provided picker that grants per-accessory access with a single tap. Available iOS 18+ / Swift 6.3. After setup, apps continue using CoreBluetooth and NetworkExtension for communication. AccessorySetupKit handles only the discovery and authorization step. Contents Setup and Entitlements Discovery Descriptors Presenting the Picker Event...
|
2.4K |
| 5413 | seoul-density | nomadamas/k-skill |
Seoul Density What this skill does 서울 실시간 도시데이터 API(data.seoul.go.kr)를 호출해 121개 핫스팟의 현재 혼잡도 단계 (여유 / 보통 / 약간 붐빔 / 붐빔)와 추정 인구 범위 를 반환한다. 데이터는 KT·SKT 통신 신호 기반 추계치이며, 5분 주기로 갱신되나 호출 시점 기준 약 15분 전 값이다. When to use "지금 강남역 얼마나 붐벼?" "홍대 지금 인파 어때?" "명동 지금 사람 많아?" "여의도한강공원 지금 여유로워?" Prerequisites 별도 API 키 발급 없이 그대로 쓸 수 있다. 모든 호출은 k-skill-proxy 경유 다. Show more
|
2.4K |
| 5414 | grafana-scenes | grafana/skills |
@grafana/scenes Framework Build reactive, data-driven Grafana plugin pages with declarative scene objects. Core Concepts Scenes composes a tree of objects: SceneApp → SceneAppPage → EmbeddedScene → layouts → panels. Each node can own data ( $data ), variables ( $variables ), time ranges ( $timeRange ), and behaviors ( $behaviors ) that propagate down the tree. Quick Start: New Scene Page 1. Create the scene file // src/components/scenes/MyFeature/scene.tsx import { EmbeddedScene , SceneFlexLayou...
|
2.4K |
| 5415 | design-review | nexu-io/open-design |
This skill runs a structured design review of what has been built, measured against the design brief and the chosen aesthetic philosophy. CRITICAL — Visual Screenshot Capture You MUST capture screenshots of the running application as part of every design review. Code review alone is insufficient — you need to see what the user sees. Follow the screenshot capture protocol in Step 3 below. This is not optional. Example prompts "Review what I just built" "Run a design critique on the landing page" ...
|
2.4K |
| 5416 | plugin-bundle-size | grafana/skills |
Grafana plugin bundle size optimisation module.js is the render-blocking entry point for every Grafana app plugin. The smaller it is, the less impact the plugin has on Grafana's overall startup time. A well-split plugin should have a module.js under ~200 KB that contains nothing but lazy-loaded wrappers — all feature code loads on demand. Target: ~15–25 JS chunks total. Fewer means too little splitting; far more (50+) means over-engineering. Risk levels Not all splitting opportunities carry the ...
|
2.4K |
| 5417 | react-19-plugin-migration | grafana/skills |
Migrate Grafana Plugin to React 19 Grafana 13 (April 2026) moves from React 18 to React 19. Incompatible plugins will break. Do not upgrade React to 19 — only make forward-compatible changes. All changes go in one PR . Execute steps in order. Never manually edit yarn.lock . Step 1: Detect plugin context Show more
|
2.4K |
| 5418 | 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...
|
2.4K |
| 5419 | callkit | dpearson2699/swift-ios-skills |
CallKit Build VoIP calling features that integrate with the native iOS call UI using CallKit and PushKit. Covers incoming/outgoing call flows, VoIP push registration, audio session coordination, and call directory extensions. Targets Swift 6.3 / iOS 26+. Contents Setup Provider Configuration Incoming Call Flow Outgoing Call Flow PushKit VoIP Registration Audio Session Coordination Call Directory Extension Common Mistakes Review Checklist References Setup Project Configuration Enable the Voice ov...
|
2.4K |
| 5420 | financekit | dpearson2699/swift-ios-skills |
FinanceKit Access financial data from Apple Wallet including Apple Card, Apple Cash, and Apple Card Savings. FinanceKit provides on-device, offline access to accounts, balances, and transactions with user-controlled authorization. Targets Swift 6.3 / iOS 26+. Query APIs are available from iOS 17.4; background delivery requires iOS 26. Contents Setup and Entitlements Data Availability Authorization Querying Accounts Account Balances Querying Transactions Long-Running Queries and History Transacti...
|
2.4K |
| 5421 | standup | thedotmack/claude-mem |
/standup If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a standup update by pulling together recent activity across your tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ STANDUP │ ├─────────────────────────────────────────────────────────────────┤ │ STANDALONE (always works) │ │ ✓ Tell me what you w...
|
2.4K |
| 5422 | ticket-availability | nomadamas/k-skill |
Ticket Availability What this skill does YES24 ( ticket.yes24.com ) 와 인터파크 ( tickets.interpark.com ) 의 공개 BFF JSON / Ajax endpoint 를 단일 HTTP 요청으로 호출해 공연 일정과 등급별 잔여석 수를 정규화한다. 공연 URL 또는 platform:id 표기로 입력을 받는다. 일정 (날짜·시간·회차) 조회. 등급별 잔여석 수 조회 (등급명, 잔여수, YES24의 경우 노출가). 좌석맵 / 좌석 선택 / 예매 / 결제 / 로그인 세션 접근은 하지 않는다. CloakBrowser, Playwright, fingerprint spoofing, CAPTCHA 우회를 사용하지 않는다 ( httpx only). When to use "오늘 인터파크 ○○ 공연 잔여석 있어?" "YES24 콘서트 ID 58026 일정 알려줘" "이 공연 R석 몇 자리 남았어?" "공연 URL 줄게, 회차별 잔여석 확...
|
2.4K |
| 5423 | benchmark-methodology | affaan-m/ecc |
Benchmark Methodology Use this skill to turn a scoped competitor set into comparable, defensible scores . Each competitor is assessed on the same nine dimensions, with explicit 1–5 rubrics, then captured in a uniform profile card. Consistency is the point: scores are only useful if the same evidence would earn the same number for any competitor. When to Activate A scoped, tiered competitor set from competitive-platform-analysis is ready to score. Need comparable, evidence-anchored scores across ...
|
2.4K |
| 5424 | vendor-review | anthropics/knowledge-work-plugins |
/vendor-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Evaluate a vendor with structured analysis covering cost, risk, performance, and fit. Usage /vendor-review $ARGUMENTS What I Need From You Vendor name : Who are you evaluating? Context : New vendor evaluation, renewal decision, or comparison? Details : Contract terms, pricing, proposal document, or current performance data Evaluation Framework Cost Analysis (Total Cost of Ownership) ...
|
2.4K |
| 5425 | capacity-plan | anthropics/knowledge-work-plugins |
/capacity-plan If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze team capacity and plan resource allocation. Usage /capacity-plan $ARGUMENTS What I Need From You Team size and roles : Who do you have? Current workload : What are they working on? (Upload from project tracker or describe) Upcoming work : What's coming next quarter? Constraints : Budget, hiring timeline, skill requirements Planning Dimensions People Available headcount and sk...
|
2.4K |
| 5426 | adattributionkit | dpearson2699/swift-ios-skills |
AdAttributionKit Privacy-preserving ad attribution for iOS 17.4+ / Swift 6.3. AdAttributionKit lets ad networks measure conversions (installs and re-engagements) without exposing user-level data. It supports the App Store and alternative marketplaces, and interoperates with SKAdNetwork. Three roles exist in the attribution flow: the ad network (signs impressions, receives postbacks), the publisher app (displays ads), and the advertised app (the app being promoted). Contents Overview and Privacy ...
|
2.4K |
| 5427 | sentiment-analysis | phuryn/pm-skills |
Sentiment Analysis Purpose Analyze large-scale user feedback data to identify market segments, measure satisfaction, and uncover product improvement opportunities. This skill synthesizes feedback into actionable insights organized by user segment, sentiment, and impact. Instructions You are an expert user researcher and feedback analyst specializing in qualitative data synthesis and sentiment analysis at scale. Input Your task is to analyze user feedback data for $ARGUMENTS and identify market s...
|
2.4K |
| 5428 | paperkit | dpearson2699/swift-ios-skills |
PaperKit Beta-sensitive. PaperKit is new in iOS/iPadOS 26, macOS 26, and visionOS 26. API surface may change. Verify details against current Apple documentation before shipping. PaperKit provides a unified markup experience — the same framework powering markup in Notes, Screenshots, QuickLook, and Journal. It combines PencilKit drawing with structured markup elements (shapes, text boxes, images, lines) in a single canvas managed by PaperMarkupViewController . Requires Swift 6.3 and the iOS 26+ S...
|
2.4K |
| 5429 | passkit | dpearson2699/swift-ios-skills |
PassKit Accept Apple Pay payments for physical goods and services, and add passes to the user's Wallet. Covers payment buttons, payment requests, authorization, Wallet passes, and merchant configuration. Targets Swift 6.3 / iOS 26+. Contents Setup Displaying the Apple Pay Button Creating a Payment Request Presenting the Payment Sheet Handling Payment Authorization Wallet Passes Checking Pass Library Common Mistakes Review Checklist References Setup Project Configuration Enable the Apple Pay capa...
|
2.4K |
| 5430 | mcp-vods | aahl/skills |
追剧/追番技能 通过 npx -y mcporter 连接 mcp-vods 在多个源站中搜索影视、动漫、短剧、综艺等节目信息或更新进度。 并支持通过配置可选的电视IP环境变量,实现投屏到电视上播放。 搜索工具 该工具需要在多个源站搜索,比较耗时,需要更多的超时时间,如果遇到超时,可以重新尝试。 npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" page=2 小米电视投屏工具 需要配置环境变量 MITV_LOCAL_IP 或 MITV_LIST_CFG 才能使用此工具。 npx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url="影视URL" addr="小米电视IP" 安卓电视投屏工具 需要配置环境变量 TVBOX_LOCAL_IP 或 TVBOX_LIST_CFG 并在电视上安装Tv...
|
2.4K |
| 5431 | mcp-deepwiki | aahl/skills |
DeepWiki The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin). MCP Server URL : https://mcp.deepwiki.com/mcp Ask Question (Recommended) The tool's results are generated by AI, requiring at least 1 minute or more of timeout time. npx -y mcporter call "${MCP_URL}.ask_question" repoName:owner/repo question:"User's questions" Read wiki structure npx -y mcporter call "${MCP_URL}.read_wiki_structure" repoName:owner/repo ...
|
2.4K |
| 5432 | frontend-skill | nexu-io/open-design |
frontend-skill Curated from OpenAI's skills repository. What it does Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook. Source Upstream: https://github.com/openai/skills Category: design-systems 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 upstream bundle into...
|
2.4K |
| 5433 | slack-cli | paymog/slack-cli |
Slack CLI Invoke the slack-cli binary (install via brew install paymog/tap/slack-cli ). Source of truth is paymog/slack-cli . It wraps the korotovsky/slack-mcp-server engine for behavior, but prints JSON by default (the underlying MCP server emits CSV) so output pipes cleanly into jq . Output Every command prints JSON by default . List/table commands (channels, messages, users, saved items, user groups) emit a JSON array of objects, so pipe straight into jq : slack-cli channels list | jq -r '.[]...
|
2.4K |
| 5434 | aiq-deploy | nvidia/skills |
AIQ Deploy Skill Purpose Use this skill to get a local or self-hosted NVIDIA AI-Q Blueprint server running and verified for use by aiq-research . This skill owns setup, deployment, operational checks, troubleshooting, and shutdown. It does not run deep research itself. After deployment is healthy, hand off the verified server URL to aiq-research . The workflow stays explicit so deployment validation and handoff are repeatable across supported agent clients. Prerequisites Users need: Show more In...
|
2.4K |
| 5435 | audioaccessorykit | dpearson2699/swift-ios-skills |
AudioAccessoryKit Automatic audio switching and intelligent audio routing for third-party audio accessories. Enables companion apps to register audio accessories with the system, report device placement, and declare capabilities so the system can seamlessly switch audio output. Available iOS 26.4+ / Swift 6.3. Beta-sensitive. AudioAccessoryKit is new in iOS 26.4 and may change before GM. Re-check current Apple documentation before relying on specific API details. AudioAccessoryKit builds on top ...
|
2.4K |
| 5436 | cryptotokenkit | dpearson2699/swift-ios-skills |
CryptoTokenKit Access security tokens and the cryptographic assets they store using the CryptoTokenKit framework. Covers token driver extensions, smart card communication, token sessions, keychain integration, and certificate-based authentication. Targets Swift 6.3. Platform availability: CryptoTokenKit is primarily a macOS framework. Smart card reader access ( TKSmartCard , TKSmartCardSlotManager ) requires macOS. Token extension APIs ( TKTokenDriver , TKToken , TKTokenSession ) are macOS-only....
|
2.4K |
| 5437 | react-three-fiber | freshtechbro/claudedesignskills |
React Three Fiber Overview React Three Fiber (R3F) is a React renderer for Three.js that brings declarative, component-based 3D development to React applications. Instead of imperatively creating and managing Three.js objects, you build 3D scenes using JSX components that map directly to Three.js objects. When to Use This Skill : Building 3D experiences within React applications Creating interactive product configurators or showcases Developing 3D portfolios, galleries, or storytelling experienc...
|
2.4K |
| 5438 | spring-boot-crud-patterns | giuseppe-trisciuoglio/developer-kit |
Spring Boot CRUD Patterns Overview Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure. When to Use Implement REST endpoints for create/read/update/delete workflows backed by Spring Data JPA. Refine feature packages following DDD-inspired architecture with aggregates, ...
|
2.4K |
| 5439 | competitive-platform-analysis | affaan-m/ecc |
Competitive Platform Analysis Use this skill to decide who to benchmark and where to find them before any scoring begins. A competitive analysis is only as good as its frame: the wrong set makes the client look either unbeatable or doomed. The goal is a defensible, decision-relevant set — not an exhaustive census. When to Activate About to start a competitive benchmarking project and need to define the competitor set first. Unsure which companies belong in Direct / Adjacent / Aspirational tiers....
|
2.4K |
| 5440 | understand-explain | egonex-ai/understand-anything |
/understand-explain Provide a thorough, in-depth explanation of a specific code component. Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, function, class, module, concept Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource Domain/knowledge n...
|
2.4K |
| 5441 | chunking-strategy | giuseppe-trisciuoglio/developer-kit |
Chunking Strategy for RAG Systems Overview Implement optimal chunking strategies for Retrieval-Augmented Generation (RAG) systems and document processing pipelines. This skill provides a comprehensive framework for breaking large documents into smaller, semantically meaningful segments that preserve context while enabling efficient retrieval and search. When to Use Use this skill when building RAG systems, optimizing vector search performance, implementing document processing pipelines, handling...
|
2.4K |
| 5442 | audit-speed | calm-north/seojuice-skills |
Audit Speed Deep Core Web Vitals audit with root-cause analysis trees and resource optimization recommendations. Core Web Vitals Thresholds Metric Good Needs Improvement Poor LCP (Largest Contentful Paint) < 2.5s 2.5s - 4.0s > 4.0s CLS (Cumulative Layout Shift) < 0.1 0.1 - 0.25 > 0.25 INP (Interaction to Next Paint) < 200ms 200ms - 500ms > 500ms FCP (First Contentful Paint) < 1.8s 1.8s - 3.0s > 3.0s TTFB (Time to First Byte) < 800ms 800ms - 1800ms > 1800ms Before You Start Gather this context: W...
|
2.4K |
| 5443 | skill-lookup | f/prompts.chat |
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
|
2.4K |
| 5444 | 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...
|
2.4K |
| 5445 | dockkit | dpearson2699/swift-ios-skills |
DockKit Framework for integrating with motorized camera stands and gimbals that physically track subjects by rotating the iPhone. DockKit handles motor control, subject detection, and framing so camera apps get 360-degree pan and 90-degree tilt tracking with no additional code. Apps can override system tracking to supply custom observations, control motors directly, or adjust framing. iOS 17+, Swift 6.3. Contents Setup Discovering Accessories System Tracking Custom Tracking Framing and Region of...
|
2.4K |
| 5446 | chakra-ui-builder | chakra-ui/chakra-ui |
Chakra UI Builder You are building UI with Chakra UI v3 and helping developers set up Chakra UI in their projects. Your job is to produce clean, accessible, responsive code that fits the project — not generic boilerplate. Read the project context first, then build or set up. Step 1 — Read the project context Check package.json if available. Look for: Chakra UI version (use v3 patterns by default; only use v2 if explicitly on v2) Framework: Next.js App Router, Pages Router, Vite, plain React Type...
|
2.4K |
| 5447 | d3-visualization | nexu-io/open-design |
d3-visualization Curated from @chrisvoncsefalvay. What it does Teaches the agent to produce D3 charts and interactive data visualizations. Useful for editorial dashboards, reports, and explanatory graphics. Source Upstream: https://github.com/chrisvoncsefalvay/d3-claude-skill Category: diagrams 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 ...
|
2.4K |
| 5448 | pixijs-html-source | pixijs/pixijs-skills |
HTMLSource and ElementImageSource turn a DOM element into a TextureSource you can use anywhere a normal texture works: on a Sprite , as a Texture frame, or mapped onto a Mesh . HTMLSource mirrors a live element's pixels into the GPU (the element stays editable and clickable in the browser); ElementImageSource wraps an immutable snapshot that never repaints. Both require a side-effect import 'pixi.js/html-source' to register their extensions. These sources rely on the experimental HTML-in-Canvas ...
|
2.4K |
| 5449 | agent-self-evaluation | affaan-m/ecc |
Agent Self-Evaluation After completing a complex task, the agent pauses to rate its own output against a structured 5-axis rubric. This is NOT a pass/fail gate — it's a deliberate reflection step that catches omissions, flags overconfidence, and surface areas for improvement before the user has to. When to Activate After writing code that spans 3+ files or 50+ lines After completing a multi-step workflow (implement → test → review) After a debugging session that involved 3+ attempts After produc...
|
2.4K |
| 5450 | rds-db2 | aws/agent-toolkit-for-aws |
Amazon RDS for Db2 Overview Amazon RDS for Db2 is a managed IBM Db2 LUW service. RDS for Db2 is managed — you cannot SSH to the host, install agents, or run unfenced external stored procedures in C/COBOL. Java stored procedures work via sqlj.install_jar . This skill covers the operator lifecycle: provisioning with IBM licensing, client install and TLS connectivity, migration from self-managed Db2 on Linux/AIX/Windows/z/OS/AS400, S3 backup and restore, Multi-AZ and cross-region standby replicas, ...
|
2.4K |