- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
neldivad-blueprint-instantiator
by neldivad
Bootstraps a new SaaS project from blueprint templates, or resumes an existing one. Runs phased Q&A to extract the idea, fills architecture docs, discovers stack-specific skills, and prepares the project for building. Use when user says "new project", "start a SaaS", "instantiate blueprint", "bootstrap <name>", "resume <name>", "continue <name>", or "load <name>".
universal-data-acquisition-pipeline
by Pranjay-kumar
Trigger when the user wants to collect, structure, evaluate, crawl, extract, refresh, or build reusable data acquisition pipelines from websites, APIs, portals, files, or rendered apps. Use for dataset design, source classification, feasibility, endpoint discovery, authorized/owned-session scraping plans, Playwright fallback, source probing, pagination analysis, scraper/pipeline architecture, sample validation, refresh design, and output contracts. Do not trigger for ordinary browsing, exploitative access, credential theft, CAPTCHA solving, auth bypass, rate-limit bypass, or non-data tasks.
netops-asset-manager
by Boos4721
Manage IT infrastructure assets (routers, switches, servers, GPU clusters) through a modern Go + Vue 3 web platform. Provides real-time health probing, SSH remote control, configuration backup, bulk import, network topology visualization, PM2 process management, AI-assisted operations (OpenClaw), and LLM model management. Supports H3C, Huawei, Cisco, MikroTik, Ruijie, DCN, and Linux systems. Single binary deployment with embedded SPA frontend.
amazon
by CodeDraig
Enables Claude to browse Amazon products, manage wishlists, and track orders (no purchases)
test-runner
by ingpdw
Guides the agent through running and writing Python tests with pytest. Triggered when users say "run tests", "write a test", "test this function", "add unit tests", "run pytest", "check test coverage", "debug failing test", "create test fixtures", "mock a dependency", or mention pytest, pytest-asyncio, pytest-cov, testing, unit tests, integration tests, test coverage, or test-driven development.
Skill: Yellow Pages Scraper CLI (yp-cli.py)
by MikeH1021
~/.yp-scraper/config - saved base URL and preferences
Authentication & Account Management
by neillock
Comprehensive standards for implementing secure authentication using Google OAuth 2.0 and NextAuth.js.
xcli
by vforsh
Use the xcli CLI to list likes, list bookmarks, search posts, and check usage on X.
supabase-best-practices
by jcastillotx
Supabase development standards. Triggers when working with Supabase projects, Row Level Security, real-time subscriptions, or Edge Functions.
pdf-forge
by rendis
Use when building, extending or using pdf-forge multi-tenant PDF template engine with Typst
backend-nestjs
by teodevlor
NestJS backend development conventions. Use when working on NestJS/Node.js TypeScript backend projects.
done
by olivoil
Capture a session summary (decisions, questions, follow-ups) into the Obsidian vault and link it from the daily note. Use when the user types /done or asks to wrap up a coding session.
project-skill-generator
by kongshan001
Analyze large codebases and generate project-specific Claude Code skills and expert agents. Use when: (1) Onboarding a new codebase to Claude Code, (2) Creating module-specific expert agents, (3) Generating .claude directory with skills/agents structure, (4) Updating skills as codebase evolves, (5) Building a team of specialized agents for different modules.
jose
by yusenthebot
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes. Use when: JWT Claims Set Validation & Signature Verification using the jwtVerify function; Using a remote JSON Web Key Set (JWKS); Using a local JSON Web Key Set (JWKS). NOT for: timezone database hosting; building calendar UIs.
mrs-server-dev
by mpesce
Work on the Mixed Reality Service server codebase. Use for FastAPI endpoint changes, server-side validation/auth updates, search/register/release contract changes, database-layer behavior, and server test/release hardening.
daobrew-wellness
by DaoBrewAI
"DaoBrew Wellness is a biometric stress detection and micro-recovery skill powered by Traditional Chinese Medicine theory. It reads health data (Apple Health, Health Connect, or DaoBrew Cuff) and identifies five stress patterns: Wood/Tension, Fire/Overdrive, Earth/Stagnation, Metal/Constriction, Water/Depletion. Use this skill whenever: the user has been coding for 30+ minutes without a break, the user mentions feeling stressed/tired/burned out/unfocused, the user asks about their health or energy state, you notice a long unbroken work session, the user asks for a break or recovery suggestion, OR at regular intervals during extended work sessions (every 30 minutes recommended). This skill should be checked proactively — don't wait for the user to ask. Developers who install this skill want their agent to watch out for them."
exam-curriculum-trainer
by PanchoK50
"Build and run exam-focused study systems for technical courses with lecture notes, exercises, and past exams. Use when a project contains mock exams, previous exams, exercise sheets, or lecture slides and the user wants: (1) a curriculum in the same structure as their SCML-style setup, (2) strong weighting toward previous exams and exercises over theory, and (3) strict interactive practice sessions with no-hint-first attempts, grading, weak-tag tracking, and retake loops."
mlwcli
by goofansu
Unified command-line interface for managing feeds (Miniflux), links (Linkding), and pages (Wallabag). Use when the user wants to: save a URL as a bookmark, add or browse RSS/Atom feeds, read or search unread feed entries, save an article to Wallabag, manage tags on links or pages, or authenticate with Miniflux/Linkding/Wallabag.
Broken Authentication Testing
by jcastillotx
This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.
GoStudent Recruiting ATS — Development Standards
by wolfgangriess
```
session-behavior
by ederheisler
Core behavioral guidelines and interaction patterns for the agent. This skill provides the foundation for how the agent should communicate and behave across all interactions. Use this skill to establish consistent behavior patterns at the beginning of a session. The skill defines tone, proactivity level, and request handling strategies that should be applied throughout the session. THIS SKILL HAS HIGH PRIORITY - always load at session start and re-trigger periodically to avoid behavioral drift. During context compaction, these rules should remain at the top priority.
apple-news
by CodeDraig
Access personalized news and premium content through Apple's native news aggregator.
azure-virtual-desktop-manager
by tippyentertainment
Design, deploy, manage, and automate Azure Virtual Desktop (AVD) environments, including host pools, images, scaling, access, security, and monitoring.
modular-monolith-architecture-FastAPI
by azzam-almatrafi
Scaffold and create a Modular Monolith Architecture project using Python/FastAPI. Use when the user wants to create a new FastAPI modular monolith, restructure a FastAPI monolith into modules, design module boundaries, or set up a FastAPI project following modular monolith best practices with async support, SQLAlchemy, and production-ready patterns.