SKILL RADAR · GITHUB
Useful agent skills, ranked by real adoption.
Browse verified skills from public repositories. Compare what each skill does, package contents, install activity, and source evidence before adding it to your agent.
- CATALOG SCOPE
- VERIFIED
- skills
- 5,771
- repositories
- 824
- last synced
- Sep 8, 2026
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.
- installs
- 1
- GitHub stars
- 6
- Updated
- Sep 3
sumsubsumsub-integrate-websdk
End-to-end recipe for adding Sumsub KYC to a website or web app via the Sumsub WebSDK. TRIGGER when the user asks to "integrate / embed / add Sumsub", "show the KYC widget", "add WebSDK", "verify users with Sumsub on the frontend", supplies an existing levelName they want to plug into a page, or asks how to wire up access tokens / lifecycle events / webhooks for Sumsub verification in an arbitrary project. Covers the whole loop — level setup, server-side access-token signing, snsWebSdk init (vanilla canonical, React recipe), client lifecycle events, token refresh, source-of-truth via webhooks + applicant GET, sandbox testing, go-live checklist. SKIP for building the level/questionnaire/POA-preset payload itself (use the sibling skills), or for backend-only API calls with no frontend (use sumsub-api-generic).
- installs
- 1
- GitHub stars
- 6
- Updated
- Sep 3
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).
- installs
- 1
- GitHub stars
- 6
- Updated
- Sep 3
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.
- installs
- 1
- GitHub stars
- 6
- Updated
- Sep 3
chunkytofustudiosdesign-polish
Polish a Flutter app's screens — visual hierarchy, typography, color and contrast, spacing, section clarity. Reads a reference screen first to lock in the app's existing design tone, then drives the running app on an Android emulator via the android-emulator skill (screenshots, taps, swipes), makes targeted widget and ThemeData edits, and spawns an independent evaluator sub-agent to score design quality, originality, craft, and functionality. Use this skill whenever the user wants to improve, polish, refine, critique, audit, or tighten the visual design of a Flutter screen — even when they don't say "polish" (e.g. "make this look better", "fix the layout on settings", "tighten up the home screen", "this screen feels off", "review the UI", "design pass", "make it less generic", "feels too Material default"). Skip for non-Flutter UIs, feature work, or routing/functionality changes.
- installs
- 1
- GitHub stars
- 5
- Updated
- May 24
ajianazflutter-ui-ux
Comprehensive Flutter UI/UX development skill for creating beautiful, responsive, and animated mobile applications. Use when user asks to: (1) Build Flutter UI components or screens (2) Implement animations and transitions (3) Design responsive layouts (4) Create custom widgets and themes (5) Optimize UI performance and accessibility Triggers: "create Flutter UI", "build Flutter screen", "Flutter animations", "responsive Flutter layout", "custom Flutter widgets", "Flutter theme design"
- installs
- 1
- GitHub stars
- 4
- Updated
- Dec 6
amazonappdevvega-multi-tv-migration
Migrate Vega OS (Amazon Fire TV) applications to multi-platform React Native monorepo supporting Android TV, Apple TV, and other platforms. Covers analysis, implementation, and native module integration. Use when migrating TV apps to support multiple platforms or building new multi-platform TV applications.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jun 30
genmedia-labsgpt-image-2
Generate and edit images with OpenAI GPT Image 2 (ChatGPT Images 2.0) on RunComfy. Documents GPT Image 2's strengths (embedded text, logos, multilingual typography, instruction precision), its 3 fixed sizes, edit-with-preservation language, and when to route to a sibling (Flux 2 / Nano Banana Pro / Seedream) instead. Calls runcomfy run openai/gpt-image-2/text-to-image or /edit through the local RunComfy CLI. Triggers on "gpt image 2", "gpt-image-2", "ChatGPT Images 2", "image 2", or any explicit ask to generate or edit with this model.
- installs
- 1
- GitHub stars
- 4
- Updated
- Aug 12
ngmeyerrigorous-review
Audit a web codebase for security, performance, correctness, and refactoring improvements WITHOUT changing any outward-facing behavior. Fans out parallel read-only reviewers, scores findings on two axes (severity × confidence), suppresses predictable false positives, validates survivors with an INDEPENDENT wave (not self-recheck), classifies safe vs. gated, and writes a report. Applies only behavior-preserving fixes, and only on request. Use when: 'rigorous review', 'hardening audit', 'security and performance audit', 'internal audit', 'harden the codebase', 'audit for security/perf/refactoring', 'tech-debt audit', 'review this codebase without changing behavior'.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
ngmeyersession-close
Reconcile session outcomes into persistent project memory files. Updates project state, backlog, and status via section-aware merging -- not a session dump. Use at the end of any significant work session. Use when: 'session close', 'close session', 'save session', 'update memory', 'wrap up', 'end of session', or before ending a big session.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
ngmeyersession-recover
Recover lost Claude Code session context by merging duplicate project directories. Finds session/memory dirs under ~/.claude/projects/ that point at the same logical project from different cwd-encoded paths (e.g. /mnt/work/foo vs ~/Projects/foo cwd produces two separate namespaces). Unifies memory into the canonical dir, archives orphaned jsonl transcripts, and captures the lesson as a feedback memory so the split doesn't repeat. Use when: 'merge sessions', 'recover lost context', 'fix duplicate session dirs', 'session memory split', 'memory dir is empty but I added things', 'two project dirs', 'recover legacy memories from before a folder move', 'stale orphan memory namespace', or any time you find a populated memory dir at the "wrong" path and an empty one at the canonical path.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
ngmeyersix-pager
Generate decision memos and product launch documents in Amazon's narrative style. Two modes: memo produces a 6-page narrative memo (Introduction, Goals, Tenets, State of Business, Lessons Learned, Strategic Priorities + unlimited appendix); prfaq produces a Press Release + External FAQ + Internal FAQ for product launches (work backwards from launch). Enforces Strunk's prose rules (active voice, concrete language, omit needless words, no qualifiers, parallel construction, topic-sentence paragraphs, no overstatement) and Anthropic's removability discipline at the line level. Use when: 'six pager', '6-pager', 'amazon memo', 'narrative memo', 'PRFAQ', 'press release', 'work backwards', 'decision memo', 'strategy doc', 'launch document', 'silent read doc', before any decision big enough to warrant the week-long writing process.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
ngmeyerskillforge
Forge new Claude Code skills or optimize existing ones to V2. Two modes — forge scaffolds a new skill (frontmatter, progressive disclosure, helper scripts, mandatory Gotchas, iterate-then-extract); optimize makes an existing skill measurably better at its OUTCOME, not just its packaging (quality audit + domain outcome-research + changelog + V1-vs-V2 verification). Use when the user wants to create, write, build, scaffold, improve, upgrade, or optimize a skill.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
ngmeyerweekly-setup-improvements
Audit recent work in a folder and produce a forward-looking self-improvement report. Reviews files modified in the past week, git activity, file-type distribution, and recurring task patterns; writes a 5-section weekly-setup-improvements.md with concrete updates for context files, ideas for new skills, workflow gaps to close, files to clean up, and what's working well enough to leave alone. Cross-platform; safe to schedule weekly via /schedule. Use when: 'weekly review', 'weekly self audit', 'improve my setup', 'what should I clean up', 'suggest new skills', 'self improvement loop', 'weekly setup improvements', or before a planning week.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
ngmeyerwrite-well
Write prose with craft and a real voice, and edit flat or AI-flavored prose to find it. Two modes: draft (write from scratch) and edit (bring voice to existing text against a pattern catalog). Adopt any voice or persona: --voice from a library, --persona (voice plus worldview), or --like to clone one. Backed by a deduped craft canon (Strunk, Zinsser, Orwell, Williams, Lanham, Clark, Pinker, Le Guin, McPhee, Provost) plus the full AI-tell catalog. The core idea is positive: great writing has a person behind it, and the so-called AI tells are just the absence of voice. Use when DRAFTING or EDITING fiction, blog posts, essays, marketing copy, newsletters, or any long-form prose. NOT for code, technical docs, or chat replies. Trigger: 'write this', 'draft this', 'make this better', 'give this voice', 'in the voice of', 'does this sound like AI', 'humanize', 'apply my style'.
- installs
- 1
- GitHub stars
- 4
- Updated
- Jul 29
li-tongxueli
liskill 总入口。发现和调用当前版本中的 4 个具体 Skill。用户输入 /li、liskill、8步审核、八步短视频审核、审短视频文案、这条能不能发、帮我审稿、为什么没流量、检查开头、信息密度、营销点、流量筹码、公共问题升维、这个现象值不值得讲、帮我把问题讲大、个体现象变公共问题、现象背后的机制、冲突性选题、帮我找冲突、这个题太平了、怎么往冲突里推、按冲突性改题、这个话题怎么讲得更有意思、这个题适不适合走冲突、普通话题改选题、Li-Stasis修辞学、Stasis×Topos、Stasis Topos、四层争点、四层推题、Topos、修辞学四层、争议拆解、选题争点、同一事实不同解释、事实定义评价处理、先定争点再选切口 时使用;不匹配时明确退出,不强行路由。
- installs
- 1
- GitHub stars
- 3
- Updated
- Aug 17
li-tongxueli-conflict-topic
把一个平平无奇、讲起来很散、还没有题感的话题,推进成更有冲突感、更像一个“题”的内容入口。适用于用户说“这个话题太平了”“帮我找冲突”“这个东西怎么讲得更有意思”“这个题怎么往冲突里推”“我给你一个普通话题,你帮我看怎么做成冲突型选题”“这个题适不适合走冲突”“按冲突性帮我改题”这类场景。 触发方式:/Li-冲突性选题、「冲突性选题」「帮我找冲突」「这个题太平了」「怎么往冲突里推」「按冲突性改题」「这个话题怎么讲得更有意思」
- installs
- 1
- GitHub stars
- 3
- Updated
- Aug 17
li-tongxueli-public-issue-reframing
公共问题升维与内容选题诊断。把一个私人、模糊的“我觉得不对劲”,还原成可观察现象,检验它是否具有公共性,挑战表面解释,找到更底层且有证据的机制,最后形成值得讨论的公共问题和一句可复述的嘴替话。用户说“这个现象值不值得讲”“我觉得不对劲但说不明白”“这事太私人了,怎么让更多人关心”“帮我把这个问题讲大”“个体现象怎么变成公共话题”“现象背后的机制是什么”时使用。不用于只有标题润色、纯情绪发泄、事实核查不足却要求强行拔高,或已经明确的公共事件复述。
- installs
- 1
- GitHub stars
- 3
- Updated
- Aug 17
li-tongxueli-short-video-eight-step-review
用李同学 8 步短视频审核流程诊断已经写好的口播文案、脚本或 VLOG 旁白。先识别干货口播、情感共鸣或剧情冲突,确认目标用户,再逐项审核选题、前 5 秒、陌生化与普遍性、信息清单、朋友与敌人、个人营销点、信息效率和流量筹码,指出最致命的 1—3 个缺口并给出可直接使用的改写。用户说“帮我审稿”“这条能不能发”“按八步流程审核”“为什么没流量”“检查开头、信息密度、营销点或筹码”时使用。只审已有成稿;从零创作时先使用对应脚本生成 Skill。 触发方式:/li-short-video-eight-step-review、「8步审核」「八步短视频审核」「审短视频文案」「这条能不能发」「帮我审稿」
- installs
- 1
- GitHub stars
- 3
- Updated
- Aug 17
novuhqnovu-design-workflow
Design notification workflows the Novu way — choose channels, set severity, decide when a workflow is critical, configure digests, and route based on subscriber state. Applies to BOTH dashboard-authored and code-first (@novu/framework) workflows. Use when planning a new workflow, deciding which channels to include, picking severity, configuring digest behavior, or matching a use case (order confirmation, payment failed, account suspended, comment, trial expiring, password reset, webhook fan-out, fetch-then-notify) to a proven template.
- installs
- 1
- GitHub stars
- 3
- Updated
- Aug 28
tigrisdatatigris-image-optimization
Use when resizing images, generating thumbnails, serving responsive images, or optimizing image delivery with Tigris — covers Next.js, Remix, Rails, Django, Laravel, Express
- installs
- 1
- GitHub stars
- 3
- Updated
- Jul 23
tigrisdatatigris-object-operations
Use when working with objects in Tigris Storage - uploading, downloading, deleting, listing, getting metadata, or generating presigned URLs
- installs
- 1
- GitHub stars
- 3
- Updated
- Jul 23
tigrisdatatigris-s3-migration
Use when migrating from AWS S3, Google Cloud Storage, or Azure Blob to Tigris — shadow buckets via tigris buckets set-migration, active drain via tigris buckets migrate, bulk copy, SDK endpoint swap, zero-downtime migration
- installs
- 1
- GitHub stars
- 3
- Updated
- Jul 23
tigrisdatatigris-sdk-guide
Use when choosing between Tigris-native SDKs and AWS S3-compatible SDKs — covers which SDK to use per language, CLI preference, and when AWS SDKs are the only option
- installs
- 1
- GitHub stars
- 3
- Updated
- Jul 23