ワンクリックで
emails
Use this skill when: Create email template, Send notification. Focus on user intent. Trigger keywords: emails.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill when: Create email template, Send notification. Focus on user intent. Trigger keywords: emails.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill when: the user runs /tasks-execute, asks to execute backlog tasks, or wants the next queued task delivered from .agents/tasks. Trigger keywords: tasks-execute, execute task, backlog execution, next task.
Use this skill when: the user runs /tasks-plan, asks to create a task plan, generate a delivery plan, or break business requirements into backlog tasks. Trigger keywords: tasks-plan, task plan, backlog planning, delivery plan.
Use this skill when: Add or update billing discounts, configure Stripe pricing promos, change startAt or expiredAt windows, adjust pricing badges or header promo bars, or work with billing discount resolution logic. Focus on user intent. Trigger keywords: billing-discounts, discount, promo, pricing banner, startAt, expiredAt, badgeText, headerText, fixed discount, checkoutUrl, priceId, item id.
Use this skill when: Add Stripe checkout, fix billing logic, deduct credits for a feature, create a credits-consuming API route or mutation, check subscription status, gate features by plan, handle one-time purchases, top up credits, or work with the billing snapshot. Focus on user intent. Trigger keywords: payment, billing, credits, subscription, stripe, checkout, one-time, top-up, deductCredits, InsufficientCreditsError, useCredits, useSubscriptions.
Use this skill when: Add admin section, updating admin tables, creating CRUD features. Focus on user intent. Trigger keywords: admin.
Use this skill when: Create Prisma migration, Query database, Update schema. Focus on user intent. Trigger keywords: db.
| name | emails |
| description | Use this skill when: Create email template, Send notification. Focus on user intent. Trigger keywords: emails. |
Use this file when tasks involve transactional emails, providers, or templates.
src/lib/emailsrc/config/app.tssrc/shared/emailssendEmailsrc/lib/email/index.ts.APP_CONFIG.emails (from, fromName).src/shared/emails.src/shared/emails/common.src/config/env.ts and .env.src/lib/email/index.ts.src/shared/emails.sendEmail({ to, subject, component }) in the feature flow.pnpm email:dev./.