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
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When NOT to use this skill
- Prerequisites
- Instructions
- MCP server (preferred for authed calls)
- API surface (dataset id: proservices)
- Auth
- Filter DSL
- Identifying firms — apex
- Output
- Examples
- A. Civil engineering for transportation, in a state
- B. Structural engineering + commercial high-rise
- C. MEP for a hospital project
curl -sS -H "Authorization: Bearer $SERVICEGRAPH_API_KEY" \
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.