DYLA-ai: Skill for Claude Code

.agents/skills/meeting-notes/SKILL.md

meeting-notes is a skill for Claude Code from Federico-Anastasi/DYLA-ai. It costs 43 tokens per session (2,418 once invoked), scanned A, original, MIT.

A meeting-minutes writer that turns a recording, transcript, or notes into a plain-language Markdown file. It records attendees, decisions, unresolved questions, and assigned actions with deadlines.

In plain words
What is it for?
Use it after project, supplier, board, treatment, or school meetings to create minutes that can be read and forwarded.
Why use it?
It turns conversations into a written record people can act on later. It makes unclear ownership and missing dates visible instead of leaving them buried in the discussion.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is Federico-Anastasi/DYLA-ai's own configuration. It tells Claude Code how to work on DYLA-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything DYLA-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Federico-Anastasi/DYLA-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Federico-Anastasi/DYLA-ai/main/.agents/skills/meeting-notes/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Federico-Anastasi/DYLA-ai

Made for: Claude Code.

Wrote 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.

agentmods badge for meeting-notes

README.md
[![agentmods](https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/meeting-notes/github.svg)](https://agentmods.dev/skills/federico-anastasi/dyla-ai/meeting-notes)
Your own site
<a href="https://agentmods.dev/skills/federico-anastasi/dyla-ai/meeting-notes"><img src="https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/meeting-notes/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.

agentmods 80×15 button for meeting-notes

Your own site · 80×15
<a href="https://agentmods.dev/skills/federico-anastasi/dyla-ai/meeting-notes"><img src="https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/meeting-notes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,418 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.02418
Opus 5 $0.00022 $0.01209
Sonnet 5 $0.00009 $0.00484
Haiku 4.5 $0.00004 $0.00242

Measured 11d ago against content hash 6dfca80450fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meeting-notes 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 11d 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.

.agents/skills/meeting-notes/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/meeting-notes — From a recording to minutes worth reading

Everyone leaves the meeting agreeing. A week later nobody remembers who was supposed to send the file. This skill closes that gap: it takes what was said and turns it into four things a reader can act on — who was there, what was decided, what is still open, and who does what by when.

It works for any meeting, in any line of work: a project stand-up, a supplier negotiation, a board meeting, a treatment review, a school committee. Nothing here assumes software.

Unlike the rest of Dyla, this skill writes plain markdown, not JSON. There is no schema and no dedicated viewer: minutes are prose, they get read by people, and they get forwarded by email. A file is the right shape for that.


PROTOCOL

  1. Get the source — a transcript, a recording, or pasted notes
  2. Read it twice: once for the shape of the meeting, once for the commitments
  3. Write meetings/YYYY-MM-DD-title.md
  4. Say in chat what you wrote and, above all, what you could not pin down
  5. Fix what the user corrects — they were in the room, you were not

PHASE 1 — THE SOURCE

You can be handed:

  • a transcript — a .md or .txt file, usually in meetings/
  • a recording — audio uploaded from the Documents menu. The app transcribes it locally and drops the result in meetings/. Transcription of a long meeting takes minutes: if a job is still running, say so and wait rather than working from a partial file
  • notes pasted into chat — rough, half-written, out of order. Perfectly usable

If none of these exist, ask for one in a ```questions block (format in .Codex/prompts/questions_format.md):

```questions
[
  {
    "id": 1,
    "q": "I don't have a transcript, recording or notes for this meeting yet. How do you want to provide it?",
    "options": ["I'll upload the recording or transcript from the Documents menu"],
    "hint": "or paste the notes directly here"
  }
]
```

Do not write minutes from the project documents: minutes record what was said in a room, and inventing that is the one unforgivable failure of this skill.

Read the full file on GitHub · 221 lines

Changes

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.

  1. 11d ago First seen · 221 lines · 43 tokens per session scan A 6dfca80450fb

Subscribe to this mod's changes

meeting-notes is a skill published in the GitHub repository Federico-Anastasi/DYLA-ai (2 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 2,418 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

jentic

Use this skill whenever the user wants to work with a third-party or external API/tool through the Jentic platform — e.g. asks to "find the vessel-tracking API and add it", "get rows from this Google Sheet", connect Slack, import/search/discover an API, integrate or automate a SaaS, pull data from a service, or call…

jentic/jentic-one · 0 tokens

contribute-spec-fix

Fix a broken OpenAPI spec in jentic-public-apis with an OpenAPI Overlay, validate it (spectral lint + idempotency check), and contribute it back via a PR to the community catalog. Falls back to applying the same overlay to the local Jentic registry if the user can't wait for maintainer approval, and closes the loop by…

jentic/jentic-one · 138 tokens

technical-troubleshooting

Provide setup, troubleshooting, and maintenance guidance. Use when the user reports a device that won't power on, connectivity issues, setup questions, overheating, or maintenance concerns.

strands-agents/samples · 38 tokens

fabrik-review

Use when operating as the Fabrik Review stage agent. This skill guides code review of an implementation, finding and fixing issues, and ensuring the PR is ready for human review.

handarbeit/fabrik · 35 tokens

fabrik-implement

Use when operating as the Fabrik Implement stage agent. This skill guides the implementation of a planned feature, following the task checklist to produce committed, tested, pushed code on a feature branch.

handarbeit/fabrik · 38 tokens

clarify

Finds the vague and missing parts of an existing feature specification and fixes them by asking up to five targeted questions, one at a time, writing each answer back into the spec as it is answered. Follows GitHub Spec Kit's clarify workflow. Use this when someone wants to review, tighten, sharpen, sanity-check, poke…

handarbeit/fabrik · 124 tokens