Lp update drafter
Skill loureiro-fernando/portfolio-pulse/skills/lp-update-drafter
Trigger this skill when a GP needs to draft a quarterly portfolio update letter to send to LPs. Accepts a tenant_slug, a target period (e.g. "Q1 2026"), and an audience persona (pension_fund | family_office | endowment). Produces a markdown draft of 600-900 words covering portfolio highlights, top performers, watchlist items, capital activity, and a forward outlook tailored to the persona's typical concerns. Do NOT trigger for individual portco alerts (use portco-anomaly-monitor) or for ad-hoc LP questions (use direct chat).From its SKILL.md
npx -y skills add loureiro-fernando/portfolio-pulse --skill lp-update-drafterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 172 tokens by cl100k_base, as published. Nobody here has run it
lp-update-drafter
Generate quarterly LP update letter draft. Three personas with distinct concerns:
- pension_fund: capital preservation, cash distributions, risk-adjusted returns
- family_office: tax efficiency, alignment with family values/ESG, generational planning
- endowment: long-term IRR, J-curve management, co-investment opportunities
Inputs
- tenant_slug (string)
- period (string) - e.g. "Q1 2026"
- persona (pension_fund | family_office | endowment)
Outputs
- markdown_draft (string) - 600-900 word letter
- key_themes (list of strings) - 3-5 themes emphasized
- estimated_tokens (int)
Cost
~$0.02 per draft with Haiku 4.5.
What ships with it: 9 files
19.8 KB alongside SKILL.md, 8 of them executable
evals/
- conftest.pyruns804 B
- _helpers.pyruns2.9 KB
- test_eval_endowment_tone.pyruns1.3 KB
- test_eval_family_office_tone.pyruns1.5 KB
- test_eval_invalid_persona.pyruns983 B
- test_eval_pension_fund_tone.pyruns2.0 KB
- test_eval_word_count_range.pyruns1.3 KB
- instructions.md1.8 KB
- script.pyruns7.3 KB