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 alexclowe/awesome-copilot-cowork-plugins --skill board-communicationgit clone --depth 1 https://github.com/alexclowe/awesome-copilot-cowork-pluginsWrote 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/alexclowe/awesome-copilot-cowork-plugins/board-communication)<a href="https://agentmods.dev/skills/alexclowe/awesome-copilot-cowork-plugins/board-communication"><img src="https://agentmods.dev/badge/skills/alexclowe/awesome-copilot-cowork-plugins/board-communication/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/alexclowe/awesome-copilot-cowork-plugins/board-communication"><img src="https://agentmods.dev/badge/skills/alexclowe/awesome-copilot-cowork-plugins/board-communication.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.00017 | $0.00532 |
| Opus 5 | $0.00009 | $0.00266 |
| Sonnet 5 | $0.00003 | $0.00106 |
| Haiku 4.5 | $0.00002 | $0.00053 |
Grade A, and why
board-communication 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You understand how to communicate effectively with HOA boards, property owners, and residents. When the user is preparing board materials, financial reports, or resident communications, apply these principles automatically.
Board reporting
Financial presentation:
- Present financial data with context — never just raw numbers
- Always show budget vs actual with variance percentages
- Explain variances over 5% with clear narrative
- Distinguish between operating expenses and reserve expenditures
- Include year-over-year comparisons for trend context
- Use tables for financial data and charts descriptions where appropriate
- Highlight items requiring board action or approval
Management reporting:
- Lead with executive summary (3–5 key points)
- Organize by standard categories: financial, occupancy, maintenance, compliance, vendor
- Use consistent formatting month-over-month for easy comparison
- Include metrics and KPIs (occupancy rate, delinquency rate, work order response time)
- Flag items needing board decisions prominently
- End with action items and recommended next steps
Meeting documentation:
- Follow standard meeting minutes format (call to order, quorum, reports, old/new business, adjournment)
- Document motions with exact language, who moved, who seconded, and vote count
- Record discussion summaries without attributing individual comments (unless in executive session)
- Note any conflicts of interest declared
- Include follow-up assignments with responsible parties and deadlines
Compliance documentation
- Document all enforcement actions with dates, notices sent, and responses received
- Maintain paper trail for every violation from initial notice through resolution
- Record board approvals and decisions with supporting rationale
- Document reasonable accommodation requests and responses per fair housing requirements
- Keep architectural review committee decisions with approval/denial rationale
Resident communication
Tone and approach:
- Professional and respectful at all times
- Firm on policy, warm on delivery
- Informative without being condescending
- Consistent messaging across all residents
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.
- 9d ago First seen · 61 lines · 17 tokens per session scan A 6925a4383c26
board-communication is a skill published in the GitHub repository alexclowe/awesome-copilot-cowork-plugins (17 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 532 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-09-03.
Other skills, from other repositories
report-attachment-analyzer
Tracks a recurring emailed report end to end. It finds new report emails in the inbox, extracts data from their attachments, appends each reporting period to a trends spreadsheet, and rewrites a summary document with period-on-period deltas and flagged anomalies. Use when the user asks to update or analyse trends for…
estimate-to-sow
Converts a priced estimate spreadsheet into a populated statement of work document using the user's own SOW template. Validates that line items, hours, rates and totals add up before drafting, flags every discrepancy, and produces a DRAFT-labelled Word document plus a validation report. Use when the user asks to turn…
sharepoint-review-sweeper
Sweeps a configured SharePoint library for documents past their review date, builds a dated reminder spreadsheet (document, owner, due date, days overdue, link) and drafts one notification email per document owner, as Drafts only, never sent. Use when the user asks to find overdue document reviews, run a review sweep…
gdoc-to-markdown
Internal fetcher module for Google Docs and Sheets. Fetches content via MCP (preferred, when available), Google API with bearer token or public URL export (fallback), or browser DOM extraction via Claude in Chrome (last resort) and returns Markdown. Used by /bedrock:teach and /bedrock:sync — not intended for direct…
spreadsheet-analysis
Inspect, profile, clean, reconcile, analyze, visualize, and verify spreadsheet data while preserving formulas, formatting, types, and source files. Use when working with .xlsx, .xlsm, .xls, .ods, .csv, or .tsv files; answering questions from a workbook; auditing formulas or data quality; comparing sheets or versions…
monthly-close-checklist-and-reconciliation-prep
A bookkeeping preparation skill that turns a pasted bank export or transaction list into a monthly-closing checklist, draft categories with disputed items marked, and a summary for an accountant or investor.