mdskills
← All tags

Authentication AI Agent Skills

AI agent skills for auth implementation. OAuth, JWT, session management, and secure login workflows.

56 listings

Shopify Development

|

9.09 downloadssickn33/antigravity-awesome-skills

NotebookLM Claude Code Skill

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

8.05 downloadssickn33/antigravity-awesome-skills

Next.js

Rules

Next.js with TypeScript and Tailwind UI best practices

7.05 downloadsPatrickJS/awesome-cursorrules

Auth Implementation Patterns

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

6.02 downloadssickn33/antigravity-awesome-skills

Reddit MCP Server

MCP Server

A Model Context Protocol (MCP) server that provides AI assistants with access to Reddit data. Built on top of redd — no API keys required. 1. Features 2. Quick Start 3. Available Tools 4. Configuration 5. Architecture 6. Contributing - Search — Search all of Reddit or within a specific subreddit - Subreddit Posts — Browse hot, top, new, or rising posts from any subreddit - Post Details —

7.01 downloadseliasbiondo/reddit-mcp-server

Amazon Seller Operations

MCP Server

AI-powered Amazon Seller Central tools for inventory management, fee calculation, and optimization via SP-API. mcp-name: io.github.wmarceau/amazon-seller See SKILL.md for detailed tool documentation. Create .env file: - FBA fulfillment fees (size-tier based) - Monthly storage fees (seasonal rates) - Aged inventory surcharges (12-15mo, 15+mo) - Low inventory level fees - GET call fee awareness (pos

7.01 downloadsMarceauSolutions/amazon-seller-mcp

Wener/mssql MCP

A powerful Microsoft SQL Server MCP (Model Context Protocol) server that enables Claude Desktop to interact with SQL Server databases through natural language queries. - 🤖 AI-Ready: Seamless integration with Claude Desktop and MCP protocol - 🔍 Smart Queries: Execute SQL queries in CSV or JSON format through natural language - 🔐 Secure Authentication: Support for SQL Server Auth, Windows Auth, a

8.01 downloadswenerme/wode

Dotnet Backend

Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns.

9.0sickn33/antigravity-awesome-skills

FFUF Skill for Claude Code

A Claude Code skill that integrates the powerful web fuzzer ffuf (Fuzz Faster U Fool) for web security testing and reconnaissance tasks. This skill enables Claude Code to perform intelligent web fuzzing operations using ffuf, making it easier to discover hidden directories, files, subdomains, and API endpoints. - ffuf must be installed on your system - Claude Desktop application - Appropriate auth

2.0jthack/ffuf_claude_skill

Azure Identity Dotnet

|

5.0sickn33/antigravity-awesome-skills

Insforge MCP Server

MCP Server

InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds. This repo is Model Context Protocol server for Insforge. Please visit the main Insforge repository for: - Installation and setup instructions - Configuration guide - Available tools and usage examples - API documen

5.0InsForge/insforge-mcp

MCP CLI

MCP Server

A CLI inspector for the Model Context Protocol - Run MCP servers from various sources - List Tools, Resources, Prompts - Call Tools, Read Resources, Read Prompts - OAuth support for SSE and Streamable HTTP servers This will use the config file of Claude Desktop. The config file has the same format as the Claude Desktop config file. Run a specific tool, resource, or prompt without interactive promp

8.0wong2/mcp-cli

SmartDB

MCP Server

SmartDB is a universal database gateway that implements the Model Context Protocol (MCP) server interface. This gateway allows MCP-compatible clients to connect and explore different databases. Compared to similar products, SmartDB not only provides basic database connection and exploration capabilities but also adds advanced features such as OAuth 2.0 authentication , health checks, SQL optimizat

8.0wenb1n-dev/SmartDB_MCP

Firebase

Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn this after you've designed your data model. This skill covers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Firebase Hosting. Key insight: Firebase is optimized for read-heavy, denormalized data. I

4.0sickn33/antigravity-awesome-skills

Using Neon

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.

8.0sickn33/antigravity-awesome-skills

Better Auth Best Practices

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

7.0better-auth/skills

kubefwd (Kube Forward)

Documentation | Getting Started | User Guide | API Reference | MCP (AI Integration) kubefwd enables developers to work on their local machine while seamlessly accessing services running in a Kubernetes cluster. If you're building a new API that needs to connect to a database at db:5432, an auth service at auth:443, and a cache at redis:6379, all running in your development cluster, kubefwd makes t

8.0txn2/kubefwd

Clerk Auth

Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.

5.0sickn33/antigravity-awesome-skills

Neon Postgres

Plugin

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.

5.0neondatabase/agent-skills

Gh Address Comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

7.0openai/skills

JSR MCP

MCP Server

A Deno monorepo containing packages for JSR (JavaScript Registry) access: - @wyattjoh/jsr - Core library for JSR API access - @wyattjoh/jsr-mcp - Model Context Protocol (MCP) server for LLM integration - Search packages across the JSR registry - Get package details, versions, and dependencies - Manage scopes and package publishing - Handle member invitations and permissions - Access registry stati

7.0wyattjoh/jsr-mcp

Zitadel MCP Server

MCP Server

An MCP (Model Context Protocol) server for Zitadel identity management. Manage users, projects, applications, roles, and service accounts through natural language from AI tools like Claude Code. Portal tools (portal) are only available when PORTALDATABASEURL is configured. 1. A Zitadel instance (Cloud or self-hosted) 2. A service account with Org Owner or IAM Admin role 3. A JSON key for the servi

9.0takleb3rry/zitadel-mcp

Openapi To MCP

MCP Server

Use your OpenAPI specification to expose your API's endpoints as strongly typed tools. Basic example for https://petstore3.swagger.io/ 🎉 More complex example, using Github's API: This example use the bearer token auth (with a Github Personal Access Token) and force the tool naming strategy to "verb and path", as Github's operation ids are not valid tool names. As a Nuget tool: openapi-to-mcp Or d

8.0ouvreboite/openapi-to-mcp

M365 Agents Py

|

7.0sickn33/antigravity-awesome-skills