Commit Graph

8 Commits

Author SHA1 Message Date
Matt Piccolella 286f906895 Add displayName to all marketplace plugin entries (#247)
* Add displayName to all marketplace plugin entries

* Bump pinned Claude Code CLI to 2.1.143 for marketplace displayName support
2026-05-26 09:14:37 -07:00
cxyback bb4a2b3e53 Restructure repo and add named agents (#81)
- Move verticals from repo root into plugins/vertical-plugins/ and partner
  plugins into plugins/partner-built/
- Add 10 named, self-contained agent plugins under plugins/agent-plugins/
  (Pitch Agent, Market Researcher, Earnings Reviewer, Model Builder,
  Meeting Prep, GL Reconciler, Month-End Closer, Statement Auditor,
  Valuation Reviewer, KYC Screener) — each bundles its own skills so it
  installs standalone
- Add managed-agent-cookbooks/ (one per agent) with subagent isolation
  and steering examples for /v1/agents deployment
- Add fund-admin and operations verticals so the finance-ops/onboarding
  agents ship real domain skills
- Add scripts/ (check.py manifest lint, sync-agent-skills.py,
  deploy-managed-agent.sh, orchestrate.py reference loop,
  test-cookbooks.sh)
- Add .github/workflows/secret-scan.yml (gitleaks + internal-ref grep)
- Tighten agent tool grants to declared MCPs only — no Bash, WebFetch,
  or undeclared mcp__* references in any agent
- Add not-investment-advice disclaimer to README
- Rename claude-in-office to claude-for-msft-365-install (content
  unchanged)
2026-05-05 10:58:18 -04:00
Omar Mihilmy c9358a5d5c Add claude-in-office plugin for Office add-in deployment
Migrated from anthropics/office-agent. Provides /setup, /manifest, /consent,
/update-user-attrs, and /debug commands for M365 admins provisioning the
Claude Office add-in with direct cloud access (Vertex AI, Bedrock, or an
LLM gateway).
2026-03-27 10:57:28 -04: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
Tobin South ba3dca19a1 Add LSEG Financial Analytics plugin 2026-02-23 15:45:05 -08: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