write-meeting-notes
Meeting Notes Skill
Structure meeting content into a standardized format and publish it to the team's Notion Meeting Notes DB as the single source of truth.
Phase 1: Resolve Input Source
Meeting content can arrive in three ways. Check in priority order.
Source A — Pasted transcript or notes (primary)
If the user's message contains a conversation transcript, bullet-point notes, or any block of meeting content:
- Use it directly as the source.
- Announce: "회의 내용을 기반으로 회의록을 작성할게요."
Source B — File path
More from datamktkorea/agent-skills
git-commit
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
12git-pull-request
This skill is used by the AI agent to automatically generate Pull Request (PR) content by analyzing Git commit logs and branch strategies. It activates when the user requests to "Create a PR," "Summarize changes," or specifies a commit range for documentation.
9readme-writing
A skill for writing and optimizing a project's README.md file in accordance with standard conventions and templates. It ensures compliance with standards and maintains documentation quality when creating, reviewing, or refactoring project documentation. This skill is triggered during tasks related to README generation and documentation updates.
6fastapi-best-practices
A skill for following best practices when developing FastAPI applications. It covers guidelines for project structure, code organization, and common patterns to ensure maintainable and scalable FastAPI projects.
3react-state-orchestration
Clean architecture patterns for TanStack Query v5 + Zustand 5 in React/Next.js applications. Use this skill when writing, reviewing, or refactoring state management code — especially when touching server data fetching, Zustand stores, or async mutations. Triggers on tasks involving React Query hooks, Zustand selectors, optimistic updates, or cache management.
2