Agent Plugins Marketplace
All plugins

hfi-skills

v0.7.2

HFI's own Claude skills for investment work — from deal-pipeline tasks to standalone market analysis. Ask in plain English and the right skill runs, e.g. 'brief me on [deal] before my call' or 'build a trading-comps workbook for AAPL, MSFT, GOOGL.' Pipeline-aware skills pair with the hfi-deals plugin; others (like trading comps) work from primary sources such as SEC filings.

Claude Code1 Skill

By HFI Capital Management0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install hfi-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hfi-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mikedidierhfi/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hfi-skills/.

Plugin files

plugins/hfi-skills/
├── .claude-plugin/plugin.json
└── skills/deal-brief/SKILL.md

Included Skills1

deal-briefskills/deal-brief/SKILL.md

Produce a concise briefing on an HFI deal, covering the record, key parameters, open questions, action items, and recent activity pulled from the deal pipeline. Use when asked to brief, summarize, or get up to speed on a deal before a call or meeting.

Plugin manifests1

plugins/hfi-skills/.claude-plugin/plugin.json
{
  "name": "hfi-skills",
  "version": "0.7.2",
  "description": "HFI's own Claude skills for investment work — from deal-pipeline tasks to standalone market analysis. Ask in plain English and the right skill runs, e.g. 'brief me on [deal] before my call' or 'build a trading-comps workbook for AAPL, MSFT, GOOGL.' Pipeline-aware skills pair with the hfi-deals plugin; others (like trading comps) work from primary sources such as SEC filings.",
  "author": {
    "name": "HFI Capital Management"
  },
  "keywords": [
    "hfi",
    "skills",
    "deal-flow",
    "private-equity",
    "real-estate"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hfi-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hfi-skills)