███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11851 | drawio-flowchart | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
682 |
| 11852 | nestjs-clean-typescript | mindrally/skills |
NestJS Clean TypeScript Guidelines by Alberto Basalo for developing clean NestJS APIs using TypeScript. These rules emphasize strong typing, clean code principles, and architectural best practices. TypeScript General Principles Always declare the type of each variable and function (parameters and return value) Avoid using any; create necessary types instead Use JSDoc for public classes and methods One export per file Naming Conventions PascalCase for classes camelCase for variables and functio...
|
682 |
| 11853 | rust-deps-visualizer | zhanghandong/rust-skills |
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N : Limit tree depth (default: 3) --features : Show feature flags Output Format Simple Tree (Default) Show more
|
682 |
| 11854 | agent-xlsx | apetta/agent-xlsx |
agent-xlsx XLSX CLI for AI agents. JSON to stdout by default (raw text for --format csv|markdown ). Polars+fastexcel for data reads (7-10x faster than openpyxl), openpyxl for metadata/writes, three rendering engines for visual capture (Aspose → Excel → LibreOffice), oletools for VBA. Running If agent-xlsx is not already installed, use uvx for zero-install execution: uvx agent-xlsx probe report.xlsx All examples below use agent-xlsx directly — prefix with uvx if not globally installed. This file ...
|
682 |
| 11855 | technical-specification | aj-geddes/useful-ai-prompts |
Create comprehensive technical specifications that define system requirements, architecture, implementation details, and acceptance criteria for software projects. When to Use - Feature specifications - System design documents - Requirements documentation (PRD) - Architecture decision records (ADR) - Technical proposals - RFC (Request for Comments) - API design specs - Database schema designs Technical Specification Template ``` Technical Specification: [Feature Name] Document Sta...
|
682 |
| 11856 | huashu-slides | alchaincyf/huashu-skills |
AI Presentation Workflow Create professional presentations: Content → Design → Build → Assembly → Polish. Step 0: Choose Workflow Settings At the start of every presentation task, ask the user TWO choices: 0-A. Collaboration Mode Mode Description Checkpoints Full Auto Minimal interaction. Confirm topic only, deliver final PPTX. 1 checkpoint Guided (recommended) Confirm outline, pick design, preview before assembly. 3 checkpoints Collaborative Review every slide, approve every illustration, full ...
|
682 |
| 11857 | strategic-planning | ognjengt/founder-skills |
Strategic Planning Purpose Analyze the founder's business and current situation to deliver 3 specific, actionable next moves that will drive measurable results in marketing or sales. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "strategic-planning loaded, proceed with additional details about your current situation or business goals" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS...
|
682 |
| 11858 | create-phone-number | vapiai/skills |
Vapi Phone Number Setup Import phone numbers from Twilio, Vonage, or Telnyx, or use Vapi's built-in numbers to connect voice assistants to real phone calls. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Buy a Vapi Number Vapi provides free phone numbers for testing with daily call limits. curl -X POST https://api.vapi.ai/phone-number \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "provider": "vapi", "assistantId...
|
681 |
| 11859 | github-search | parcadei/continuous-claude-v3 |
GitHub Search Skill When to Use Search code across repositories Find issues or PRs Look up repository information Instructions uv run python -m runtime.harness scripts/mcp/github_search.py \ --type "code" \ --query "your search query" Parameters --type: Search type - code, repos, issues, prs --query: Search query (supports GitHub search syntax) --owner: (optional) Filter by repo owner --repo: (optional) Filter by repo name Examples Search code uv run python -m runtime.harness scripts/m...
|
681 |
| 11860 | threejs-skills | sickn33/antigravity-awesome-skills |
Threejs Skills Overview Three.js skills for creating 3D elements and interactive experiences When to Use This Skill Use this skill when you need to work with three.js skills for creating 3d elements and interactive experiences. Instructions This skill provides guidance and patterns for three.js skills for creating 3d elements and interactive experiences. For more information, see the source repository .
|
679 |
| 11861 | real-estate-expert | personamanagmentlayer/pcl |
Expert guidance for real estate systems, property management, Multiple Listing Service (MLS) integration, customer relationship management, virtual tours, and market analysis. Core Concepts Real Estate Systems - Multiple Listing Service (MLS) integration - Property Management Systems (PMS) - Customer Relationship Management (CRM) - Transaction management - Document management - Lease management - Maintenance tracking PropTech Solutions - Virtual tours and 3D walkthroughs - AI-powe...
|
678 |
| 11862 | bitdefender-malware-analysis | aradotso/security-skills |
Bitdefender Malware Analysis Skill by ara.so — Security Skills collection. ⚠️ WARNING: Malicious Repository This repository is a MALWARE DISTRIBUTION CHANNEL disguised as legitimate software. The "MistDuckCount/Bitdefender-Total-Security-Crack-2026" project is a fraudulent repository that: Claims to offer cracked/pirated Bitdefender software Contains malware, trojans, or credential stealers Uses social engineering to trick users into downloading malicious payloads Employs fake star inflation (59...
|
678 |
| 11863 | python | mindrally/skills |
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
|
678 |
| 11864 | flutter | alinaqi/claude-bootstrap |
Flutter Skill Load with: base.md Project Structure project/ ├── lib/ │ ├── core/ Core utilities │ │ ├── constants/ App constants │ │ ├── extensions/ Dart extensions │ │ ├── router/ go_router configuration │ │ │ └── app_router.dart │ │ └── theme/ App theme │ │ └── app_theme.dart │ ├── data/ Data layer │ │ ├── models/ ...
|
677 |
| 11865 | rendering-strategies | kostja94/marketing-skills |
SEO Technical: Rendering Strategies Guides rendering strategy selection and optimization for search engine and AI crawler visibility. Golden rule : Page data and metadata must be available on page load without JavaScript execution for optimal SEO. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Static...
|
677 |
| 11866 | automate-github-issues | google-labs-code/jules-skills |
Automate GitHub Issues with Jules You are setting up a repository to automatically analyze open GitHub issues, plan implementation tasks, and dispatch parallel Jules coding agents to fix them. What You're Setting Up A 5-phase automated pipeline that runs via GitHub Actions (or locally): Analyze — Fetch open issues and format as structured markdown Plan — A Jules session performs deep code-level triage and produces self-contained task prompts Validate — Verify no two tasks modify the same file (p...
|
676 |
| 11867 | setup-api-key | vapiai/skills |
ElevenLabs API Key Setup Guide the user through obtaining and configuring an ElevenLabs API key. Workflow Step 1: Request the API key Tell the user: To set up ElevenLabs, open the API keys page: https://elevenlabs.io/app/settings/api-keys (Need an account? Create one at https://elevenlabs.io/app/sign-up first) If you don't have an API key yet: Click "Create key" Name it (or use the default) Set permission for your key. If you provide a key with "User" permission set to "Read" this skill will aut...
|
676 |
| 11868 | algolia-search | sickn33/antigravity-awesome-skills |
Algolia Search Integration Patterns React InstantSearch with Hooks Modern React InstantSearch setup using hooks for type-ahead search. Uses react-instantsearch-hooks-web package with algoliasearch client. Widgets are components that can be customized with classnames. Key hooks: useSearchBox: Search input handling useHits: Access search results useRefinementList: Facet filtering usePagination: Result pagination useInstantSearch: Full state access Next.js Server-Side Rendering SSR integration...
|
676 |
| 11869 | perplexity-search | davila7/claude-code-templates |
Perplexity Search Overview Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff. This skill provides access to all Perplexity models through OpenRouter, requiring only a single API key (no separate Perplexity account needed). When to Use This Skill Use this...
|
676 |
| 11870 | nemoclaw-setup | jezweb/claude-skills |
NemoClaw Setup Install NVIDIA NemoClaw — a sandboxed AI agent platform built on OpenClaw with Landlock + seccomp + network namespace isolation. Runs inside Docker via k3s (OpenShell). What You Get Sandboxed AI agent with web UI and terminal CLI Powered by NVIDIA Nemotron models (cloud or local) Network-policy-controlled access to external services Optional remote access via Cloudflare Tunnel Prerequisites Requirement Check Install Linux (Ubuntu 22.04+) uname -a — Docker docker ps sudo apt instal...
|
675 |
| 11871 | literature-review | collaborative-deep-research/agent-papers-cli |
Literature Review Use this skill when the task is to find, screen, synthesize, and cite a body of academic or technical literature. When to Use Building a systematic, scoping, or narrative literature review. Synthesizing the state of the art for a research question. Finding gaps, contradictions, or future-work directions. Preparing citation-backed background sections for papers or reports. Comparing evidence across peer-reviewed papers, preprints, patents, and technical reports. Review Types Sho...
|
675 |
| 11872 | fastapi-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on fastapi pro tasks or workflows Needing guidance, best practices, or checklists for fastapi pro Do not use this skill when The task is unrelated to fastapi pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a FastAPI ...
|
675 |
| 11873 | gemini-managed-agents-api | google/skills |
No SKILL.md available for this skill. View on GitHub Installs 673 Repository google/skills GitHub Stars 10.8K First Seen 10 days ago
|
674 |
| 11874 | web-haptics | lochie/web-haptics |
Install web-haptics ( npm i web-haptics ) and add haptic feedback to the app following these rules: Package: web-haptics Repository: https://github.com/lochie/web-haptics | License: MIT | Zero dependencies Uses the Web Vibration API. Silently no-ops on unsupported platforms (desktop). No error handling or feature detection needed. Trigger Types trigger() accepts one of these strings (empty value defaults to a sensible "medium" impact): Notification (task outcomes): "success" -- form saved, payme...
|
673 |
| 11875 | openclaw-audit-watchdog | prompt-security/clawsec |
Prompt Security Audit (openclaw) Installation Options You can get openclaw-audit-watchdog in two ways: Option A: Bundled with ClawSec Suite (Recommended) If you've installed clawsec-suite, you may already have this! Openclaw-audit-watchdog is bundled alongside ClawSec Suite to provide crucial automated security audit capabilities. When you install the suite, if you don't already have the audit watchdog installed, it will be deployed from the bundled copy. Advantages: Convenient - no separate dow...
|
673 |
| 11876 | neon-postgres | sickn33/antigravity-awesome-skills |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
|
673 |
| 11877 | instagram-account-research | postplusai/postplus-skills |
Instagram Account Research Follow shared public skill rules in: postplus-shared public skill rules Use this skill when the user wants to: evaluate creators or KOL/KOC candidates compare competitor Instagram accounts inspect a brand account's profile, output, and rough momentum build a shortlist of accounts worth deeper content analysis Do not use this as the default first pass for open-ended creator discovery when the user cares about follower bands, topical fit, or audience fit inferred from ac...
|
672 |
| 11878 | skill-file-security | aradotso/security-skills |
skill-file-security Skill by ara.so — Security Skills collection. skill-file-security installs 29 battle-tested security instruction files into your project that teach AI coding assistants to identify and fix vulnerabilities across OWASP Top 10, CWE Top 25, ASVS Level 3, and more — without leaving your IDE. What This Does skill-file-security is a CLI tool that: Installs security knowledge files to .skills/security/ in your project Auto-configures all major AI coding assistants (Claude, Cursor, C...
|
672 |
| 11879 | qa-expert | charon-fan/agent-playbook |
QA Expert Establish world-class QA testing processes for any software project using proven methodologies from Google Testing Standards and OWASP security best practices. When to Use This Skill Trigger this skill when: Setting up QA infrastructure for a new or existing project Writing standardized test cases (AAA pattern compliance) Executing comprehensive test plans with progress tracking Implementing security testing (OWASP Top 10) Filing bugs with proper severity classification (P0-P4) Gen...
|
672 |
| 11880 | session-logger | charon-fan/agent-playbook |
A skill for automatically saving conversation history to persistent session log files. When This Skill Activates This skill activates when you: - Say "保存对话信息" or "保存对话" - Say "记录会话内容" or "保存session" - Say "save session" or "save conversation" - Ask to save the current conversation Session File Location All sessions are saved to: `sessions/YYYY-MM-DD-{topic}.md` What Gets Logged For each session, log: - Metadata Date and duration - Context/working directory - Main topic - Summ...
|
672 |
| 11881 | content-humanizer | alirezarezvani/claude-skills |
Content Humanizer You are an expert in authentic writing and brand voice. Your goal is to transform content that reads like it was generated by a machine — even when it technically was — into writing that sounds like a real person with real opinions, real experience, and real stakes in what they're saying. This is not a cleaning service. You're not just removing "delve" and calling it a day. You're rebuilding the voice from the ground up. Before Starting Check for context first: If marketing-con...
|
671 |
| 11882 | writing-skills | sickn33/antigravity-awesome-skills |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
671 |
| 11883 | drupal-development | mindrally/skills |
Drupal Development You are an expert Drupal 10 developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles. Core Principles Write concise, technically accurate PHP code with proper Drupal API examples Follow SOLID principles for object-oriented programming Follow the DRY principle Adhere to Drupal coding standards Leverage the service container and plugin system PHP Standards Use PHP 8.1+ features (typed properties, match expressions, named arguments) Follow PSR-...
|
671 |
| 11884 | pulumi-terraform-to-pulumi | pulumi/agent-skills |
First establish scope and plan the migration by working out with the user: - where the Terraform sources are (`${terraform_dir}`) - where the migrated Pulumi project lives (`${pulumi_dir}`) - what is the target Pulumi language (such as TypeScript, Python, YAML) - whether migration aims to setup Pulumi stack states, or only translate source code Confirm the plan with the user before proceeding. Create a new Pulumi project in `${pulumi_dir}` in the chosen language. Edit sources to be empty a...
|
671 |
| 11885 | marketing-ideas | sickn33/antigravity-awesome-skills |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific t...
|
671 |
| 11886 | security-patterns | yonatangross/orchestkit |
Security Patterns Comprehensive security patterns for building hardened applications. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Authentication 3 CRITICAL JWT tokens, OAuth 2.1/PKCE, RBAC/permissions Defense-in-Depth 2 CRITICAL Multi-layer security, zero-trust architecture Input Validation 3 HIGH Schema validation (Zod/Pydantic), output encoding, file uploads OWASP Top 10 2 CRITICAL Injection prevention, broken authentica...
|
671 |
| 11887 | fork-discipline | jezweb/claude-skills |
Fork Discipline Audit the core/client boundary in multi-client codebases. Every multi-client project should have a clean separation between shared platform code (core) and per-deployment code (client). This skill finds where that boundary is blurred and shows you how to fix it. The Principle project/ src/ ← CORE: shared platform code. Never modified per client. config/ ← DEFAULTS: base config, feature flags, sensible defaults. clients/ client-name/ ← CLIENT: everything that v...
|
670 |
| 11888 | qiaomu-goal-meta-skill | joeseesun/qiaomu-goal-meta-skill |
Qiaomu Goal Meta Skill 把一个模糊任务,收敛成 Codex 可以持续执行、可以验证、知道何时停止和何时暂停的 /goal 指令。 Copyright (c) 向阳乔木 X: https://x.com/vista8 GitHub: https://github.com/joeseesun/ Operating Mode Run as a production-lite meta skill. Default assumptions: Show more Installs 532 Repository joeseesun/qiaom…ta-skill GitHub Stars 657 First Seen 8 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
670 |
| 11889 | instagram-automation | sickn33/antigravity-awesome-skills |
Instagram Automation via Rube MCP Automate Instagram operations through Composio's Instagram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Instagram connection via RUBE_MANAGE_CONNECTIONS with toolkit instagram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Instagram Business or Creator account required (personal accounts not supported) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuratio...
|
670 |
| 11890 | zen-ai-pentest-framework | aradotso/security-skills |
Zen AI Pentest Framework Skill by ara.so — Security Skills collection. Overview Zen-AI-Pentest is a production-ready, AI-powered autonomous penetration testing framework that orchestrates 72+ real security tools through an intelligent multi-agent system. It executes actual tools (Nmap, Nuclei, SQLMap, FFuF, etc.) with safety controls, not mocks or simulations. Key capabilities: Autonomous AI agents using ReAct pattern (Reason → Act → Observe → Reflect) Real tool execution in Docker sandbox with ...
|
669 |
| 11891 | claude code guide | davila7/claude-code-templates |
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
|
669 |
| 11892 | bitdefender-malware-investigation | aradotso/security-skills |
Bitdefender Malware Investigation Skill by ara.so — Security Skills collection. ⚠️ CRITICAL SECURITY WARNING This repository ( MistDuckCount/Bitdefender-Total-Security-Crack-2026 ) is highly suspicious and exhibits multiple indicators of malicious intent: Threat Indicators Impersonation Attack : Falsely claims to distribute Bitdefender Total Security software Crack/Keygen Distribution : Promises "Pre-Activated" and "Activation Keygen Loader" - common malware delivery methods Social Engineering :...
|
669 |
| 11893 | skill-developer | sickn33/antigravity-awesome-skills |
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
|
669 |
| 11894 | shadcn | vercel/vercel-plugin |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
668 |
| 11895 | debugger | charon-fan/agent-playbook |
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
|
668 |
| 11896 | outreach-specialist | ognjengt/founder-skills |
Outreach Specialist Purpose Generate a personalized outreach sequence (default 3 messages) that sounds human, builds trust, and books calls — tailored to the prospect, platform, and offer. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "outreach-specialist loaded, tell me who you're reaching out to and what you're offering" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains co...
|
668 |
| 11897 | flutter | mindrally/skills |
Flutter Skill Load with: base.md Project Structure project/ ├── lib/ │ ├── core/ Core utilities │ │ ├── constants/ App constants │ │ ├── extensions/ Dart extensions │ │ ├── router/ go_router configuration │ │ │ └── app_router.dart │ │ └── theme/ App theme │ │ └── app_theme.dart │ ├── data/ Data layer │ │ ├── models/ ...
|
668 |
| 11898 | capture | camacho/ai-skills |
Inputs Free-text description of an idea, bug, or feature request Steps Parse the description to detect type: Keywords Type Labels error, crash, broken, fix, bug, fails, regression Bug triage , bug add, want, should, new, feature, enhance, improve Feature triage , enhancement Default Feature triage , enhancement Create GitHub Issue : gh issue create \ --title "<concise title from description>" \ --body "<full description>" \ --label "triage" --label "<bug or enhancement>" Return the issue number ...
|
667 |
| 11899 | checkout-integration | dodopayments/skills |
Dodo Payments Checkout Integration Reference: docs.dodopayments.com/developer-resources/integration-guide Create seamless payment experiences with hosted checkout pages or overlay checkout modals. Checkout Methods Method Best For Integration Hosted Checkout Simple integration, full-page redirect Server-side SDK Overlay Checkout Seamless UX, stays on your site JavaScript SDK Payment Links No-code, shareable links Dashboard Hosted Checkout Basic Implementation import DodoPayments from 'dodopaym...
|
667 |
| 11900 | mongodb-development | mindrally/skills |
MongoDB Development You are an expert in MongoDB development with Payload CMS, Mongoose, and Node.js. Core Expertise Areas Fullstack TypeScript with Payload CMS, MongoDB, and Node.js, enabling scalable backend services for multiple frontend applications including React Native, Remix.js, and Next.js. Technology Stack Backend: Payload CMS, MongoDB, Node.js, Express, TypeScript Frontend: Next.js, React, React Native, Remix.js Database: MongoDB, Mongoose, MongoDB Atlas, aggregation pipelines API...
|
667 |