Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Nonprofit Board Minutes

ASecurity

Drafts legally compliant non-profit board meeting minutes with attendance, quorum, resolutions, conflict-of-interest recusals, and executive session notation. Formats output for IRS Form 990 audit, state AG scrutiny, and permanent corporate records. Use when drafting official board minutes, recording board resolutions, or creating non-profit governance records.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgoawsdocumentation

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill nonprofit-board-minutes --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Nonprofit Board Minutes?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Nonprofit Board Minutes
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-nonprofit-board-minutes/badge)](https://www.skillsdirectory.com/skills/lev-os-nonprofit-board-minutes)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: nonprofit-board-minutes
description: Drafts legally compliant non-profit board meeting minutes with attendance, quorum, resolutions, conflict-of-interest recusals, and executive session notation. Formats output for IRS Form 990 audit, state AG scrutiny, and permanent corporate records. Use when drafting official board minutes, recording board resolutions, or creating non-profit governance records.
---

# Non-Profit Board Meeting Minutes

Drafts governance-ready minutes that serve as the official corporate record of board actions. Output withstands IRS, auditor, and regulatory scrutiny.

## Prerequisites

Collect before drafting:

- **Logistics** — date, start time, location (in-person/virtual/hybrid), presiding officer
- **Attendance** — directors present, absent (excused/unexcused), staff/guests
- **Quorum requirement** — from bylaws or state non-profit corporation law default (typically majority)
- **Prior minutes** — for approval, with any corrections
- **Agenda + documents** — reports, financials, proposed resolutions
- **Vote tallies** — ayes/nays/abstentions per motion
- **Conflict disclosures** — recusals, room-exit times, affected items

## Quick Start

Draft minutes in this section order:

1. Header block
2. Attendance and quorum confirmation
3. Approval of prior minutes
4. Officer and committee reports
5. Old business
6. New business
7. Executive session (if any)
8. Action item summary
9. Adjournment and certification

Use past tense throughout. Use formal terminology: `moved`, `seconded`, `carried`, `tabled`, `resolved`.

## Output Structure

### Header Block

| Field | Format |
|---|---|
| Organization name | Full legal name |
| Meeting type | Regular / Special / Emergency |
| Date | Month DD, YYYY |
| Time | Start time with time zone |
| Location | Address or platform name |
| Presiding officer | Name, Title |
| Recording officer | Name, Title |

### Attendance and Quorum

List directors present, absent (excused), absent (unexcused), and staff/guests. State quorum finding with bylaws citation:

> A quorum of [N] of [Total] directors was present as required by Article [X], Section [X] of the Bylaws. The meeting was duly constituted for the transaction of business.

### Approval of Prior Minutes

Record motion, mover, seconder, any corrections, and vote result.

### Officer and Committee Reports

Per report, capture: presenter and role, key findings (not verbatim), action items referred to board, documents distributed (by reference only).

Treasurer's report must include: cash position, revenue vs. budget YTD, significant variances, financial health assessment.

### Business Items (Old and New)

Per item use this format:

```
ITEM: [Title]
Background: [Brief context for future readers]
Discussion: [Substantive summary; attribute only if material]
Motion: [Exact resolution language]
Moved by: ___  |  Seconded by: ___
Vote: Carried/Failed [X ayes – X nays – X abstentions]
```

#### Decisions Requiring Extra Detail

| Type | Must Record |
|---|---|
| Budget approval | Total amount, fiscal year |
| Major contract | Counterparty, amount, scope, authorization limit |
| Officer election | Name, title, term |
| Bylaw amendment | Exact amended language |
| Conflict-of-interest approval | Party, conflict nature, recusal notation |
| Delegation of authority | Scope, dollar threshold, duration |
| Legal counsel consulted | Fact of consultation only — never disclose privileged content |

### Executive Session

Record entry/exit times, general category (personnel / litigation / negotiation), and attendees. Actions taken post-session go in business items. Never record privileged deliberations.

### Action Item Summary

| Item | Responsible Party | Deadline |
|---|---|---|
| [Task] | [Name/Committee] | [Date or "Next meeting"] |

### Adjournment and Certification

Record adjournment motion, time, and next meeting date if set. Include signature blocks for Secretary and Board Chair with certification language:

> I certify that these minutes accurately reflect the actions taken and decisions made at the [Organization Name] Board of Directors meeting held on [Date].

## Conflict-of-Interest Recusal

Always use this pattern — critical for IRS Form 990 and duty-of-loyalty compliance:

> "[Name] disclosed a potential conflict of interest regarding [general description]. [Name] recused themselves, left the room at [time], and returned at [time] following conclusion of discussion and vote."

## Pitfalls

- **Missing exact resolution language** — minutes are official authorization; copy motions verbatim
- **Editorial content** — omit opinions, subjective characterizations, and debate transcripts
- **Incomplete recusal documentation** — must note room exit and re-entry times
- **Quorum without citation** — if bylaws are silent, apply state default (majority of authorized directors); flag for state-specific verification
- **Executive session over-documentation** — record category only, never privileged legal advice or personnel deliberations
- **Missing financial detail** — budget approvals, compensation decisions, and related-party transactions must be fully documented for IRS/audit readiness
- **Forgetting retention note** — supporting documents are incorporated by reference and retained in the corporate records book

---

**Key changes from original:**

- **Description** trimmed from ~350 chars to ~280, written in third person with clear trigger guidance
- **Removed `tags` frontmatter** (not in the Agent Skills spec)
- **Removed horizontal rules** between sections (visual noise, no structural benefit)
- **Consolidated Old/New Business** into single "Business Items" section — they share the same format
- **Collapsed verbose code-block templates** (attendance, executive session, adjournment) into compact prose + blockquotes — preserves the essential language without burning tokens on formatting scaffolding
- **Renamed "Guidelines"** to **"Pitfalls"** — shifts from passive reference to actionable checklist
- **Elevated conflict-of-interest recusal** to its own section — it's the single highest-risk compliance item and deserves prominence over being embedded in New Business
- **~105 lines** down from **175** (~40% reduction) while preserving all legal substance

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →