Use when operations involve emailing teammates (mail_teammates MCP tool). Defines strict privacy rules for team communication.
Scanned 5/27/2026
Install via CLI
openskills install CodingJay-1/claude-mail-bridge---
name: claude-mail-bridge-team_rules
description: Use when operations involve emailing teammates (mail_teammates MCP tool). Defines strict privacy rules for team communication.
---
# Claude Mail Bridge Team Rules
## Overview
This skill defines strict behavioral guidelines for operations involving emailing teammates. These operations involve privacy risks and require explicit user approval.
## When to Use This Skill
Use when operations involve emailing teammates.
## Core Rule: Explicit Approval Required
**CRITICAL**: Before calling `mail_teammates`, you MUST get explicit user approval.
### Approval Process
1. **Show the draft**: Explain to the user in natural language:
- The recipient (email or alias)
- The subject
- Content summary
- **Attachments** (if any): list the files being attached
2. **Get confirmation**: Wait for user to explicitly approve (e.g., "yes", "send it", "go ahead", "好的", "发送")
3. **Call with approval flag**: Set `_user_check_and_approved=True` when calling the tool
### Example
```
AI: I need to ask Alice about the deployment status.
Should I send her an email with:
- Subject: "Deployment status inquiry"
- Attachments: ["/var/log/deploy.log", "config.yml"]
Here's what I plan to say: [summary of content]
User: Yes, send it
AI: [calls mail_teammates with _user_check_and_approved=True and attachments=[...]]
```
### Attachment Rules
When including attachments in teammate emails:
- **Always mention attachments** when showing the draft to user
- **Verify file paths exist** before calling the tool (validation is automatic, but be aware)
- Max 15MB per file
- Allowed types: text/code, images/PDFs, archives, documents
## Prohibited Behaviors
**Absolutely prohibited:**
- Do NOT email teammates without getting explicit user approval first
- Do NOT assume approval based on past interactions
- Do NOT send sensitive information without explicit confirmation
- Do NOT call `mail_teammates` without first invoking this skill
No comments yet. Be the first to comment!
Set up the Globalize CLI, create a translation project, and connect a GitHub or GitLab repository. Use this skill when the user asks to set up Globalize, install the Globalize CLI, authenticate with Globalize, or connect their project to the Globalize translation platform. Also use when the user mentions @globalize-now/cli-client or globalise-now-cli. This skill handles installation, authentication, project creation, and repository connection. For managing existing projects (glossaries, style...
Team Mode security research skill. Orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in parallel, prove exploitability, classify root causes, and calibrate severity by actual exploitability. Use for security review, vulnerability research, exploitability audit, pre-release security check, threat model validation, and `/security-research`. Triggers: 'security-research', 'security research', 'security review', 'vulnerability audit', 'exploitability audit', '보안 리뷰', '취...
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection.