Agent skill

find-engineering-firm

Use whenever the user wants to find, shortlist, vet, or enrich US engineering firms — civil, structural, MEP, mechanical, electrical, geotechnical, transportation, environmental, and manufacturing. **For real-world engineering (buildings, infrastructure, manufacturing) — NOT software engineering.** Triggers on "find civil engineering firms in Florida for transportation", "shortlist three structural engineering firms with high-rise experience", "MEP consultancy for a hospital project", or "pull contact info for these 12 engineering firm domains", even when described indirectly (PE-stamped drawi

intentsolutions.io2,596★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill find-engineering-firm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 17 KB
Bundled scripts: none
Version: 0.3.0
Declared author: Artur Briugeman <artur@nostr.band>
Allowed tools: -Bash(curl:*)-mcp__servicegraph__list_fields-mcp__servicegraph__list_field_values-mcp__servicegraph__check_filter-mcp__servicegraph__translate_intent-mcp__servicegraph__search_dataset
Requires: Designed for Claude Code
Path: plugins/mcp/servicegraph/skills/find-engineering-firm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,630
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# find-engineering-firm ## Overview Drive the **ServiceGraph API** (`https://api.servicegraph.co`) to find, shortlist, and enrich US **real-world** engineering firms — buildings, infrastructure, energy, manufacturing — via the `pro_services` dataset. The catalog tags firms with `industry:engineering_services` and a ~23-tag service sub-taxonomy. **This is NOT for software engineering.** "Software engineering firm", "engineering team", "engineering manager hire", "system architecture review" — those are all software-developer territory. The first thing this skill confirms is that the user means real engineering, not software. **Always pin `industry:engineering_services`.** Note the **`_services` suffix** — older docs sometimes show `industry:engineering` but the literal pin returns zero results in the live catalog. Sub-disciplines are typically structured `service_provided` tags (`civil-engineering`, `structural-engineering`, `mep-engineering`, etc.) — confirm exact names via `/v1/datasets/pro_services/fields?include_values=1`. Surveying is `surveying-mapping`, not `surveying`. Any HTTP client works (curl, fetch, requests). Examples below use curl. ## When NOT to use this skill The d

What's inside
Steps it walks through
  1. Overview
  2. When NOT to use this skill
  3. Prerequisites
  4. Instructions
  5. MCP server (preferred for authed calls)
  6. API surface (dataset id: proservices)
  7. Auth
  8. Filter DSL
  9. Identifying firms — apex
  10. Output
  11. Examples
  12. A. Civil engineering for transportation, in a state
  13. B. Structural engineering + commercial high-rise
  14. C. MEP for a hospital project
Commands it runs
curl -sS -H "Authorization: Bearer $SERVICEGRAPH_API_KEY" \
More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the find-engineering-firm skill do?

Use whenever the user wants to find, shortlist, vet, or enrich US engineering firms — civil, structural, MEP, mechanical, electrical, geotechnical, transportation, environmental, and manufacturing. **For real-world engineering (buildings, infrastructure, manufacturing) — NOT software engineering.** Triggers on "find civil engineering firms in Florida for transportation", "shortlist three structural engineering firms with high-rise experience", "MEP consultancy for a hospital project", or "pull contact info for these 12 engineering firm domains", even when described indirectly (PE-stamped drawi

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill find-engineering-firm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,630 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going