npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/executive-assistant-skills

v1.0.0

Published

AI-powered executive assistant skills that fully replace a human EA. Research meeting attendees, draft emails, create meeting briefs, and manage action items.

Readme

Executive Assistant Skills

AI-powered executive assistant skills for Claude Code that fully replace a human EA. These skills were born from a real experiment by Martin Gontovnikas (@mgonto), Auth0's former VP of Marketing/Growth, who discovered that a set of well-crafted Claude Code skills could handle everything his executive assistant used to do — meeting prep, email drafting, action item tracking, and daily digests.

The result: a suite of 5 skills that autonomously research attendees before meetings, draft personalized emails, extract and manage action items in Todoist, and deliver a morning executive briefing — all without human intervention.

Skills

| Skill | Description | |-------|-------------| | meeting-prep | Researches upcoming meeting attendees via OpenClaw, compiles background briefs with talking points, and surfaces relevant context from past interactions. | | action-items-todoist | Extracts action items from meeting transcripts (Granola/Grain) and creates structured Todoist tasks with due dates, priorities, and project assignments. | | email-drafting | Drafts context-aware emails using your communication style, past threads, and meeting notes. Sends via the gog Gmail CLI. | | executive-digest | Generates a daily morning briefing covering your calendar, pending action items, priority emails, and key context for the day ahead. | | todoist-due-drafts | Reviews Todoist tasks approaching their due dates, drafts follow-up emails or messages for items that need outreach, and queues them for review. |

Note: The original repo includes a "humanizer" skill (originally by biostartechnology) for rewriting AI-generated text in a more natural voice. It has been excluded from this plugin as it is a third-party contribution with a separate origin.

Prerequisites

These skills rely on several external tools and services:

  • OpenClaw — People research API used by meeting-prep to look up attendee backgrounds, company info, and social profiles.
  • gog CLI — Gmail on the Go, a CLI for sending and reading Gmail. Used by email-drafting and executive-digest.
  • Granola or Grain — Meeting transcript sources. Action-items-todoist parses transcripts from these tools to extract tasks.
  • Todoist CLI — Command-line interface for Todoist. Used by action-items-todoist and todoist-due-drafts to create and query tasks.

Important: Configuration Required

These skills are deeply personalized to mgonto's specific workflow, integrations, and preferences. They will not work out of the box for other users.

To adapt them for your own use, you must create a config/user.json file in the plugin directory with your own settings, including:

  • Timezone and locale
  • Email accounts (personal, work, aliases)
  • Todoist project mappings (which projects map to which areas of your life)
  • Meeting tools configuration (Granola vs Grain, calendar source)
  • Communication style preferences and signature
  • OpenClaw API key

Each skill reads from this config to personalize its behavior. Without it, the skills will fall back to mgonto's defaults, which almost certainly won't match your setup.

See the original repository for the full setup guide and example configuration.

Author

Martin Gontovnikas (@mgonto) — Auth0's former VP of Marketing/Growth, now at Hypergrowth Partners. Martin built these skills after realizing that Claude Code, given the right instructions and tool access, could handle the full scope of executive assistant work autonomously.

License

MIT