Commit Graph

25 Commits

Author SHA1 Message Date
Nicholas Lin 9a08cb4f7a Remove unused yfinance dependency from dcf-model skill
The package was listed in requirements.txt but never imported by any
script in the skill. Removing to reduce supply-chain surface area.
2026-03-26 10:43:28 -04:00
cxyback b881b3c73e Merge pull request #35 from anthropics/cxl/pe-ai-readiness
Add ai-readiness skill to private-equity plugin
2026-03-13 15:12:12 -07:00
Nicholas Lin 3efe45f1b9 Prompt for portfolio data source upfront in ai-readiness skill 2026-03-13 13:07:07 -07:00
Nicholas Lin e36e38a987 Add ai-readiness skill to private-equity plugin
Portfolio-wide AI opportunity scanner for operating partners. Ingests
quarterly materials across portcos, runs a go/wait gate on each
(data ready? owner? 30-day pilot?), ranks quick wins by EBITDA impact,
and surfaces replays that hit multiple companies at once.
2026-03-12 17:40:48 -07:00
vinitra-ant 609de35b17 Merge pull request #27 from anthropics/vinitra/update-ppt-skills
Update PowerPoint skills for Claude in PPT skills launch
2026-03-10 09:13:10 -07:00
Vinitra Rangan 530503a99a Merge remote-tracking branch 'origin/main' into vinitra/update-ppt-skills 2026-03-10 09:10:55 -07:00
Tobin South fc22a5ebce Merge pull request #29 from anthropics/fix/normalize-thousand-trillion-substring
Fix normalize_number matching 'thousand' as trillion
2026-03-10 14:38:17 +00:00
Manar Safi 2f5a932a38 Fix normalize_number matching 'thousand' as trillion
Substring matching checked 'T' before 'thousand', so 't' matched inside
'thousand' and returned the 1e12 multiplier instead of 1e3. Sort keys by
length descending so longer, more specific units always win.
2026-03-10 10:35:22 -04:00
Vinitra Rangan 52d23e26f7 Update PowerPoint skills for Claude in PPT skills launch
- Rewrite competitive-analysis: cleaner prose, explain-the-why over imperatives
- Rename check-deck -> ib-check-deck with the same rewrite treatment
- Add deck-refresh: updates figures across an existing deck without rebuilding,
  with a four-phase workflow (get data -> find all -> approve -> execute)
2026-03-09 16:12:30 -07:00
cxyback 1e7a0c4c1f Merge pull request #24 from anthropics/cxl/clean-data-audit-commands
Add clean-data-xls and audit-xls skills; consolidate model audits
2026-03-09 14:09:31 -07:00
Nicholas Lin 90f098ec95 Rename 3-statements skill to 3-statement-model 2026-03-08 21:08:30 -07:00
Nicholas Lin e27bd783c2 Add formulas-over-hardcodes guidance and consolidate audit skills
Adds critical principles across all Excel model-building skills (dcf-model, lbo-model, comps-analysis, 3-statements, clean-data-xls): prefer live formulas over computed values, verify step-by-step with user, Office JS environment support with merge-cell pitfall fix, minimal blue/grey color palette, and odd-grid sensitivity tables with highlighted base-case center cell. Merges check-model into audit-xls as a scope-based workflow (selection/sheet/model) so there's a single audit entry point.
2026-03-08 21:05:55 -07:00
Nicholas Lin a0a3e9d212 Add clean-data-xls and audit-xls skills
- clean-data-xls: clean messy spreadsheet data (whitespace, casing,
  numbers-as-text, date formats, duplicates, mixed types, encoding)
- audit-xls: audit formulas for accuracy and mistakes; scopes to sheet,
  whole model, or selection; reuses check-model for full-workbook audits
2026-03-08 18:04:15 -07:00
Tobin South c5947c8b06 Merge pull request #3 from anthropics/cxl/partner-built-folder
Move partner-built plugins into partner-built/ folder
2026-02-23 20:16:29 -08:00
Nicholas Lin 57c549424e Remove worktree from tracking, update gitignore 2026-02-23 23:04:05 -05:00
Nicholas Lin e631a87699 Move partner-built plugins (LSEG, S&P Global) into partner-built/ folder
- Created partner-built/ directory for plugins maintained by data partners
- Moved lseg/ and spglobal/ into partner-built/
- Updated marketplace.json source paths
- Added Partner-Built Plugins section to README
2026-02-23 23:03:50 -05:00
cxyback df3eed3ee6 Merge pull request #2 from anthropics/add-partner-plugins
Add partner plugins: LSEG, S&P Global
2026-02-23 23:01:16 -05:00
Tobin South 227ca179e6 Add SRI integrity hashes to CDN script tags in S&P Global report template 2026-02-23 19:54:23 -08:00
Tobin South 3cec24f972 Add S&P Global plugin 2026-02-23 15:45:05 -08:00
Tobin South ba3dca19a1 Add LSEG Financial Analytics plugin 2026-02-23 15:45:05 -08:00
cxyback 86726dfcaa Merge pull request #1 from anthropics/cxl/cleanup-references
Update references to production repo, clean up IB README
2026-02-23 15:00:45 -05:00
Nicholas Lin bda5a3b502 Remove Plugin Details section, add disclaimer 2026-02-23 14:57:52 -05:00
Nicholas Lin 3285e81410 Remove internal references and sanitize content
- Replace employee names (Matt Piccolella, Nicholas Lin) with Anthropic
- Replace Anthropic example in initiating-coverage templates with
  generic Acme Health company
- Remove anthropic-fsi- and anthropic-initiation-coverage prefixes
  from all skill names and references
- Clean skill names: 3-statements, competitive-analysis, pitch-deck,
  datapack-builder, initiating-coverage
2026-02-23 14:38:18 -05:00
Nicholas Lin b7dca5458b Update references to production repo, clean up IB README
- Replace all fsi-plugins-dev/anthropic-experimental references with
  anthropics/financial-services-plugins
- Update marketplace.json name
- Clean up IB README to reflect actual skills in that plugin
  (removed cross-references to equity-research and financial-analysis skills)
2026-02-23 14:33:47 -05:00
Nicholas Lin b891783b23 Initial commit: copy from fsi-plugins-dev
Financial services plugins for Claude Code covering:
- Equity Research
- Financial Analysis (comps, DCF, LBO, 3-statements, check-deck, check-model)
- Investment Banking (strip profiles, CIM, pitch decks, merger models)
- Private Equity (deal screening, IC memos, portfolio monitoring)
- Wealth Management
2026-02-23 14:28:34 -05:00