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

@vaicli/vai-workflow-meeting-action-items

v1.0.0

Published

Ingest meeting notes into the knowledge base and extract structured action items with owners, deadlines, and context from prior meetings.

Readme

vai-workflow-meeting-action-items

Meeting notes are ingested into knowledge bases as raw text, but the most valuable information — action items, decisions, owners, and deadlines — is buried in conversational prose. Teams need a workflow that both stores the notes and extracts structured action items immediately.

Install

vai workflow install vai-workflow-meeting-action-items

How It Works

  1. Ingest — Store the meeting notes in the knowledge base for future retrieval
  2. Search context — Query for prior related action items or decisions
  3. Extract — Use an LLM to extract structured action items enriched with historical context

Execution Plan

Layer 1 (parallel):  store_notes | prior_context
Layer 2:             extract_actions

Example Usage

vai workflow run vai-workflow-meeting-action-items \
  --input notes="Architecture Review - Feb 13, 2026. Attendees: Sarah, Mike, Chen. Discussed migrating auth service to OAuth2 PKCE..." \
  --input collection="team_notes" \
  --input meeting_topic="Auth service migration" \
  --input date="2026-02-13"

What This Teaches

  • ingest and query run in parallel — notes are stored and historical context is retrieved simultaneously
  • The metadata field on ingest demonstrates tagging documents with structured metadata
  • Historical context enriches the extraction, connecting current action items to past decisions
  • This is a practical productivity workflow that provides immediate, tangible value

License

MIT © 2026 Michael Lynn