Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add hardiktiwari/PM-operating-OS --skill meeting-to-actionsgit clone --depth 1 https://github.com/hardiktiwari/PM-operating-OSWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hardiktiwari/pm-operating-os/meeting-to-actions)<a href="https://agentmods.dev/skills/hardiktiwari/pm-operating-os/meeting-to-actions"><img src="https://agentmods.dev/badge/skills/hardiktiwari/pm-operating-os/meeting-to-actions/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hardiktiwari/pm-operating-os/meeting-to-actions"><img src="https://agentmods.dev/badge/skills/hardiktiwari/pm-operating-os/meeting-to-actions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.00466 |
| Opus 5 | $0.00015 | $0.00233 |
| Sonnet 5 | $0.00006 | $0.00093 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
meeting-to-actions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Meeting to Actions
Help PMs process meeting notes and extract structured, prioritized action items. Turns unstructured discussion into clear ownership and deadlines.
When to Use
- Processing meeting notes
- Extracting action items from a discussion
- Creating follow-up tasks from a workshop or brainstorm
- When asked "what did we decide?" or "what are the action items?"
- Post-meeting recap and distribution
Process / Template
1. Review Raw Notes
- Identify decisions made
- Identify open questions
- Identify commitments and next steps
- Note any blockers or dependencies
2. Extract Action Items
For each action, capture:
- Action — what needs to be done (verb-first, specific)
- Owner — who is responsible
- Due date — when it's due
- Dependencies — what must happen first
- Type — decision, deliverable, follow-up, blocker
3. Prioritize
- P0 — Must do before next meeting or milestone
- P1 — Important, should do soon
- P2 — Nice to have, can defer
4. Structure the Output
Decisions Made
- Bullet list of decisions with brief context
Action Items
| Priority | Action | Owner | Due | Dependencies |
|---|---|---|---|---|
| P0 | [Action] | [Name] | [Date] | [If any] |
Open Questions
- Questions that need resolution (with owner if known)
Blockers / Risks
- Anything that could derail progress
5. Validate
- Every action has an owner
- Due dates are realistic
- No duplicate or overlapping actions
- Decisions are clearly stated
Output
A Meeting-to-Actions document with:
- Decisions made (for record)
- Prioritized action items with owners and dates
- Open questions
- Blockers/risks
Format: scannable, copy-paste ready for Slack, email, or project tool.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 74 lines · 29 tokens per session scan A 1a0fdd1fdaee
meeting-to-actions is a skill published in the GitHub repository hardiktiwari/PM-operating-OS (5 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 466 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
bcc-throughline
BCC global progress cockpit (plans.md/progress.md/findings.md). Slash: /bcc-throughline · chat: bcc:throughline · "where are we" · reprioritize · resume after /clear. Not for coding or full PLAN grill.
handoff
Guides the Claude Code agent through completing a task, selecting a handoff tier, building a valid completion-card, and performing a clean task handoff.
req-create
Create structured requirement documents from user ideas. Use when capturing new features, tasks, or user stories.
execute-plan
Implement a written plan (from write-plan or interview-plan) when the user says execute or implement it. Loads the plan, executes ready tasks in waves in the ticket venue, runs the plan's review gate itself. Do not use while still interviewing or writing the plan.
generate-stories
Translate a single Epic into clear, actionable User Stories with explicit acceptance criteria. Activate when an Epic is defined and work needs to be prepared for Delivery execution.
review-input
Adversarial review of any input (human idea, agent analysis, research report, feedback, observation) BEFORE it mutates persistent project state. Universal interceptor with domain auto-detection, 2-phase classification + evaluation, and triple-verdict output (veracity / fit / actionability). Anti-girouette guardrail…