create-meeting-agenda

Duplicate the previous weekly agenda into a new YYYY-MM-DD-SM.md file and update the wiki index.

16|1|Updated Apr 4, 2025
One-click install
npx skills add https://github.com/niznik-dev/cruijff_kit --skill create-meeting-agenda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-meeting-agenda
Source: https://github.com/niznik-dev/cruijff_kit/tree/main/.claude/skills/create-meeting-agenda
Command: npx skills add https://github.com/niznik-dev/cruijff_kit --skill create-meeting-agenda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual, repetitive work of creating weekly meeting agendas by automatically copying previous templates and updating wiki indexes, saving you valuable preparation time.

Core Features & Use Cases

  • Automated Agenda Creation: Copies the most recent meeting agenda template with proper date formatting.
  • Wiki Index Management: Automatically updates the meeting index with correct links and unicode formatting.
  • Use Case: Imagine you need to prepare for your weekly Tuesday software team meeting. This Skill automatically finds the latest agenda, creates a new one with the correct date, updates the wiki index, and commits everything with proper formatting.

Quick Start

Use the create-meeting-agenda skill to generate this week's software meeting agenda for December 5th, 2025.

Frequently Asked Questions about create-meeting-agenda

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate weekly meeting agenda creation in a wiki repository?

Automate weekly meeting agenda creation by duplicating your previous week's agenda file with the correct date format and updating your wiki index. This Skill locates the most recent YYYY-MM-DD-SM.md agenda, generates a new file with the current week's date using Unicode hyphens, copies the content verbatim, updates your Software-Meetings.md index, and commits everything to Git automatically.

Can I use this to manage meeting agendas across multiple Git repositories?

This Skill is specifically applicable to the cruijff_kit_wiki repository. It enforces Unicode hyphen formatting, exact content duplication, and the Git workflow (pull, add, commit, push) for that repository structure. Use it when your meeting agendas live in that wiki and follow the YYYY-MM-DD-SM.md naming pattern.

What's the quickest way to prepare a meeting agenda without manual copying?

Provide your meeting date and let this Skill handle the rest: it finds your latest agenda template, creates a new file with proper Unicode formatting, copies all content, updates your meeting index, and prepares a Git commit. The entire process takes seconds instead of manual file duplication and index edits.

Do I need to manually format dates and update wiki links when creating new agendas?

No. This Skill enforces Unicode hyphen usage, exact date formatting (YYYY‐MM‐DD‐SM.md), and automatically updates the Software-Meetings.md index with correct links. It eliminates manual formatting errors and keeps your wiki index in sync with new agenda files.

How does this integrate with my Git workflow for meeting documentation?

This Skill completes the full Git workflow automatically: pulls the latest wiki state, adds the new agenda file, commits with appropriate messaging, and pushes to your repository. Your agenda artifact is ready to share and collaborate on without manual Git commands.