/meeting

SkillProductivity

A comprehensive knowledge management system for Solutions Architects using AI

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /meeting skill

What this skill tells your AI

The instructions your AI receives, as published by davidroliverba/architectkb in .claude/skills/meeting/SKILL.md and read by ahel’s review.

Create a new meeting note in the Obsidian vault.

Usage

/meeting <title>
/meeting <title> with <attendees>
/meeting <title> for <project>

Examples

/meeting Weekly Sync
/meeting MyDataIntegration Review with Johann, Pat
/meeting NewProductLine Update for Project - 777-X EIS Programme

Instructions

  1. Parse the command for:

    • title: The meeting name (required)
    • attendees: People mentioned after "with" (optional)
    • project: Project mentioned after "for" (optional)
  2. Generate filename: Meeting - YYYY-MM-DD {{title}}.md

    • Use today's date
    • Sanitize title (remove special characters)
  3. Create the meeting note in the +Meetings/ folder with this structure:

---
type: Meeting
title: { { title } }
created: { { DATE } }
modified: { { DATE } }
tags: []
date: "{{DATE}}"
project: { { project_link or null } }
attendees: [{ { attendee_links } }]
summary:
collections: { { collections or null } }
---

# {{title}}

## Attendees

{{attendee_list}}

## Agenda

1.

## Discussion Notes

## Action Items

- [ ]

## Decisions Made

-

## Follow-up

-
  1. For attendees:

    • Format as wiki-links: [[Name]]
    • In frontmatter: ["[[Jane Doe]]", "[[Johann Fender]]"]
    • In body: bullet list with links
  2. For project:

    • Format as wiki-link: "[[Project - MyDataIntegration]]"
    • Match against existing project names if partial match given
  3. After creating, confirm and show the file path

Signals

GitHub stars
52
Forks
12
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
meeting-davidroliverba
Source
github.com/davidroliverba/architectkb