From agentic-jumpstart
Format raw meeting notes into a structured summary with action items.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-jumpstart:meeting-notessonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill receives meeting notes in any structure and creates a structured summary with action items following an example.
This skill receives meeting notes in any structure and creates a structured summary with action items following an example.
/write-logs skill to log input, decisions, and output:component: meeting-notes
type: skill
entries:
- level: DEBUG
message: "[RAW INPUT] <the raw input notes>"
- level: INFO
flag: --decision
message: "Considered: <what you evaluated>. Chose: <approach>. Why: <reason>"
- level: DEBUG
message: "[OUTPUT] <the formatted summary>"
| Owner | Action | Due date |
|---|---|---|
| @name | What they agreed to do | YYYY-MM-DD |
| @Sarah | Finalize vendor shortlist | 2026-04-18 |
| Team | Look into options | Soon |
Return an estimation for how much time was saved using this skill vs hand-writing these notes.
npx claudepluginhub getbonzo/agentic-jumpstart --plugin agentic-jumpstartProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.