In frontmatter: ["[[Jane Doe]]", "[[Johann Fender]]"]
In body: bullet list with links
For project:
Format as wiki-link: "[[Project - MyDataIntegration]]"
Match against existing project names if partial match given
After creating, confirm and show the file path
1---2name: meeting-43description: Meeting4---56# /meeting78Create a new meeting note in the Obsidian vault.910## Usage1112```13/meeting <title>14/meeting <title> with <attendees>15/meeting <title> for <project>16```1718## Examples1920```21/meeting Weekly Sync22/meeting MyDataIntegration Review with Johann, Pat23/meeting NewProductLine Update for Project - 777-X EIS Programme24```2526## Instructions27281. Parse the command for:29 - **title**: The meeting name (required)30 - **attendees**: People mentioned after "with" (optional)31 - **project**: Project mentioned after "for" (optional)32332. Generate filename: `Meeting - YYYY-MM-DD {{title}}.md`34 - Use today's date35 - Sanitize title (remove special characters)36373. Create the meeting note in the **+Meetings/** folder with this structure:3839```markdown40---41type: Meeting42title: { { title } }43created: { { DATE } }44modified: { { DATE } }45tags: []46date: "{{DATE}}"47project: { { project_link or null } }48attendees: [{ { attendee_links } }]49summary:50collections: { { collections or null } }51---5253# {{title}}5455## Attendees5657{{attendee_list}}5859## Agenda60611.6263## Discussion Notes6465## Action Items6667- [ ]6869## Decisions Made7071-7273## Follow-up7475-76```77784. For attendees:79 - Format as wiki-links: `[[Name]]`80 - In frontmatter: `["[[Jane Doe]]", "[[Johann Fender]]"]`81 - In body: bullet list with links82835. For project:84 - Format as wiki-link: `"[[Project - MyDataIntegration]]"`85 - Match against existing project names if partial match given86876. After creating, confirm and show the file path
Run npx skillmds@latest add majiayu000/meeting-4 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Meeting It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.