View cross-role communication guidelines and message templates
Scanned 6/3/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill communication --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Communication Sensei Hacker Inav Claude?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-communication-sensei-hacker-inav-claude)More formats (shields.io, HTML) on the badges page.
---
description: View cross-role communication guidelines and message templates
triggers:
- how to communicate
- send message
- message template
- communication guide
- who do I contact
---
# Communication Guide Skill
Reference for cross-role communication in the INAV project.
## Full Documentation
Read the complete guide:
```bash
cat claude/COMMUNICATION.md
```
## Quick Reference
### Role Contacts
| Need | Contact |
|------|---------|
| Task assignment | Manager |
| Implementation help | Developer |
| Build/release issues | Release Manager |
| Project status | Manager |
### Message Flow
**To send a message:**
1. Create file in `claude/{your-role}/sent/`
2. Copy to `claude/{recipient-role}/inbox/`
**File naming:** `YYYY-MM-DD-HHMM-{type}-{description}.md`
### Message Types
- `task` - Task assignment
- `completed` - Completion report
- `status` - Status update
- `question` - Question needing answer
- `response` - Response to question
- `reminder` - Future action reminder
- `guidance` - Direction or decision
### Basic Template
```markdown
# {Type}: {Title}
**Date:** YYYY-MM-DD HH:MM
**From:** {Your Role}
**To:** {Recipient Role}
## Content
{Your message}
---
**{Your Role}**
```
## Folder Structure
Each role has:
- `inbox/` - Incoming messages
- `inbox-archive/` - Processed messages
- `sent/` - Sent message copies
- `outbox/` - Drafts awaiting delivery
---
## Related Skills
- **email** - Read and manage your inbox messages
- **projects** - Query project status (often referenced in communications)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!