认证鉴权
认证与授权
adk-frontend
botpress
Guidelines for building frontend applications that integrate with Botpress ADK bots - covering authentication, type generation, client setup, and calling bot actions
telegram-mcp-setup
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"
overleaf
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.
terminal-title
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.
memory
JinFanZheng
Persistent memory for cross-session personalization. Trigger when user shares identity, preferences, relationships, or facts worth remembering.
secondme-init
mindverse
初始化 SecondMe 项目配置和功能模块选择,创建 state.json 和 CLAUDE.md
secondme-nextjs
mindverse
基于配置和需求生成 Next.js 项目,支持 --quick 快速模式跳过 PRD 阶段
handoff
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\""
review
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\""
run
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\""
retro
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\", \"회고\""
software-security
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.
ship
corca-ai
"Automate GitHub workflow so validated session artifacts become ship-ready issue/PR/merge actions with explicit human control points. Triggers: \"/ship\""
supabase-help
yoanbernabeu
Quick reference for all Supabase security audit skills with usage examples and command overview.
supabase-audit-auth-config
yoanbernabeu
Analyze Supabase authentication configuration for security weaknesses and misconfigurations.
ableton-lom
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.
cloudflare-zero-trust
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.
agent-browser
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.
salvo-session
salvo-rs
Implement session management for user state persistence. Use for login systems, shopping carts, and user preferences.
salvo-auth
salvo-rs
Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints and user management.
llm-obsidian-wiki
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."
salvo-csrf
salvo-rs
Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and state-changing endpoints.
salvo-middleware
salvo-rs
Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.
authentication
andrelandgraf
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.