- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
pracmo-practice-everything
by zendong
"You MUST use this when user wants to practice, review, or test knowledge on any topic. Engages in interactive Socratic questioning through multiple choice, true/false, and multi-select questions until user chooses to exit."
product-manager
by k1lgor
Use this to break down high-level goals into tasks, write user stories, define acceptance criteria, and prioritize features.
spark-cli-knowledge-sharing
by memcoai
Queries the Spark collective knowledge network for internal team policies, proprietary patterns, and shared problem-solving knowledge before coding tasks. Shares new discoveries back to the network and submits feedback on recommendations. Triggered when beginning a new coding task, implementing proprietary logic, resolving legacy library conflicts, or after solving a nuanced problem.
e2e-tester
by SebastiaanWouters
Explores UI via agent-browser, generates CI-ready tests (Playwright or Pest). Triggers on "e2e test", "write e2e tests", "test the UI", "/e2e-tester".
tanstack-start
by ferdousbhai
TanStack Start full-stack React framework. Use for: server functions with createServerFn, TanStack Router file-based routing, TanStack Query SSR integration, Cloudflare Workers deployment.
session-reconstruct
by sunnypatneedi
Retroactively analyze exported sessions to reveal orchestration that wasn't captured. Use --reconstruct for old sessions where you forgot --showcase. Infers skill logic, agent internals, and decision rationale from transcript patterns with 60-80% accuracy.
list
by cadrianmae
List all development sessions
cross-session-integrity-check
by starwreckntx
Verify integrity of context and behavioral calibration across session boundaries.
fastapi-templates
by Krosebrook
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
context-preservation-protocol-execution
by starwreckntx
Execute context preservation protocols for session continuity.
field-archivist-memory
by starwreckntx
Archive and retrieve field session data for cross-session memory continuity.
owasp-api-security-top-10
by yariv1025
"OWASP API Security Top 10 - prevention, detection, and remediation for REST/GraphQL/API security. Use when designing or reviewing APIs - object- and function-level authorization, authentication, rate limiting and resource consumption, sensitive business flows, SSRF, API inventory and versioning, or consumption of third-party APIs."
mermaid-diagrams
by cachemoney
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
solana-mobile
by agentic-reserve
Solana Mobile development with Mobile Wallet Adapter (MWA), Seeker device integration, SeedVault secure storage, and React Native dApp patterns for building mobile-first Solana applications.
tmux-cli-test
by gpu-cli
Test CLI applications interactively using tmux sessions. Use when testing TUI apps (ratatui dashboard, interactive prompts), verifying CLI command output, testing keyboard navigation, or validating terminal rendering. Launches commands in tmux, waits on conditions (never sleeps), captures frames, sends keypresses, and asserts on output. Specifically designed for gpu-cli but works with any CLI. Use this skill when asked to test, verify, or QA any terminal-based UI or CLI command flow.
operating-claude
by Git-Fg
"Operational manual for driving the Claude runtime. Use when needing to optimize context usage, troubleshoot performance, or understand runtime mechanics. Do not use for architectural definitions or building plugins."
convex-rate-limiter
by Imfa-Solutions
Convex Rate Limiter component (@convex-dev/rate-limiter) — type-safe, transactional rate limiting with token bucket and fixed window strategies. Use when implementing rate limiting in a Convex app, configuring per-user or global rate limits, protecting mutations/actions from abuse, handling failed login throttling, LLM token/request quotas, or signup caps. Triggers on: rate limit, rate-limiter, RateLimiter, token bucket, fixed window, @convex-dev/rate-limiter, throttle requests, abuse prevention, quota management, sharding rate limits, capacity reservation. Also use when the user asks "how do I rate limit in Convex", "add rate limiting to my mutation", "limit API calls per user", or wants to review/fix existing rate limiter code.
analytics-tracking
by Jackiexiao
"Use when setting up, improving, or auditing analytics tracking (GA4, GTM, conversion/event tracking, UTM, measurement plans)."
google-adk-typescript
by vysotin
Build production-ready AI agents in TypeScript using Google Agent Development Kit (ADK). Use when creating agentic TypeScript/JavaScript applications with LlmAgent, workflow agents (SequentialAgent, ParallelAgent, LoopAgent), custom agents (BaseAgent with runAsyncImpl), FunctionTool with Zod schemas, MCP and OpenAPI tools, multi-agent orchestration, session and state management (outputKey, app/user/temp prefixes, CallbackContext), callbacks and guardrails, testing and evaluation, backend frameworks (Express, Hono), or deploying to Cloud Run or containers. Triggers on "build an agent TypeScript", "ADK TypeScript", "ADK TS", "@google/adk", "multi-agent system TypeScript", "agentic application TypeScript", "Gemini agent TypeScript".
cui-javadoc
by cuioss
CUI JavaDoc documentation standards for Java classes, methods, and code examples
cc-front-compaction
by choru-k
Prepare manual front-only compaction for Claude Code by compacting oldest N% with hard tail replay default. Use only when user explicitly asks for /cc-front-compaction.
facilitating-reasoning
by Git-Fg
"Clarifies goals and applies structured thinking frameworks (Pareto, Inversion, First-Principles) to complex problems. Use when exploring constraints, analyzing decisions, or applying structured reasoning to uncover hidden assumptions."
session-support
by Keiji-Miyake
短時間で中断可能な開発セッションに最適化されたセッション管理スキル。セッション開始時の現状把握、中断時のコンテキスト保持(CONTEXT.md)、ドキュメント構造の維持(構造の番人)に特化しています。
agent-browser
by bentossell
Browser automation for web testing, form filling, screenshots, and data extraction. Use when navigating websites, interacting with web pages, filling forms, taking screenshots, testing web applications, or extracting information from web pages.