Agent skill
meeting
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/meeting
SKILL.md
/meeting
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
-
Parse the command for:
- title: The meeting name (required)
- attendees: People mentioned after "with" (optional)
- project: Project mentioned after "for" (optional)
-
Generate filename:
Meeting - YYYY-MM-DD {{title}}.md- Use today's date
- Sanitize title (remove special characters)
-
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
-
-
For attendees:
- Format as wiki-links:
[[Name]] - In frontmatter:
["[[Jane Doe]]", "[[Johann Fender]]"] - In body: bullet list with links
- Format as wiki-links:
-
For project:
- Format as wiki-link:
"[[Project - MyDataIntegration]]" - Match against existing project names if partial match given
- Format as wiki-link:
-
After creating, confirm and show the file path
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?