๐Ÿ“
AutomationJavaScript

Fill Participants

by benoror

Fill Participants is an Automation skill for Claude Code, published by benoror in obsidianos_work.

165 stars13 forkson benoror/obsidianos_workAdded 2026/09/08Repository updated 2026/06/11
claude-codecursorobsidianopencode
Install in seconds
Install Fill Participants
Copy Fill Participants into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/benoror/obsidianos_work/tree/main/.agents/skills/fill-participants ~/.claude/skills/fill-participants

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/benoror/obsidianos_work.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/fill-participants/SKILL.md in benoror/obsidianos_work
Installs to
~/.claude/skills/fill-participants
Collection
One of 24 skills cataloged from this repository
Category
Automation โ€” 2226 skills

What Fill Participants does

Fill Participants resolves meeting attendees from notes, transcripts, and workspace conventions, then writes them into YAML frontmatter. It also flags or links unlinked person names in the note body when asked.

Fill Participants is cataloged under Automation on DirSkills. Fill Participants comes from a repository tagged claude-code, cursor, obsidian and opencode.

Documentation

README

Fill Participants

Usage

  • /fill-participants all โ€” Scan all meetings, find those missing Participants, resolve and fill them.
  • /fill-participants <path> โ€” Fill participants for a specific meeting note (relative to workspace root, e.g. Meetings/Engineering/Some Meeting.md).

Frontmatter Conventions

See people-resolver for wikilink format and name matching rules.

Participants live in YAML frontmatter as either:

# Single participant
Participants: "[[@Jane Doe]]"

# Multiple participants
Participants:
  - "[[@Jane Doe]]"
  - "[[@Alex Kim]]"

# Team-wide meetings
Participants: "[[+Engineering]]"

Workflow

Step 1: Identify targets

Mode A (all):

This is the opening of the README. Read the full README on GitHub.

Commands Fill Participants provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /fill-participants
  • /meeting

Frequently asked about Fill Participants

  • What else does benoror publish alongside Fill Participants?

    Fill Participants is one of 24 skills that DirSkills catalogs from benoror/obsidianos_work, the repository it ships in. Its siblings there include Cache Notes, Commit and Defuddle. Each one is a separate skill with its own page in this directory, installs the same way Fill Participants does, and is maintained by benoror in that same repository. The rest of the collection is listed on the benoror/obsidianos_work page.

  • How does Fill Participants compare to other Automation skills?

    Fill Participants ranks #2029 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Fill Participants against them. Open each page to compare what they document and how they install.

More from benoror/obsidianos_work

Fill Participants is one of 24 skills cataloged on DirSkills from benoror/obsidianos_work.

See all 24 skills โ†’