- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
handoff
by ddaanet
Save session state for the next agent. Triggers on "handoff", "h", "hc", session update, or agent switch requests. Writes session.md with completed tasks, pending work, blockers, and learnings. Not for Haiku orchestrators — use /handoff-haiku instead.
conversation-logging
by ianphil
Global hooks for logging Claude Code conversation events to markdown files. Tracks prompts, tool usage, and responses across all sessions. Useful for debugging, auditing, and providing conversation context to Claude.
smartthings-smartapps
by 401Unauthorized
Design, build, and troubleshoot SmartThings SmartApps (Connected Services), including app registration, lifecycles, configuration, subscriptions, scheduling, OAuth, hosting, testing, and troubleshooting using official docs.
lucia-auth
by ameistad
Implement authentication following Lucia Auth best practices. Use when users ask to "add auth", "implement authentication", "setup login", "add sessions", "implement OAuth", "add 2FA/MFA", "password hashing", or reference "lucia auth" or "copenhagen book" patterns.
next
by ddaanet
Find pending work in secondary locations. Triggers on "what's next?", "any pending work?", or when no pending work exists in already-loaded context. Checks shelf, todo.md, ROADMAP.md.
aroythai-frontend
by witthaya-18
Work on the AROYTHAI React frontend and admin dashboard. Use when Codex needs to modify routes, layouts, Redux Toolkit flows, menu management, auth behavior, API integration, or Tailwind UI in this repository. Especially relevant for tasks involving src/app, src/features/menu, src/features/auth, src/pages/admin, src/pages/public, or shared API/layout code.
ogt-cli-opencode
by OpenDNDApps
Run OpenCode CLI for code generation, analysis, and development tasks. Uses OAuth authentication. Use for rapid prototyping, code refactoring, testing, and automation. Preferred for load balancing sub-agent work (35% weight).
e2e-qa-tester
by AgustinAlbonico
"Ejecuta pruebas E2E y QA manual usando Playwright MCP para verificar la ultima tarea completada en la conversacion. Usar cuando se necesite: (1) Probar un flujo recien implementado, (2) Verificar que una funcionalidad funciona correctamente, (3) Hacer QA manual de una nueva feature, (4) Testear formularios, flujos de autenticacion, o cualquier interaccion de usuario. El skill busca credenciales en CREDENTIALS.md, intenta conectar al puerto 5173 por defecto, y pide confirmacion antes de ejecutar las pruebas."
nexus-project-engineering
by ispp-g7-nexus
Guia de implementacion en el proyecto NexUS (Django multitenant + React SSR). Usar cuando haya que crear o modificar backend, frontend SSR, rutas, componentes, integraciones frontend-backend, tenancy por dominio, auth JWT, Docker Compose dev/prod o documentacion tecnica del repo.
interactive-learner
by jwa91
"Personal AI tutoring skill that deeply researches any topic, then creates rich, interactive HTML courses with quizzes, simulators, debug challenges, explain-back exercises, real-world missions, and more. Tracks per-concept mastery across sessions with spaced repetition. Use when: (1) the user wants to learn a new topic, (2) the user says 'teach me X' or 'I want to learn X', (3) the user asks for an interactive lesson or course, (4) the user wants to study or review a subject. Works for any topic: technical, conceptual, creative, math, languages."
fortify-scsast
by crance
ScanCentral SAST guide for MCP tools. Package source code, run SAST scans on ScanCentral sensors, monitor scan progress, and retrieve results from SSC.
cloud-native-engineer
by Codewithsaffy
The definitive skill for building and deploying high-performance, distributed systems using Cloud Native standards (Dapr, Redis, Microservices). Use when a project requires professional-grade architecture, cross-service communication, elastic scaling, and sub-second agentic latency. Mandatory for flawless deployments on Kubernetes (Local or Cloud).
eve-web-ui-testing-agent-browser
by Incept5
Web UI testing and browser automation with Vercel agent-browser. Use when tasks require opening pages, interacting with forms, validating UI flows, taking screenshots, extracting page data, or running repeatable browser-based checks locally or in CI.
letterly-exporter
by psycho-baller
Automates the process of exporting data from Letterly and saving it to your Obsidian vault.
teya
by Majncz
Teya payment integration guide covering POSLink (cloud-based terminal integration), All-In-One (single-device Android), E-Commerce APIs (hosted checkout, payment links), and Payments Gateway. Includes decision trees, authentication patterns, test cards, and certification guidance.
tauri-react-nest-lan-migration
by AgustinAlbonico
Migrar aplicaciones React + NestJS + Postgres desde web a desktop con Tauri en entornos LAN. Usar cuando se necesite planificar, implementar, verificar y preparar release con backend local en 127.0.0.1, base remota por IP fija, sidecar estable y diagnostico de logs de arranque.
dataforseo-labs-api
by leonardo-picciani
Run SEO research workflows with DataForSEO Labs for "competitive research", "keyword ideas", and "market analysis".
webapp-testing
by yldgio
Toolkit for interacting with and testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, or viewing browser logs.
railrun
by ray306
Agent 经常自作主张调整复杂的流程。本 Skill 可通过向 Agent 渐进式披露每个步骤,让 Agent 只能逐步执行当前看到的步骤,以保证流程确定性。
App Store Submission Skill
by jamelna-apps
App Store Review Guidelines
checkmate
by InsipidPoint
"Focus your agent on a long-running task and keep iterating until your satisfaction criteria are met — not just a best-effort attempt. Use when you want to lock your agent into a quality loop: it converts your goal into machine-checkable criteria, spins up a worker, judges the output, feeds back gaps, and repeats until PASS or you call it done. Good for tasks where correctness matters: code that must pass tests, docs that must hit a standard, research that must be thorough, anything where 'good enough on first try' isn't acceptable. Triggers on 'checkmate: TASK', 'keep going until it passes', 'don't stop until done', 'quality loop', 'iterate until satisfied', 'judge and retry'."
bitwarden
by CodeDraig
Open-source password manager with self-hosting option.
ogt-agent-team
by OpenDNDApps
Spawn a Team Leader agent that manages multiple sub-agents working toward a common goal. Team Leader reads requirements, decomposes work, assigns personalities and tasks, manages communication between team members, tracks progress, and reports results following ogt-docs task workflow. Integrates fully with docs-first system via task signals and status tracking.
appwrite-typescript
by ChiragAgg5k
Appwrite TypeScript SDK skill. Use when building browser-based JavaScript/TypeScript apps, React Native mobile apps, or server-side Node.js/Deno backends with Appwrite. Covers client-side auth (email, OAuth, anonymous), database queries, file uploads, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions.