PluginBench
Skill
Pass
Audit score 90

portfolio-prospecting

code.deepline.com

Find companies in a VC's portfolio, identify contacts, and generate personalized outreach campaigns.

What is portfolio-prospecting?

This skill helps you discover companies backed by specific investors or accelerators, then locate key contacts and craft targeted outbound messaging. Use it when you need to build prospect lists from investment portfolios and create personalized sales or partnership outreach.

  • Identify companies within a specific investor or accelerator's portfolio
  • Locate and extract contact information for key decision-makers
  • Generate personalized outbound messaging tailored to each prospect
  • Organize prospect data for campaign execution
  • Route to deepline-gtm meta-skill for full workflow orchestration

How to install portfolio-prospecting

npx skills add null --skill portfolio-prospecting
Prerequisites
  • Access to deepline-gtm meta-skill and its sub-documentation
  • Portfolio or investor data source to query
Claude Code
Cursor
Windsurf
Cline

How to use portfolio-prospecting

  1. 1.Invoke the skill with your target investor or accelerator name
  2. 2.Allow the deepline-gtm meta-skill to route and load all relevant sub-documents
  3. 3.Follow the portfolio-prospecting recipe workflow in deepline-gtm/recipes/portfolio-prospecting.md
  4. 4.Review the identified portfolio companies and extracted contacts
  5. 5.Use the generated personalized outreach templates for your campaign

Use cases

Good for
  • Sales teams prospecting companies funded by target VCs or accelerators
  • Partnership managers building outreach to portfolio companies
  • Fundraisers identifying potential investor-backed partners
  • Business development professionals creating warm outbound campaigns
  • Recruiters targeting employees at specific investor-backed companies
Who it's for
  • Sales development representatives
  • Business development managers
  • Partnership managers
  • Fundraisers
  • Recruitment professionals

portfolio-prospecting FAQ

What is the relationship between this skill and deepline-gtm?

This skill is a recipe shortcut that pre-selects the portfolio-prospecting workflow within deepline-gtm. The meta-skill governs the entire session and handles routing to all necessary sub-documents.

Can I use this skill without deepline-gtm?

No. This skill invokes deepline-gtm as its core execution engine. You must have access to the meta-skill and its full documentation.

What data sources does it use to find portfolio companies?

The skill relies on the portfolio-prospecting recipe and deepline-gtm's configured data sources. Refer to the recipe documentation for specific sources.

How personalized is the outbound messaging?

The skill generates personalized templates based on company and contact information extracted during the prospecting process, which you can further customize.

Full instructions (SKILL.md)

Source of truth, from code.deepline.com.


name: portfolio-prospecting description: "Find companies backed by a specific investor or accelerator, then find contacts and build personalized outbound."

Portfolio/VC Prospecting

This is a recipe shortcut. It pre-selects the portfolio-prospecting recipe but the deepline-gtm governs the entire session.

Execution order

  1. Invoke deepline-gtm using the Skill tool.
  2. Follow the meta-skill's full routing instructions - analyze the user's complete prompt and load every sub-doc the meta-skill tells you to. Do not skip docs just because a recipe is pre-selected.
  3. Additionally read the portfolio-prospecting recipe at ../deepline-gtm/recipes/portfolio-prospecting.md (relative to this file) for the specific workflow.

The recipe only covers one part of the task. The meta-skill handles everything else the user asked for.