RADAR DE SKILLS · GITHUB
Agent Skills úteis, classificados pelo uso real.
Compare Skills verificados por finalidade, conteúdo do pacote, instalações e evidências da fonte antes de adicioná-los.
- ESCOPO DO CATÁLOGO
- VERIFICADO
- Skills
- 10.772
- repositórios
- 1711
- última sincronização
- 23 de set. de 2026
adaptyteamadapty-integration
Use when a user wants to integrate Adapty SDK into a mobile app, set up in-app purchases with Adapty, add a paywall to their app, or move to Adapty from another purchase system. Triggers on "integrate Adapty", "add Adapty to my app", "set up subscriptions", "add a paywall", "migrate from RevenueCat", "replace RevenueCat with Adapty", "move off Superwall", or similar.
- instalações
- 1
- GitHub Stars
- 6
- Atualizado
- 10 de set.
sumsubsumsub-create-cross-check-preset
Create or update a Sumsub cross-check preset (name/address comparison rules between POI and POA documents) via POST/PATCH /resources/api/agent/crossCheckPresets and GET /resources/api/agent/crossCheckPresets/{id}. TRIGGER ONLY when the user EXPLICITLY asks to override how cross-checks compare names or addresses — e.g. "switch name match to strict", "allow fuzzy address match", "ignore middle-name mismatch", "create a custom cross-check preset". SKIP by default — Sumsub ships sensible defaults tuned for the best conversion and approval rate, so most clients should NOT create a custom preset. SKIP for level creation (the default cross-check preset auto-applies to every level), for general KYC config, or any request that doesn't specifically name "cross-check rules", "name comparison", or "address comparison".
- instalações
- 1
- GitHub Stars
- 6
- Atualizado
- 3 de set.
sumsubsumsub-create-level
Create or update a Sumsub applicant level. POST /resources/applicants/-/levels to create new, PATCH same path to update (id in body), GET /resources/applicants/-/levels/{id} to read one back. TRIGGER when the user asks to "create / add / build / update / edit a Sumsub level", supplies a list of required steps for an applicant flow (identity / selfie / proof-of-residence / questionnaire / payment methods / email or phone verification / KYB / e-sign), or wants a level wired to a specific questionnaireDefId. SKIP for other Sumsub entities (questionnaires, workflows, applicants) or for one-off subsetting tweaks not covered by the compact spec (use sumsub-api-generic for those).
- instalações
- 1
- GitHub Stars
- 6
- Atualizado
- 3 de set.
sumsubsumsub-integrate-travel-rule
End-to-end recipe for integrating Sumsub Travel Rule — deciding which of the three exchange flows applies, identifying the counterparty VASP, submitting the transfer, reading the exchange status, finalising or cancelling it, answering requests other VASPs send you, handling the unhosted-wallet path when no VASP is attributed, and finding existing transactions (deduplication before after-settlement exchanges). TRIGGER when the user asks to "integrate / add / implement Travel Rule", "send Travel Rule data with a withdrawal", "collect Travel Rule data for a deposit that already arrived", "respond to / answer incoming Travel Rule requests", asks why their exchanges sit at onHold or completed and never reach finished, why counterparties never answer, how to test Travel Rule in Sandbox, about "unhosted / self-hosted / non-custodial wallet verification", "prove the user owns the wallet", "Satoshi test", what happens on counterpartyVaspNotFound or applicantKytTxnAwaitingUser, or to "find / search transactions", "check whether a transaction already exists for this hash". SKIP for building the transaction payload itself (use sumsub-create-transaction), for writing the scoring rules that act on the outcome (use sumsub-create-kyt-rules), for bulk-registering wallet addresses (use sumsub-manage-wallet-address-book), and for KYC/AML work unrelated to transfers between VASPs.
- instalações
- 1
- GitHub Stars
- 6
- Atualizado
- 3 de set.
sumsubsumsub-manage-wallet-address-book
Register the crypto wallet addresses an organisation controls, so Sumsub can resolve address ownership without a human. Bulk-imports addresses into the Wallet Address Book via POST /resources/kyt/walletAddress/import, and registers a single address against a specific applicant via POST /resources/api/applicants/{applicantId}/payments. TRIGGER when the user asks to "upload / import / register our wallet addresses", "add addresses to the Wallet Address Book", "register a user's crypto wallet as a payment method", says Travel Rule requests are "not matching automatically" or "always land in manual review", or asks how to stop confirming the same address by hand on every exchange. SKIP for looking up which VASP owns a counterparty address (that is attribution — use sumsub-api-generic against /resources/api/wallet-attribution), for confirming ownership on one specific transaction (use sumsub-integrate-travel-rule), and for deleting addresses (no public endpoint — use the dashboard).
- instalações
- 1
- GitHub Stars
- 6
- Atualizado
- 3 de set.
sumsubsumsub-manage-webhooks
Manage Sumsub clientWebhooks (event subscriptions for applicantReviewed / applicantPending / kytTxn / etc.) — reads via /resources/api/clientWebhooks, writes via /resources/api/agent/clientWebhooks. Sandbox only — production webhooks must be created by a human directly in the Sumsub dashboard. TRIGGER when the user asks to "list / retrieve / show webhooks", "create / add / register a webhook", or "update / edit / change a webhook target / event list / secret / signature algorithm" against their sandbox tenant. SKIP for production webhook setup (refer the user to the dashboard), for unrelated webhook surfaces (Stripe / videoIdent / Fireblocks / NFC / partner-specific receive paths under /resources/webhooks/...), for testing one-off delivery (use the inspectionCallbacks/testWebhook endpoint directly), and for KYT-only webhook routing (that's managed in the Sumsub dashboard's KYT section). The public API does not expose delete or per-webhook delivery stats — for those, refer the user to the Sumsub dashboard UI.
- instalações
- 1
- GitHub Stars
- 6
- Atualizado
- 3 de set.
prestashopprestashop-update-check
Check if a PrestaShop store is ready to be updated. Use when the user wants to assess compatibility or available versions without starting an update.
- instalações
- 1
- GitHub Stars
- 5
- Atualizado
- 8 de set.
fastslacke2e-testing
Create, run, and debug JSON-driven E2E browser tests with Chrome pool integration
- instalações
- 1
- GitHub Stars
- 3
- Atualizado
- 8 de jun.
paldompython-supply-chain
Hardens a Python repository's supply chain — Dependabot update automation, pip-audit vulnerability scanning, secret scanning and push protection, CodeQL, OpenSSF Scorecard, SBOMs, CODEOWNERS. Use for 'set up dependabot', 'audit dependencies', 'someone committed a key — stop that happening again', 'protect paths with CODEOWNERS', 'harden this repo'. Not for CI quality gates, workflow hardening, or PyPI publishing.
- instalações
- 1
- GitHub Stars
- 3
- Atualizado
- 10 de set.
triskwelinebuild-alone
Carry a set of requirements all the way to a tested, self-reviewed implementation that's ready to hand back, deciding open questions on your own and only interrupting for true showstoppers. Use when the user asks you to implement a feature, task, or ticket autonomously, end-to-end, or with minimal supervision — e.g. "build this on your own", "implement the whole thing", "go ahead and ship it".
- instalações
- 1
- GitHub Stars
- 2
- Atualizado
- 10 de set.
triskwelineexplore-solutions
- Explores different approaches to a software requirement and compares their trade-offs, so the user knows which approaches are workable and at what cost. Scans the codebase for what exists and what will get in the way, generates genuinely different solution approaches, compares them from a bird's-eye view, and tracks which ones the user keeps or rejects, until a primary candidate and its fallbacks remain. The input is a requirement whose approach is still open, typically the size of a feature or ticket. The output is a small set of candidate approaches with their trade-offs, not a plan. This is a heavy, multi-turn session. Use only when the user explicitly asks for a solution exploration: "explore solutions for this", "run a solution exploration", "explore the solution space for this ticket". Not for a quick question about options or alternatives, which gets a direct answer.
- instalações
- 1
- GitHub Stars
- 2
- Atualizado
- 10 de set.
chujianyunwuming-ai-ppt-cover
使用 imagegen 生成 AI、Agent、Skills、工具市场、课程或产品发布主题的 16:9 PPT 封面。适用于用户要求“AI PPT 封面”“PPT 封面”“Skills 市场封面”“封面大字”“直接出图”或给出一句封面文案,希望生成大标题、科技感、演示页风格横版封面时使用;默认主题为“Skills 市场:海量 Skills 应有尽有”,默认调用 imagegen 出图,用户明确只要提示词时仅输出提示词。
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 24 de jul.
darkmatterprelude-docs
Manage a consumer repo's Prelude docs viewer content — prelude.docs.pages, groups, mdSplit README hero, and generated nixosOptions pages. Use when adding or fixing project documentation shown by docs / x docs, wiring the README landing page, or generating option docs.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 8 de set.
hckayeorchestrator
Commander-driven multi-CLI worker orchestration. The invoking agent or session classifies implementation units by risk, dispatches them to Devin, Codex, Cursor, Claude Code, or Grok workers in isolated git worktrees, pipelines each completion (review as soon as a worker finishes — never barrier-wait the whole cohort), then merges into one integration branch. Use when the user asks to "split work across agents", "have Devin/Codex/Cursor/Grok implement in parallel", "act as commander/orchestrator", or otherwise delegate implementation to other CLIs.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 10 de set.
ischcaswarm-discussion
Exploratory discussion pattern for unsolved problems. Replicate the thinking of Staff+ engineers: "When there's no clear answer, expose blind spots by confronting diverse perspectives." True multi-agent discussions where experts directly engage with each other through team-based + messaging architecture.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 6 de fev.
novainsilicojinko
- Discover and route Jinkō QSP and mechanistic-modeling requests to the public Jinkō skill that owns the work. Use when the user is starting a Jinkō session, asks what capability or skill to use, describes a multi-area modeling request, or has not yet identified the relevant jinko- or jinko-task- skill. This skill does not make scientific decisions, plan workflows, execute SDK calls, or decide that a task step is complete.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 7 de set.
novainsilicojinko-context
- Explain core Jinkō context, navigation, version management, and domain language for agents and users. Use this skill whenever the user needs a mental model of Jinkō projects, folders, project items, snapshots, sources, extracts, protocols, trials, calibration, virtual populations, references, or modeling context; when translating between generic terms and Jinkō terminology; or when an agent needs orientation before navigating or modifying Jinkō artifacts. This skill is conceptual and terminology-focused; use dedicated jinko- workflow skills for creating or editing specific artifacts.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 7 de set.
novainsilicojinko-data-table
- Create or inspect Jinkō data tables via the jinko-sdk. Use this skill whenever the user wants to upload observed data for trial overlays or calibration objectives from CSV, SQLite, or pandas DataFrame; check data-table schema columns; inspect existing data tables; or verify metadata.public.validForFitnessFunction. Do not use this skill for output sets; use jinko-output-set for that.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 7 de set.
novainsilicojinko-sdk-setup
Authenticate and configure access to a Jinkō project via the jinko-sdk. Use this skill whenever the user wants to connect to Jinkō, install the SDK, set up credentials or a .env file, verify API access, fail-fast check that a JINKOAPIKEY and JINKOPROJECTID work, or debug ConfigurationError, AuthenticationError, or AuthorizationError from the SDK. Do not use this skill for creating models, vpops, protocols, output sets, or trials.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 7 de set.
novainsilicojinko-task-cmaes
- Execute a CMA-ES calibration from confirmed Jinkō inputs: assemble the model, protocol, output sets, fitness data tables, parameter priors, and optimizer options; create and run the Calibration; and return the supported results. Use when the user wants to perform a CMA-ES calibration, not when they need to choose a calibration strategy, infer priors, design objectives, or decide whether results are acceptable.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 7 de set.
novainsilicojinko-task-from-nonmem
- Convert a NONMEM run into a Jinkō trial set-up via the jinko-sdk. Use this skill whenever the user wants to import, translate, port or migrate a NONMEM model, control stream, .mod/.ctl/.lst file, .ext estimates, .phi individual estimates or a NONMEM data set into Jinkō, or asks to reproduce a published population-PK model that exists as NONMEM code. Emits the computational model, virtual population, protocol design and output set, checks the result numerically against a declared reference, and can publish the evidence as a Jinkō document. Use jinko-model to author a model from scratch, jinko-protocol to edit an existing protocol, jinko-vpop to edit a population, and jinko-calibration-cmaes to fit parameters.
- instalações
- 1
- GitHub Stars
- 1
- Atualizado
- 7 de set.
darkmatterrun-ui-registry-variations
Manual-invocation skill — run only when the user explicitly asks for "run-ui-registry-variations" or invokes it as a slash command. Do not auto-trigger on adjacent topics. Force UI work through shadcnblocks, Aceternity, or https://shadcn.darkmatter.io; validate private registry access before use; build exactly three user-reviewable variations.
- instalações
- 1
- GitHub Stars
- 0
- Atualizado
- 10 de set.
darkmattertest-driven-development
Use when the user asks for TDD, test-first, red-green-refactor, or an end-to-end happy-path test of a public contract. Do not use for ordinary implementation, refactors, helpers, or comment-only changes.
- instalações
- 1
- GitHub Stars
- 0
- Atualizado
- 10 de set.
darkmatterui-ux-pro-max
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
- instalações
- 1
- GitHub Stars
- 0
- Atualizado
- 10 de set.