- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
save-thread
by nowledge-co
Save complete conversation as checkpoint. Only when user explicitly requests ("save session", "checkpoint this"). Use nmem t save to automatically import coding sessions.
codex-claude-cursor-loop
by bear2u
Orchestrates a triple-AI engineering loop where Claude plans, Codex validates logic and reviews code, and Cursor implements, with continuous feedback for optimal code quality
payment-integration
by unclecatvn
Integrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing). Checkout, webhooks, subscriptions, QR codes, multi-provider orders.
superpowers-streamer-cli
by rohanarun
Install, log into, run, and troubleshoot the published SuperPowers desktop streamer npm package. Use when a user wants to set up superpowers-ai from npm, sign in or create an account with email or phone, start the streamer, open the printed control link, stop it later, or recover from common npm or runtime issues without needing source-code access.
regression-metrics
by jmagly
@agentic/code/frameworks/sdlc-complete/commands/metrics-dashboard.md
regression-baseline
by jmagly
@agentic/code/frameworks/sdlc-complete/agents/test-engineer.md
td-task-management
by marcus
Task management for AI agents across context windows. Use when agents need to track work, log progress, hand off state, and maintain context across sessions. Includes workflows for single-issue focus, multi-issue work sessions, and structured handoffs. Essential for AI-assisted development where context windows reset between sessions.
prd-to-goal
by yonatangross
"Decomposes a PRD, issue, or spec into a copy-pasteable single /goal until ..., or stop after N turns line. Use when running /goal against a spec, to reduce acceptance criteria to AND-joined boolean assertions."
security-patterns
by yonatangross
Security patterns for authentication, defense-in-depth, input validation, OWASP Top 10, LLM safety, and PII masking. Use when implementing auth flows, security layers, input sanitization, vulnerability prevention, prompt injection defense, or data redaction.
python-backend
by yonatangross
"Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring FastAPI dependencies, or tuning database connection pools. Runtime implementation layer, not the API wire contract."
gmcli
by badlogic
Gmail CLI for searching emails, reading threads, sending messages, managing drafts, and handling labels/attachments.
gccli
by badlogic
Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability.
gdcli
by badlogic
Google Drive CLI for listing, searching, uploading, downloading, and sharing files and folders.
playwright-cli
by colonelpanic8
Automate browser interactions from the shell using Playwright via the playwright-cli command (open/goto/snapshot/click/type/screenshot, tabs/storage/network). Use when you need deterministic browser automation for web testing, form filling, screenshots/PDFs, or data extraction.
regression-bisect
by jmagly
@.claude/agents/debugger.md
regression-report
by jmagly
@agentic/code/frameworks/sdlc-complete/agents/metrics-analyst.md
extract-transcripts
by NeverSight
Extract readable transcripts from Claude Code and Codex CLI session JSONL files
project-specification
by athola
"Transform project briefs into testable specifications with acceptance criteria. Use for requirements translation, spec creation, pre-implementation. Skip if spec exists or still exploring."
clear-context
by athola
'Automatic context management with graceful handoff to continuation subagent.
gemini-delegation
by athola
Gemini CLI delegation workflow implementing delegation-core for Google's
process-management
by chaterm
Linux process management and control
Jira Authentication Skill
by NeverSight
A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.
cli-patterns
by NeverSight
"Patterns for building production-quality CLI tools with predictable behavior, parseable output, and agentic workflows. Triggers: cli tool, command line tool, build cli, cli patterns, agentic cli, cli design, typer cli, click cli."
CloudBase Auth
by TencentCloudBase
A single skill that helps design and implement CloudBase Auth v2 using Web SDK, Node SDK, and HTTP APIs, including login methods, tokens, and best practices.