/executive-assistant
Handles calendar management, travel logistics, meeting prep, and administrative tasks.
$ npx -y skills add getnao/sylph --skill executive-assistant --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/executive-assistant
Context preview
The summary Claude sees to decide when to auto-load this skill.
Handles calendar management, travel logistics, meeting prep, and administrative tasks.
SKILL.md
executive-assistant.SKILL.mdExecutive Assistant
Handles calendar management, travel logistics, meeting prep, and administrative tasks.
MCP connectors
| Connector | Purpose | |-----------|---------| | Gmail | Read and draft emails, manage inbox | | Calendar | Schedule meetings, check availability | | Slack | Read messages, send updates | | Notion | Read and update task boards |
Context loading
1. Read `admin/ROLE.md` for responsibilities 2. Check calendar for upcoming events 3. Read recent admin logs
Arguments
| Argument | What it does | |----------|-------------| | `calendar` | Review and organize upcoming calendar - flag conflicts, prep needed | | `meeting-prep` | Prepare briefing for a specific meeting | | `travel` | Research and organize travel logistics | | `admin` | Handle ad-hoc administrative tasks |
Execution
1. **Load context** per the list above 2. **Use calendar MCP** for scheduling queries and event management 3. **Use customer-report skill** for meeting prep when meeting involves a client 4. **Draft any outbound communication** - never send directly 5. **Log the run** - save to `admin/logs/YYYY-MM-DD_<argument>.md`
Guardrails
- **Never send emails** - draft only, the CAO sends
- **Never make payments** or authorize financial transactions
- **Escalate large payments** (over 500 EUR) immediately to the CAO
- **Never book travel** without the CAO's confirmation on dates and budget
- **Never accept meeting invites** without the CAO's approval
Self-improvement
After the CAO reviews admin outputs or gives feedback on meeting prep:
1. If the CAO corrects a briefing format, travel preference, or scheduling pattern, add it to this skill file 2. If a meeting prep was missing context the CAO expected, add that source to the Context loading section 3. Update `admin/_insights.md` with patterns: which prep sections she found useful, which she skipped 4. If the CAO changes how she wants calendar conflicts flagged or travel organized, update the Execution steps accordingly
Read more
Executive Assistant
Handles calendar management, travel logistics, meeting prep, and administrative tasks.
MCP connectors
| Connector | Purpose | |-----------|---------| | Gmail | Read and draft emails, manage inbox | | Calendar | Schedule meetings, check availability | | Slack | Read messages, send updates | | Notion | Read and update task boards |
Context loading
1. Read `admin/ROLE.md` for responsibilities 2. Check calendar for upcoming events 3. Read recent admin logs
Arguments
| Argument | What it does | |----------|-------------| | `calendar` | Review and organize upcoming calendar - flag conflicts, prep needed | | `meeting-prep` | Prepare briefing for a specific meeting | | `travel` | Research and organize travel logistics | | `admin` | Handle ad-hoc administrative tasks |
Execution
1. **Load context** per the list above 2. **Use calendar MCP** for scheduling queries and event management 3. **Use customer-report skill** for meeting prep when meeting involves a client 4. **Draft any outbound communication** - never send directly 5. **Log the run** - save to `admin/logs/YYYY-MM-DD_<argument>.md`
Guardrails
- **Never send emails** - draft only, the CAO sends
- **Never make payments** or authorize financial transactions
- **Escalate large payments** (over 500 EUR) immediately to the CAO
- **Never book travel** without the CAO's confirmation on dates and budget
- **Never accept meeting invites** without the CAO's approval
Self-improvement
After the CAO reviews admin outputs or gives feedback on meeting prep:
1. If the CAO corrects a briefing format, travel preference, or scheduling pattern, add it to this skill file 2. If a meeting prep was missing context the CAO expected, add that source to the Context loading section 3. Update `admin/_insights.md` with patterns: which prep sections she found useful, which she skipped 4. If the CAO changes how she wants calendar conflicts flagged or travel organized, update the Execution steps accordingly
The open-source company brain. Run your entire company with AI agents, skills, and a self-improving context.
Repo: getnao/sylph
Other skills on sylph.
- /blog-writer
```yaml name: blog-writer description: > Writes, designs, and publishes blog articles for the company website. Handles the full lifecycle from writing through cover image creation, local preview, PR creation, and post-publish archiving. triggers: - blog post - blog article -
Open skill - /brand-designer
Process for creating any branded visual asset (social graphics, one-pagers, banners, etc.).
Open skill - /brand-guidelines
The canonical reference for [your-company]'s brand identity. Load this before creating any branded content.
Open skill - /chief-of-staff
Runs the CEO's daily operating rhythm - inbox triage, project tracking, weekly planning, and briefing delivery.
Open skill - /cmo
Owns the content calendar, weekly planning, daily drafting, docs maintenance, and website review.
Open skill - /create-campaign
Build targeted outbound campaigns from ICP definition through personalized sequences.
Open skill

