Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add calumjs/ClaudeCode.MeetingSummariser --skill "list-projects"
Install specific skill from multi-skill repository
# Description
List all projects and their meeting history. Use when the user asks about projects, wants to see what meetings exist, or needs an overview of the workspace.
# SKILL.md
name: list-projects
description: List all projects and their meeting history. Use when the user asks about projects, wants to see what meetings exist, or needs an overview of the workspace.
List Projects
Show all projects and their meeting history.
Instructions
- Scan the
projects/directory for all project folders - For each project, gather:
- Project name
- Number of transcripts in
transcripts/ - Date range of meetings (earliest to latest)
- Most recent meeting date
- Number of dashboards in
dashboards/ -
Number of analyses in
analysis/ -
Display in a formatted overview
Output Format
📁 project-alpha
Meetings: 12 (2025-10-01 to 2026-01-12)
Latest: 2026-01-12
Dashboards: 10 generated
📁 project-beta
Meetings: 5 (2025-12-01 to 2026-01-10)
Latest: 2026-01-10
Dashboards: 5 generated
📁 client-xyz
Meetings: 3 (2026-01-05 to 2026-01-12)
Latest: 2026-01-12
Dashboards: 2 generated
If No Projects Exist
If the projects/ directory is empty, inform the user:
"No projects yet. Provide a .vtt transcript to create your first project."
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.