From prospect-studio
Capture structured meeting notes with auto-extracted action items and optional task creation. Use when user says "take meeting notes", "log this meeting with [person/company]", "convert these notes into tasks", or provides meeting content to document.
npx claudepluginhub includehasan/prospect-studio --plugin prospect-studioThis skill uses the workspace's default tool permissions.
Capture structured meeting notes for: $ARGUMENTS
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Capture structured meeting notes for: $ARGUMENTS
If meeting content has not been provided yet, ask:
Once you have the content, structure the notes:
---
title: Meeting — [Company/Person] — [Date]
type: note
created: YYYY-MM-DD
updated: YYYY-MM-DD
status: active
priority: medium
tags: [meeting, company-name]
---
# Meeting — [Company/Person]
**Date**: YYYY-MM-DD
**Attendees**: [list with titles/companies]
**Duration**: [if known]
## Discussion
[Structured notes — use bullets for key points, not a transcript]
## Decisions
- [Decision 1]
- [Decision 2]
## Action Items
- [ ] [Action] — Owner: [Name] — Due: YYYY-MM-DD
- [ ] [Action] — Owner: [Name] — Due: YYYY-MM-DD
Save to: notes/meetings/YYYY-MM-DD-[company-name]-meeting.md
After saving, ask: "Should I create task files for any of the action items assigned to you?"
If yes, for each action item, create a task file at documents/tasks/active/YYYY-MM-DD-[action-title].md with proper frontmatter (title, type: task, created, updated, status: active, priority, due, project).