- Home
- /
- Categories
- /
Email composition and templates
n8n-code-javascript
by RedcoatAsher
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
gravatar-url
by Mearman
Generate a Gravatar avatar URL from an email address. Use when the user asks for a Gravatar URL, wants to generate an avatar from an email, or needs profile image URLs for developers.
bknd-registration
by cameronapak
Use when setting up user registration flows in a Bknd application. Covers registration configuration, enabling/disabling registration, default roles, password validation, registration forms, and custom fields.
bknd-seed-data
by cameronapak
Use when populating a Bknd database with initial or test data. Covers the seed function in options, ctx.em.mutator() for insertOne/insertMany, conditional seeding, environment-based data, and common patterns for dev/test fixtures.
n8n-expression-syntax
by RedcoatAsher
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
accessibility
by thoreinstein
Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
epic-forms
by rubenpenap
Guide on forms with Conform and validation with Zod for Epic Stack
architecture-patterns
by dagba
Choose and implement iOS architecture patterns (MVVM, TCA, Clean Architecture) based on feature complexity. Use when designing architecture for new features or refactoring existing code.
content-creation
by spitoglou
Create newsletters, social media posts, presentations, professional emails, and other content for publication or communication. Use when asked to write newsletters, draft emails, create social posts, design presentations, or prepare content for specific audiences. Triggers include "write a newsletter", "draft an email", "create a post", "social media", "presentation", "blog post", "LinkedIn", "announcement".
gravatar-download
by Mearman
Download Gravatar avatar images to local files. Use when the user wants to save Gravatar images, download profile pictures, or create local avatar caches.
Outlook Skill
by swiftlysingh
First read the email to get context, then send a reply using the sender's address.
laravel-validation
by riasvdv
Complete guide to Laravel's Validator, validation rules, Form Requests, and custom rules. Use when writing or reviewing validation logic, choosing the right validation rule, building Form Request classes, creating custom rules, or working with conditional/array/nested validation. Triggers on validate(), Validator::make(), Form Request, Rule::, Password::, File::, required, nullable, unique, exists, or any Laravel validation rule usage.
sql-optimization-patterns
by icartsh
SQL 쿼리 최적화, 인덱스 전략 및 EXPLAIN 분석을 마스터하여 데이터베이스 성능을 획기적으로 향상시키고 느린 쿼리를 제거합니다. 느린 쿼리 디버깅, 데이터베이스 스키마 설계 또는 애플리케이션 성능 최적화 시 사용하세요.
gravatar-check
by Mearman
Check if a Gravatar exists for an email address. Use when the user wants to verify if someone has a Gravatar, check avatar availability, or validate email addresses against Gravatar's database.
n8n-code-python
by RedcoatAsher
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
vip-clean-architecture
by dagba
Implement VIP (View-Interactor-Presenter) Clean Architecture for iOS apps requiring maximum testability, unidirectional data flow, and protocol-based boundaries. Use when refactoring complex features or building enterprise apps with strict separation of concerns.
Email Composer
by dy9759
Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.
gpd-id-resolver
by dl-alexandre
Resolve Google Play identifiers (package, tracks, version codes, products, subscriptions) using gpd. Use when commands require IDs or exact values.
duplication-detect
by manastalukdar
Find and eliminate code duplication with DRY refactoring strategies
CareerClaw
by orestes-garcia-martinez
Run a job search briefing, find job matches, draft outreach emails, or track job applications. Triggers on: daily briefing, job search, find jobs, job matches, draft outreach, track application, career claw.
behavioral-testing
by caidanw
Behavioral testing methodology — test what users experience, not how code is structured. Use when writing tests, reviewing test quality, planning test strategy for new features, or when existing tests are brittle/verbose/coupled to implementation details. Triggers: writing tests, TDD, test review, "tests keep breaking", "too many mocks", "tests are verbose", test coverage planning, behavior-driven development.
product-manager
by k1lgor
Use this to break down high-level goals into tasks, write user stories, define acceptance criteria, and prioritize features.
by ThrownLemon
Gmail management using gmcli. Use when user wants to check, search, read, send, or manage emails.
mailgun-daemon
by fast-gateway-protocol
Fast Mailgun email operations via FGP daemon. Use when user needs to send emails, batch send, check delivery events, or validate email addresses via Mailgun. Triggers on "mailgun send", "send email mailgun", "email events", "validate email", "batch email".