Loading...
Loading...
Found 24 Skills
Requests invite-link / RSVP based access where guests can submit responses without login while admin can view responses with login.
Support for sending an email with a link the recipient can click to prove they own the email address.
Send personalised marketing emails to subscribers with an unsubscribe link.
Web-camera support.
HTTP outcalls performed by the backend canister (not in the frontend).
Send an email with multiple to, cc and bcc addresses.
Support for sending service/transactional emails. Don't use this for sending marketing emails or verification emails.
使用 Spring Cache 抽象实现缓存策略,支持多种缓存提供商(Redis、Caffeine、EhCache 等)。使用场景:(1) 减少数据库查询,(2) 提高 API 响应时间,(3) 实现读写缓存策略,(4) 配置缓存失效策略,(5) 实现多级缓存
Spring Cache abstraction for Spring Boot 3.x. Covers @Cacheable, @CacheEvict, @CachePut, cache managers (Caffeine, Redis, EhCache), TTL configuration, cache keys, conditional caching, and cache synchronization. USE WHEN: user mentions "spring cache", "@Cacheable", "@CacheEvict", "cache manager", "Caffeine cache", "@EnableCaching", "cache abstraction" DO NOT USE FOR: Redis operations - use `spring-data-redis` instead, distributed caching architecture - combine with `redis` skill
Core infrastructure providing backend connection configuration, storage client, and React app entry point.
Use the `googlemail-client` mops package whenever the user asks the canister to send email, compose a draft, list or read Gmail messages, or fetch the authenticated user's Gmail profile. The package wraps the Gmail REST API v1 at `https://gmail.googleapis.com` via outbound HTTPS calls.
Instruction set for enabling and operating the Spring Cache abstraction in Spring Boot when implementing application-level caching for performance-sensitive workloads.