install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/board-prep" ~/.claude/skills/majiayu000-claude-skill-registry-board-prep && rm -rf "$T"
manifest:
skills/data/board-prep/SKILL.mdsource content
Purpose
Compile comprehensive board materials with financial narrative, supporting context, and Q&A prep.
Usage
- Prepare for next board meeting/board-prep
- Prepare for specific board meeting date/board-prep [date]
Steps
-
Gather financial context:
- Recent variance analyses
- Quarter-to-date performance
- Forecast vs budget
- Cash position
-
Pull key decisions from recent meetings
-
Identify board-relevant topics:
- Material changes
- Risks or opportunities
- Strategic decisions needed
-
Structure board narrative:
- Financial performance summary
- Key metrics
- Variances explained
- Outlook
- Decisions needed
-
Prepare Q&A:
- Anticipate board questions
- Prepare answers with backup data
Output Format
# Board Materials: [Date] ## Financial Snapshot - Revenue: [Actual] vs [Budget] ([X]%) - Expenses: [Actual] vs [Budget] ([X]%) - Cash: $[Amount] ## Key Updates 1. [Update 1] 2. [Update 2] ## Material Variances [Link to variance analysis] ## Outlook [Forecast for rest of period] ## Questions Board Might Ask 1. [Question] - Answer: [Prepared response]