- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
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\", \"회고\""
forward
by Soul-Brews-Studio
Create handoff + enter plan mode for next session. Use when user says "forward", "handoff", "wrap up", or before ending session.
handoff
by vaayne
Transfer context to a new focused session. Use when starting a new phase of work, handing off to a new session, or when context needs to be summarized for continuation. Triggers on "handoff", "transfer context", "start new session with context", or when the user wants to continue work in a fresh session.
clerk-testing
by clerk
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
done
by mblode
Captures key decisions, questions, follow-ups, and learnings at end of a coding session. Writes a single markdown file per session. Use when done with a session, wrapping up work, running /done, creating a session summary, saving session context, or ending a coding session.
setup
by terrylica
Check and install dependencies for asciinema-tools. TRIGGERS - setup, check deps, preflight.
Customer Success
by manojbajaj95
Skills for GTM teams
analytics-tracking
by manojbajaj95
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.
crm-integration
by manojbajaj95
"CRM integration patterns for Close CRM, HubSpot, and Salesforce. Use when: Close CRM, HubSpot, Salesforce, CRM API, lead sync, deal sync, activity logging, CRM webhook, pipeline automation, contact enrichment."
dataforseo-backlinks-api
by manojbajaj95
Retrieve backlink profiles and bulk link metrics using DataForSEO Backlinks for "backlink audit", "referring domains", and "link monitoring".
mcp-patterns
by 0xDarkMatter
"Model Context Protocol (MCP) server patterns for building integrations with Claude Code. Triggers on: mcp server, model context protocol, tool handler, mcp resource, mcp tool."
python-database-patterns
by 0xDarkMatter
"SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work."
cli-patterns
by 0xDarkMatter
"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."
agent-browser
by ArabelaTso
CLI-based browser automation with persistent page state using ref-based element interaction. Use when users ask to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
hooks
by terrylica
Install/uninstall hooks for auto-backup on session end. TRIGGERS - hooks, auto backup, session hooks.
record
by terrylica
Start terminal recording with asciinema. TRIGGERS - record session, capture terminal, start recording.
session-chronicle
by terrylica
Session log provenance tracking. TRIGGERS - who created, trace origin, session archaeology, ADR reference.
post-session
by terrylica
Complete post-session workflow - finalize orphaned recordings, convert, and AI summarize. TRIGGERS - post session, analyze recording, session review, complete workflow.
claude-code-proxy-patterns
by terrylica
Claude Code OAuth proxy patterns and anti-patterns for multi-provider model routing. TRIGGERS - proxy Claude Code, OAuth token Keychain, route Haiku to MiniMax, ANTHROPIC_BASE_URL, model routing proxy, claude-code-proxy, proxy-toggle, multi-provider setup, anthropic-beta oauth, proxy auth failure
robotframework-browser-skill
by manykarim
Guide AI agents in creating Browser Library tests using Playwright-powered automation with auto-waiting, assertion engine, and modern web features. Use when asked to create web tests with Browser Library, handle locators, assertions, iframes, Shadow DOM, or multi-tab scenarios.
robotframework-appium-skill
by manykarim
Guide AI agents in creating AppiumLibrary tests for iOS and Android native apps, hybrid apps, and mobile browsers. Load when asked about mobile testing, Appium, or mobile app automation.
phoenix-code-review
by existential-birds
Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps, checking controllers, routers, or context modules.
explanation-docs
by existential-birds
Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do
liveview-code-review
by existential-birds
Reviews Phoenix LiveView code for lifecycle patterns, assigns/streams usage, components, and security. Use when reviewing LiveView modules, .heex templates, or LiveComponents.