RADAR SKILL · GITHUB

Agent Skills utili, ordinati per utilizzo reale.

Confronta Skills verificati per funzione, contenuto del pacchetto, installazioni e affidabilità della fonte.

AMBITO CATALOGO
VERIFICATO
Skills
10.772
repository
1711
ultimo aggiornamento
23 set 2026
10.772 Skills
vtex
Community

vtex-io-service-configuration-apps

Apply when designing VTEX IO configuration apps with the configuration builder or when a service app must receive structured configuration through runtime context. Covers the separation between service apps and configuration apps, schema.json and configuration.json, settingsType, and reading injected configuration through ctx.vtex.settings. Use for shared service configuration, decoupled configuration lifecycle, or reviewing whether app settings should be replaced by a configuration app.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
vtex
Community

vtex-io-service-paths-and-cdn

Apply when defining service.json routes, choosing public vs segment vs private URL prefixes for VTEX IO services, or setting HTTP cache headers that interact with the VTEX edge and CDN. Covers path patterns, cookie visibility, edge caching behavior, and aligning Cache-Control with data sensitivity. Use for Node or .NET IO backends where request path and response headers determine CDN safety.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
vtex
Community

vtex-io-service-runtime

Apply when designing or implementing the runtime structure of a VTEX IO backend app under node/. Covers the Service entrypoint, typed context and state, service.json runtime configuration, and how routes, events, and GraphQL handlers are registered and executed. Use for structuring backend apps, defining runtime boundaries, or fixing execution-model issues in VTEX IO services.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
vtex
Community

vtex-io-session-apps

Apply when building or debugging a VTEX IO session transform app (vtex.session integration). Covers namespace ownership, input-vs-output fields, transform ordering (DAG), public-as-input vs private-as-read model, cross-namespace propagation, configuration.json contracts, caching inside transforms, and frontend session consumption. Use when designing session-derived state for B2B, pricing, regionalization, or custom storefront context.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
vtex
Community

vtex-io-storefront-react

Apply when building VTEX IO storefront components under react/ for Store Framework experiences. Covers storefront component structure, css-handles, storefront context hooks, browser-safe data fetching, and how components should behave when used as theme blocks. Use for custom storefront UI, product widgets, banners, forms, or reviewing shopper-facing React code in VTEX IO apps.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
vtex
Community

vtex-io-storefront-theme-app

Apply when designing or modifying a VTEX IO storefront theme app — the app that owns store/blocks.json, store/routes.json, store/templates/, store/contentSchemas.json, and the storefront page tree assembled from store.home, store.product, store.search, store.custom, and other native page templates. Covers how a theme app extends a base theme, declares routes, composes blocks across pages, and how its store/ files relate to merchant Site Editor content. Use for theme scaffolding, custom page routes, theme-level overrides, or reviewing whether a change belongs in the theme app, in a component app, or in app settings.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
vtex
Community

vtex-io-storefront-theme-versioning

Apply when installing, publishing, upgrading, or rolling back a VTEX IO storefront theme app (vendor.store-theme or any app that owns store/blocks.json, store/routes.json, and store/contentSchemas.json). Covers how Site Editor and theme content are scoped by the app's MAJOR version, why a major version bump leaves the new major with no merchant content and silently falls back to default theme content, the safe install-in-workspace, migrate- content with the updateThemeIds mutation, smoke-test, then promote workflow, the 3-way mine-wins merge that vtex workspace promote performs against vtex.pages-graphql VBase (with automatic per-minute userDatabackup snapshots when conflicts are resolved), and the support-led recovery path. Use for any operation that changes which version of a content-holding app is installed in master.

installazioni
2
GitHub Stars
42
Aggiornato
19 ago
googlemaps
Community

google-maps-platform

A collection of skills for architecting and implementing production-ready code using Google Maps Platform APIs and SDKs for any map, place, address, geocoding, routing/ETA (including eco-friendly routing), nearby search, 3D / Street View / static map, marker clustering, custom styling, drawing, geofencing, heatmap, or environmental (air-quality / pollen / solar / weather) feature — across Web, Android, iOS, and Web Services APIs. For prototyping, use the public Maps Demo Key — no billing setup and no Cloud project required, covering a growing set of the most popular Google Maps Platform APIs. For production, the skill prompts you to create and restrict your own key. All non-trivial code is grounded in freshly retrieved docs via the Google Maps Platform Code Assist service (no reliance on training-data memory).

installazioni
2
GitHub Stars
36
Aggiornato
17 ago
maystudios
Community

audio-to-midi

Convert MP3/WAV/FLAC audio files to MIDI (.mid) and MusicXML (.musicxml) with full music analysis. Two engines: Basic Pitch (general-purpose polyphonic) and Piano Model (high-accuracy piano, 96.7% F1). Optional Demucs stem separation. Use --engine piano for piano/keyboard music for best results. Trigger when the user wants to: transcribe audio to MIDI, convert music to sheet music/notes, extract notes from audio, get MusicXML from a recording, analyze tempo/key/chords of a song, separate stems (vocals/drums/bass) and transcribe each, or any audio-to-notation task. Also triggers for requests like "convert this MP3 to MIDI", "get the notes from this song", "what key is this song in", "transcribe this audio", "separate and transcribe stems".

installazioni
2
GitHub Stars
21
Aggiornato
15 ago
apifox
Community

apifox-cli-checkup

