Auth

Authentication and authorization

Showing 1537-1560 of 3716 skills
botpress

adk-frontend

by botpress

Guidelines for building frontend applications that integrate with Botpress ADK bots - covering authentication, type generation, client setup, and calling bot actions

Auth 11 7mo ago
BayramAnnakov

telegram-mcp-setup

by BayramAnnakov

Interactive setup wizard for connecting Telegram to Claude Code via telegram-mcp. Guides users through the entire process: getting API credentials, generating session string, storing credentials securely, and registering the MCP server. Triggers: "setup telegram", "connect telegram to claude", "telegram mcp setup", "install telegram-mcp", "telegram integration", "telegram for claude"

Auth 22 6mo ago
aloth

overleaf

by aloth

Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv.

Auth 17 7mo ago
bluzername

terminal-title

by bluzername

Automatically updates terminal window title to reflect the current high-level task. Use at the start of every Claude Code session when the user provides their first prompt, and whenever the user switches to a distinctly new high-level task. Helps developers manage multiple Claude Code terminals by providing clear, at-a-glance identification of what each terminal is working on.

Auth 139 7mo ago
JinFanZheng

memory

by JinFanZheng

Persistent memory for cross-session personalization. Trigger when user shares identity, preferences, relationships, or facts worth remembering.

Auth 79 7mo ago
mindverse

secondme-init

by mindverse

初始化 SecondMe 项目配置和功能模块选择,创建 state.json 和 CLAUDE.md

API Dev 21 6mo ago
mindverse

secondme-nextjs

by mindverse

基于配置和需求生成 Next.js 项目,支持 --quick 快速模式跳过 PRD 阶段

API Dev 21 6mo ago
corca-ai

handoff

by corca-ai

"Auto-generate session or phase handoff documents so the next agent starts with context, constraints, and scope already loaded. Source: cwf-state.yaml and session artifacts. --phase mode generates phase-to-phase context transfer (HOW) separate from plan.md (WHAT). Triggers: \"cwf:handoff\", \"cwf:handoff --phase\", \"handoff\", \"핸드오프\", \"다음 세션\", \"phase handoff\""

Auth 78 6mo ago
corca-ai

review

by corca-ai

"Universal review with narrative verdicts for consistent quality gates before and after implementation. 6 parallel reviewers: 2 internal (Security, UX/DX) via Task + 2 external slots via available providers (Codex/Gemini CLI, Claude Task fallback) + 2 domain experts via Task. Graceful fallback when CLIs are unavailable. Modes: --mode clarify/plan/code. Triggers: \"/review\""

Auth 78 6mo ago
corca-ai

run

by corca-ai

"Full CWF pipeline auto-chaining for end-to-end delegation without manual stage sequencing. Orchestrates: gather → clarify → plan → review(plan) → impl → review(code) → refactor → retro → ship. Respects Decision #19: human gates pre-impl, autonomous post-impl. Triggers: \"cwf:run\", \"run workflow\""

Auth 78 6mo ago
corca-ai

retro

by corca-ai

"Comprehensive session retrospective that turns one session's outcomes into persistent improvements. Adaptive depth: deep by default, with light mode via --light (and tiny-session auto-light). Triggers: \"cwf:retro\", \"retro\", \"retrospective\", \"회고\""

Auth 78 6mo ago
project-codeguard

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Auth 421 7mo ago
corca-ai

ship

by corca-ai

"Automate GitHub workflow so validated session artifacts become ship-ready issue/PR/merge actions with explicit human control points. Triggers: \"/ship\""

Auth 78 6mo ago
yoanbernabeu

supabase-help

by yoanbernabeu

Quick reference for all Supabase security audit skills with usage examples and command overview.

Auth 67 7mo ago
yoanbernabeu

supabase-audit-auth-config

by yoanbernabeu

Analyze Supabase authentication configuration for security weaknesses and misconfigurations.

Auth 67 7mo ago
mikecfisher

ableton-lom

by mikecfisher

Comprehensive Ableton Live Object Model (LOM) API reference for developing Remote Scripts in Python. Use this skill when working with Ableton Live Remote Scripts, control surfaces, or any Python code that interfaces with Ableton Live's internal API. Covers Live 12.3 API including: Song, Track, Clip, Device, DeviceParameter, Scene, ClipSlot, MixerDevice, Chain, RackDevice, Browser, and all specialized device classes (Simpler, Wavetable, Drift, etc.). Provides property types, access modes (read-only/read-write), observable status, method signatures, and canonical paths. Essential for: (1) Building or extending Remote Scripts, (2) Creating MCP servers for Ableton, (3) Developing control surface integrations, (4) Automating Live via Python.

API Dev 16 7mo ago
acedergren

cloudflare-zero-trust

by acedergren

Use when working with Cloudflare Tunnel or Access - tunnel setup, authentication configuration, 502 Bad Gateway errors, Docker/Kubernetes deployment, service token management, private network routing (SSH/RDP/databases), WebSocket/gRPC connection issues, replica scaling problems, WARP routing, Terraform/IaC automation, local development with quick tunnels, audit logging setup, compliance requirements (SOC2/HIPAA), or advanced network debugging. Keywords - cloudflared, 502 error, service tokens, terraform, metrics port 20241, trycloudflare, Logpush, SIEM. CRITICAL - Authentication mandatory not optional.

Auth 26 7mo ago
ckorhonen

agent-browser

by ckorhonen

Automate headless browser interactions using agent-browser CLI. Use when scraping web pages, automating form submissions, testing web apps, or performing browser automation tasks. Works with element refs (@e1, @e2) optimized for AI agent reasoning.

Agents 13 7mo ago
salvo-rs

salvo-session

by salvo-rs

Implement session management for user state persistence. Use for login systems, shopping carts, and user preferences.

Auth 20 7mo ago
salvo-rs

salvo-auth

by salvo-rs

Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints and user management.

Auth 20 7mo ago
ignromanov

llm-obsidian-wiki

by ignromanov

"Karpathy's LLM Wiki pattern, built for Claude Code. Long-term memory for Claude via Obsidian: captures URLs, PDFs, GitHub, YouTube and compiles them into a structured Obsidian vault with citations that grows smarter every session. Second brain, zettelkasten, and autonomous research assistant in one. Keywords: llm-wiki, obsidian-plugin, knowledge-base, compounding-knowledge, claude-code, pkm, llm-memory."

Auth 20 5mo ago
salvo-rs

salvo-csrf

by salvo-rs

Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and state-changing endpoints.

Auth 20 7mo ago
salvo-rs

salvo-middleware

by salvo-rs

Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.

API Dev 20 7mo ago
andrelandgraf

authentication

by andrelandgraf

Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.

API Dev 20 7mo ago