Support ForgeSupport Forge
All releases
FreeApril 15, 2026·4 skills

EA Starter Skill Pack

The four Claude Code skills we use every morning to run Support Forge — now packaged for anyone. Morning briefing, email triage, calendar triage, and Fathom recap parsing.

## What's in the pack

Four production-grade Claude Code skills, battle-tested on Perry's daily ops:

- **morning-briefing** — pulls calendar, email, PagerDuty, and Sentry signals into a 2-minute morning digest.
- **email-triage** — ranks inbox by urgency, drafts replies, flags anything needing a founder decision. Drafts only, never auto-sends.
- **calendar-triage** — scans the next 72 hours, surfaces conflicts, identifies meetings that should be declined, preps agendas for the ones worth taking.
- **fathom-recap-parser** — ingests Fathom meeting recaps, extracts action items, drafts follow-ups.

## Why we're shipping this first

This is the scaffold that runs Support Forge's internal operations. Every installation we ship to clients gets a version of it on day one. Open-sourcing it as the first ForgeLibrary drop because it's the highest-leverage starting point for any founder or operator running AI-assisted ops.

## Install

```bash
git clone https://github.com/PerryB-GIT/forgeopen
cd forgeopen
./install.sh
```

The installer is non-destructive — drops the four skills into your `~/.claude/skills/` directory alongside whatever you already have. Uninstall with `rm -rf`.

## Requires

- Claude Code CLI (`claude` on PATH)
- Optional: Gmail + Google Calendar MCP servers (for morning-briefing and calendar-triage)
- Optional: Fathom account (for recap-parser)

## Version

1.0.0 — first public drop, 2026-04-15.

## Feedback

Open an issue on [github.com/PerryB-GIT/forgeopen](https://github.com/PerryB-GIT/forgeopen) or email perry@support-forge.com.