Apifox CLI 使用检查与版本确认:命令成功但页面没看到、创建后 list/get 找不到、测试运行失败、报告缺失、agentHints/help/实际行为不一致,或怀疑本机 CLI 版本不是最新时使用。

installazioni
2
GitHub Stars
14
Aggiornato
9 lug
apifox
Community

apifox-import-export

Apifox 导入导出与质量门禁:导入 OpenAPI/Postman/Apifox 原生格式,导出 OpenAPI/HTML/Markdown/Postman/Apifox 原生格式;导入前校验 spec 完整性、tags 分组、schema/body 覆盖率,导入后验证计数、模块和资源可见性。

installazioni
2
GitHub Stars
14
Aggiornato
9 lug
apifox
Community

apifox-test-automation

Apifox 自动化测试执行、套件与 CI:test-suite、scheduled-task、runner、apifox run、执行参数、迭代数据、报告上传和 CI 回归。复杂 test-scenario 步骤建模请使用 apifox-test-scenario。

installazioni
2
GitHub Stars
14
Aggiornato
9 lug
apifox
Community

apifox-test-case

Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。

installazioni
2
GitHub Stars
14
Aggiornato
9 lug
apifox
Community

apifox-test-scenario

Apifox 测试场景建模:test-scenario 的查询、创建、更新、删除和运行;导入接口、单接口用例或其它场景步骤;添加场景引用步骤;复杂步骤编排、接口步骤/条件/循环/等待/脚本/数据库等步骤衔接、前后置操作、变量引用、断言、提取器和场景调试最佳实践。用户要创建或维护复杂自动化测试流程时使用。

installazioni
2
GitHub Stars
14
Aggiornato
9 lug
apifox
Community

apifox-workflow-api-lifecycle

Apifox API 生命周期工作流:从需求到接口设计、Schema、环境、Mock、测试用例、文档导出/发布和分支合并。用户要“创建一组 API 并补齐测试/Mock/文档”时使用。

installazioni
2
GitHub Stars
14
Aggiornato
9 lug
tjcages
Community

linear-discipline

- Always-on Linear session discipline and one-time soft nudge for untracked repos. Use whenever non-trivial work is happening in a repo that already has a Linear tracking protocol in CLAUDE.md, AGENTS.md, or .cursor/rules; or when opening/working in a repo with no protocol and no .linear-tracking-skip file (ask once to run linear-setup). Enforces search-before-create, lifecycle, and close-the-loop. NOT for full bootstrap, sync, or monitor runs.

installazioni
2
GitHub Stars
8
Aggiornato
29 lug
okteto
Community

okteto

Use when a project contains okteto.yaml or okteto.yml, or when the user mentions Okteto, dev environments, or an okteto command. Also use before running kubectl, helm, or docker build in a repo that has an Okteto manifest; when okteto up hangs or seems stuck; when parallel git worktrees collide over the same environment; or when deciding whether okteto destroy or okteto namespace delete is safe to run.

installazioni
2
GitHub Stars
6
Aggiornato
1 set
okteto
Community

okteto-debugging

Use when the user describes a broken or unhealthy Okteto environment. Triggers on phrases like: "service is crashing", "service keeps restarting", "service won't start", "environment is broken", "deployment is failing", "pods are stuck", "pods are not ready", "pods are pending", "CrashLoopBackOff", "OOMKilled", "ImagePullBackOff", "Evicted", "what's wrong with my service", "debug my environment", "why won't it start", "something's wrong", "logs show errors", "service isn't responding", "my code changes aren't showing up", "file sync is stuck". Also triggers if the user pastes kubectl or okteto output showing unhealthy pod states.

installazioni
2
GitHub Stars
6
Aggiornato
1 set
okteto
Community

okteto-onboarding

Use when a project has NO okteto.yaml/okteto.yml and the user wants it on Okteto — e.g. "get this repo onto Okteto", "set up a dev environment for this", "create an Okteto manifest", "onboard this service". Also use when okteto deploy fails because no manifest exists. Do NOT use if okteto.yaml or okteto.yml already exists — that is the okteto skill's domain.

installazioni
2
GitHub Stars
6
Aggiornato
1 set
okteto
Community

okteto-preview

Okteto Preview Environment skill. Use when someone wants a live, shareable environment for a branch or pull request — "deploy a preview for this PR", "give me a URL for branch X", posting a preview link back to a PR or thread — or when setting up PR preview automation in CI (GitHub Actions or GitLab). Use alongside the okteto skill: for editing, syncing, and iterating on code, defer to that skill's dev environments. Requires an Okteto context; previews are an Okteto Platform feature.

installazioni
2
GitHub Stars
6
Aggiornato
1 set
yangagent
Community

hologram-presenter-video

将用户内容制作成单人知识讲解视频。适用于知识科普、教程、课程、信息摘要或产品机制说明,并要求讲解角色开口说话、与悬浮全息信息互动的场景。

installazioni
2
GitHub Stars
2
Aggiornato
28 ago
remotion-dev
Ufficiale

add-expert

Add a new expert to the Remotion experts page

installazioni
1
GitHub Stars
60K
Aggiornato
22 set
remotion-dev
Ufficiale

add-sfx

Add a new sound effect to @remotion/sfx

installazioni
1
GitHub Stars
60K
Aggiornato
22 set
remotion-dev
Ufficiale

docs-demo

Add an interactive demo to the Remotion documentation. Use when creating a new component for docs pages.

installazioni
1
GitHub Stars
60K
Aggiornato
22 set