[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-nostrband-find-engineering-firm-zh-CN":3,"guides-for-nostrband-find-engineering-firm":503,"similar-k172xcbym7hahgf037q27wwa4h86n571-zh-CN":504},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":225,"parentExtension":245,"providers":303,"relations":307,"repo":309,"tags":500,"workflow":501},1778695020287.4043,"k172xcbym7hahgf037q27wwa4h86n571",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"适用于用户希望查找、筛选、审查或完善美国工程公司信息时使用——包括土木、结构、MEP（机械、电气、管道）、机械、电气、岩土、交通、环境和制造。**适用于现实世界的工程（建筑、基础设施、制造）——不适用于软件工程。** 当用户输入“在美国佛罗里达州寻找交通领域的土木工程公司”、“筛选三家有高层建筑经验的结构工程公司”、“为医院项目寻找MEP咨询公司”或“提取这12家工程公司域名的联系信息”等需求时触发，即使是通过间接方式描述（例如，PE认证图纸、建筑许可证审查）。驱动ServiceGraph API (api.servicegraph.co)——一个包含超过10万家美国公司，可按行业、服务、地点、规模、评级进行筛选的目录。将软件开发/“工程团队”/SaaS架构相关的请求推迟给find-software-developer。跳过内部招聘工程经理、DIY问题、软件产品比较（Revit、AutoCAD）、非美国公司、独立自由职业者。",{"claudeCode":12},"nostrband/ServiceGraph","find-engineering-firm","https://github.com/nostrband/ServiceGraph",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":238},1778695020287.4045,"kn7fnbg6jgtsjh51hf4zyemcq186mtwq","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"tier":217,"useCases":218},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地指出了查找、筛选、审查或完善美国工程公司以用于实际项目的需求，并明确说明不适用于软件工程。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能利用ServiceGraph API提供了一个结构化的、可筛选的美国工程公司目录，比通用LLM查询提供了显著更多的价值和精度。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能为查找工程公司提供了完整的生命周期，从初步发现和筛选到获取联系信息，彻底涵盖了其声明的用例。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于查找和完善美国本土工程公司的信息，与软件工程和其他专业服务有明确的界限。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确简洁地反映了技能的功能，包括其目标领域、支持的服务、API使用情况以及明确的非目标。",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","这是一个技能，而不是MCP服务器，不以相同的方式公开单个工具。核心逻辑是通过构建API筛选字符串来驱动的。",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","SKILL.md详细介绍了筛选DSL，包括运算符和值，README解释了四层API漏斗和配额规则。身份验证步骤有清晰的文档。",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","作为一个技能，它不公开具有传统意义上名称的独立工具。核心交互是通过构建API过滤器进行的。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","技能与API的交互基于构建特定的筛选字符串和处理结构化的JSON响应，没有多余的数据。",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","该技能在MIT许可证下获得许可，这是一个宽松的开源许可证，这在LICENSE文件和README中得到了清楚的说明。",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","最后一次提交是在2026-05-07，在过去3个月内。",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","该技能似乎不使用任何需要显式管理的第三方依赖项，除了标准的HTTP客户端功能。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","该技能提供了处理API令牌安全的详细说明，建议不要将其包含在LLM上下文中，并推荐使用shell分派或安全捕获方法。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能的筛选DSL定义完善，并强调使用验证和通过/v1/check检查筛选器来防止注入漏洞。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能依赖于使用curl或HTTP客户端的直接API调用，不获取或执行任意外部代码。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","该技能的主要功能是API交互和数据处理，没有会修改其预期范围之外文件的操作。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","在技能描述的操作中未发现分离进程的生成或拒绝重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能的出站调用是针对已记录的ServiceGraph API，并且文档明确指导不要泄露API令牌等敏感信息。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的内容（SKILL.md、README.md、LICENSE）似乎没有隐藏的指令技巧或混淆的说明。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","该技能的逻辑主要在文本描述和API交互模式中定义，没有混淆或动态执行的代码。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","该技能没有对用户项目结构做出任何假设，除了需要HTTP客户端以及可能存在用于身份验证的环境变量。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","在过去90天内有0个打开的issue和0个关闭的issue，这表明项目是新近的/稳定的，或者issue在其他地方处理。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","清单包含版本号“0.2”，表明有明确的版本控制信号。",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","SKILL.md广泛介绍了筛选DSL，并鼓励使用/v1/check端点进行验证，确保输入受到约束。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","该技能主要是只读的，专注于查询API。任何潜在的交互（如OTP捕获）都受用户批准或明确步骤的限制。",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","SKILL.md提供了详细的错误表，概述了状态码、错误码和每个错误的建议操作，从而能够做出有意义的代理响应。",{"category":104,"check":114,"severity":42,"summary":115},"Logging","作为主要进行API调用和处理响应的技能，本地审计日志记录不是相关问题。",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","该技能不处理个人数据，除了用于OTP的用户提供的电子邮件，该电子邮件由API提供商处理，不直接由技能处理。",{"category":117,"check":121,"severity":24,"summary":122},"Target market","该技能明确针对美国工程公司和专业服务，符合API驱动发现的“全球”市场，没有地域限制。",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","该技能的操作依赖于标准的HTTP客户端和环境变量，使其在不同的操作系统和shell之间具有高度的可移植性。",{"category":45,"check":127,"severity":24,"summary":128},"README","README提供了ServiceGraph平台及其技能的良好概述，包括安装和使用示例。",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","这是一个技能，而不是一组独立的工具，因此工具表面积不适用。",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","作为一个技能，它不公开多个可以被视为近同义词的工具。",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","README和SKILL.md中描述的所有功能，如API交互和筛选，都通过API调用和记录的逻辑直接实现。",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","README提供了清晰的复制粘贴安装说明，包括单个技能和所有技能的安装，以及使用和身份验证设置的示例。",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","SKILL.md包含一个详细的错误表，其中包含特定的错误代码、消息和针对API相关错误的建议操作。",{"category":147,"check":148,"severity":42,"summary":149},"Execution","Pinned dependencies","该技能似乎不捆绑或依赖于需要固定的特定第三方脚本依赖项。",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","该技能是只读的，不执行改变状态的操作或向外发送数据，因此无需进行干运行模式。",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","API文档暗示了标准的HTTP重试机制和超时，技能的交互模式是无状态的。",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","该技能不发送遥测数据。任何API调用都指向ServiceGraph API，安全文档强调将令牌保存在LLM上下文之外。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","描述精确地命名了工件（美国工程公司）和用户意图（查找、筛选、审查、完善），并有明确的触发条件和非目标。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","前言简洁，立即说明核心功能和触发短语，没有过多的冗长。",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md结构良好，将详细的API信息和示例委托给其他部分或README，使核心指令保持专注。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md概述了工作流程，并将用户引导至API文档和示例以获取更深入的材料，遵循了渐进式披露原则。",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","该技能的工作流程不涉及需要分叉上下文的深入代码审查或广泛探索。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","SKILL.md和README提供了许多端到端示例，展示了在各种场景下筛选器的构建、API调用和预期结果。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","SKILL.md记录了多种故障模式（例如，filter_parse_error、unauthorized、rate_limited、quota_exhausted），并提供了清晰的症状和恢复步骤。",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","该技能不依赖于外部MCP工具；它直接调用ServiceGraph API。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","该技能与API的交互包括处理特定的错误代码，这些代码会中断工作流程并报告意外状态。",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能是独立的，不隐式依赖于其他技能；当出现相邻任务时（例如，查找find-architecture-firm），它会清晰地将用户引导到特定的同级技能。",1778694804254,"该技能通过ServiceGraph API提供了一个包含超过10万家美国专业服务公司的结构化目录，特别专注于现实世界的工程学科。它允许用户根据行业、服务、地点、规模和评级查找、筛选和完善公司信息，同时明确排除软件工程和非美国公司。该技能详细介绍了API交互、身份验证方法、筛选器DSL和错误处理。",[195,196,197,198,199],"查找、筛选和完善美国工程公司","按行业、服务、地点、规模和评级进行筛选","支持土木、结构、MEP、机械、电气等","驱动ServiceGraph API (api.servicegraph.co)","明确排除软件工程和非美国公司",[201,202,203,204],"寻找软件工程公司或团队","招聘内部工程经理","寻找非美国公司或独立自由职业者","软件产品比较（例如，Revit、AutoCAD）","3.0.0","4.4.0","帮助用户高效地查找和审查美国本土工程公司，用于建筑、基础设施和制造业等领域的项目，同时避免软件工程和国际搜索。","该技能的文档非常完善且健壮，具有清晰的目的、全面的示例、详细的错误处理和强大的API密钥管理安全实践。",99,"一项高质量的技能，通过ServiceGraph API发现和审查美国本土工程公司。",[212,213,214,215,216],"engineering","business","search","directory","api","verified",[219,220,221,222],"为交通项目寻找佛罗里达州的土木工程公司","筛选有高层建筑经验的结构工程公司","为医院项目寻找MEP咨询公司","完善一批美国工程公司域名的联系信息",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},false,1778694786723,{"descriptionLength":228,"readmeSize":229},998,14153,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"manifestVersion":232,"openIssues90d":8,"pushedAt":233,"stars":234},1,"0.2",1778155912000,161,{"hasNpmPackage":225,"license":236,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":239},1778695020287,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/find-engineering-firm","nostrband","ServiceGraph","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":257,"providers":290,"relations":298,"tags":299,"workflow":300},1778694690188.7107,"k170hexh2b1y2ab8gj4acbt6t186mmhn",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":14},"Find, shortlist, vet, and enrich US professional-services firms — law, marketing, consulting, accounting, IT services, engineering, HR, PR, design — via the ServiceGraph API. Ships 13 skills covering the full B2B service-firm catalog.",{"claudeCode":252},"servicegraph",{"basePath":254,"githubOwner":242,"githubRepo":243,"locale":255,"slug":243,"type":256},"","en","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":266,"relations":283,"tags":285,"workflow":286},1778694690188.7104,"k1732w2rmwwpgp3kty4p9dhq0586mqne",{"reviewCount":8},{"description":262,"installMethods":263,"name":242,"sourceUrl":14},"ServiceGraph plugins — Claude Code skills for finding, shortlisting, and enriching US professional-services firms via the ServiceGraph API.",{"claudeCode":12},{"basePath":254,"githubOwner":242,"githubRepo":243,"locale":255,"slug":243,"type":265},"marketplace",{"evaluate":267,"extract":278},{"promptVersionExtension":268,"promptVersionScoring":206,"score":269,"tags":270,"targetMarket":277,"tier":217},"3.1.0",95,[271,272,273,274,275,276],"service-providers","lead-generation","professional-services","us-firms","api-client","business-directory","global",{"commitSha":279,"marketplace":280,"plugin":281},"HEAD",{"name":242,"pluginCount":231},{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[275,276,272,273,271,274],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778694708553,1778694690188,1778695093423,{"evaluate":291,"extract":295},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":292,"targetMarket":277,"tier":217},[271,293,273,272,294,216],"agencies","catalog",{"commitSha":279,"license":236,"plugin":296},{"mcpCount":8,"provider":282,"skillCount":297},14,{"parentExtensionId":259,"repoId":284},[293,216,294,272,273,271],{"evaluatedAt":301,"extractAt":288,"updatedAt":302},1778694718700,1778695093227,{"evaluate":304,"extract":306},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":305,"targetMarket":277,"tier":217},[212,213,214,215,216],{"commitSha":279},{"parentExtensionId":247,"repoId":284,"translatedFrom":308},"k17f8kx4t26sv6q3fk02v4qwax86mk58",{"_creationTime":310,"_id":284,"identity":311,"providers":312,"workflow":496},1778694685569.3584,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":313,"discover":478,"github":481},{"commitSha":279,"extensions":314},[315,328,367,376,384,392,400,406,414,422,430,438,446,454,462,470],{"basePath":254,"description":262,"displayName":242,"installMethods":316,"rationale":317,"selectedPaths":318,"source":327,"sourceLanguage":255,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[319,322,324],{"path":320,"priority":321},".claude-plugin/marketplace.json","mandatory",{"path":323,"priority":321},"README.md",{"path":325,"priority":326},"LICENSE","high","rule",{"basePath":254,"description":250,"displayName":252,"installMethods":329,"license":236,"rationale":330,"selectedPaths":331,"source":327,"sourceLanguage":255,"type":256},{"claudeCode":252},"plugin manifest at .claude-plugin/plugin.json",[332,334,335,336,339,341,343,345,347,349,351,353,355,357,359,361,363,365],{"path":333,"priority":321},".claude-plugin/plugin.json",{"path":323,"priority":321},{"path":325,"priority":326},{"path":337,"priority":338},"skills/find-ai-consultancy/SKILL.md","medium",{"path":340,"priority":338},"skills/find-cpa-firm/SKILL.md",{"path":342,"priority":338},"skills/find-cybersecurity-firm/SKILL.md",{"path":344,"priority":338},"skills/find-design-agency/SKILL.md",{"path":346,"priority":338},"skills/find-engineering-firm/SKILL.md",{"path":348,"priority":338},"skills/find-law-firm/SKILL.md",{"path":350,"priority":338},"skills/find-management-consultant/SKILL.md",{"path":352,"priority":338},"skills/find-marketing-agency/SKILL.md",{"path":354,"priority":338},"skills/find-pr-agency/SKILL.md",{"path":356,"priority":338},"skills/find-recruiting-firm/SKILL.md",{"path":358,"priority":338},"skills/find-seo-agency/SKILL.md",{"path":360,"priority":338},"skills/find-service-providers/SKILL.md",{"path":362,"priority":338},"skills/find-software-developer/SKILL.md",{"path":364,"priority":338},"skills/find-web-developer/SKILL.md",{"path":366,"priority":321},".mcp.json",{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":327,"sourceLanguage":255,"type":244},"skills/find-ai-consultancy","Use whenever the user wants to find, shortlist, vet, or enrich US AI/ML/data consulting firms (consultancies) — AI/ML development, MLOps, generative AI / LLM apps (RAG, chatbots, agents), computer vision, NLP, recommendation systems, data engineering, BI/analytics. Triggers on \"find an AI/ML consulting firm to build our recommendation engine\", \"shortlist three RAG/LLM consultancies for an enterprise chatbot\", \"compare three AI/ML consulting firms with strong ratings\", or \"pull contact info for these 8 AI consultancy domains\", even when described indirectly (we want to use AI for X, deploy ML to production). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Defer to find-software-developer for general app/backend work where AI is just a feature. Skip in-house ML/data hires, LLM/AI-tool comparisons (ChatGPT vs Claude), \"how do I fine-tune X\" DIY questions, AI courses for individuals, non-US firms, individual freelancers.","find-ai-consultancy",{"claudeCode":12},"SKILL.md frontmatter at skills/find-ai-consultancy/SKILL.md",[374],{"path":375,"priority":321},"SKILL.md",{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":327,"sourceLanguage":255,"type":244},"skills/find-cpa-firm","Use whenever the user wants to find, shortlist, vet, or enrich US accounting and tax firms (CPA firms) — financial-statement audit, SOC 1/2 audit, corporate tax, bookkeeping for businesses, advisory/fractional CFO, M&A diligence, 409A valuations, R&D tax credits, IPO readiness, sales-and-use tax. Triggers on \"find me a CPA firm for our delaware c-corp series A audit\", \"shortlist three audit firms with SaaS experience\", \"we need a tax advisor for our M&A\", or \"pull contact info for these 10 accounting firm domains\", even when described indirectly (audit our books, fractional CFO support, file our 1120). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Skip personal/consumer tax preparation (1040, individual estate, retirement planning), in-house controller/CFO hires, \"how do I file my taxes\" DIY questions, accounting-software comparisons (QuickBooks vs Xero), non-US firms, individual freelance bookkeepers.","find-cpa-firm",{"claudeCode":12},"SKILL.md frontmatter at skills/find-cpa-firm/SKILL.md",[383],{"path":375,"priority":321},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":327,"sourceLanguage":255,"type":244},"skills/find-cybersecurity-firm","Use whenever the user wants to find, shortlist, vet, or enrich US cybersecurity firms — pen-testing/red team, security audits, vCISO, SOC 2 readiness, incident response, managed SOC, IAM, cloud security, and AppSec. Triggers on \"find me a pen-testing firm for our SOC 2 audit\", \"shortlist three vCISO services for our healthcare-tech startup\", \"we need an incident response retainer\", or \"pull contact info for these 8 security firm domains\", even when described indirectly (we got breached, prepare us for the compliance audit, get us SOC 2 ready). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Skip in-house security hires, \"how do I patch CVE-X\" or \"configure firewall Y\" DIY questions, security-product reviews (CrowdStrike vs SentinelOne, etc.), generic security knowledge questions, consumer/personal security advice, non-US firms, individual freelancers and bug-bounty hunters.","find-cybersecurity-firm",{"claudeCode":12},"SKILL.md frontmatter at skills/find-cybersecurity-firm/SKILL.md",[391],{"path":375,"priority":321},{"basePath":393,"description":394,"displayName":395,"installMethods":396,"rationale":397,"selectedPaths":398,"source":327,"sourceLanguage":255,"type":244},"skills/find-design-agency","Use whenever the user wants to find, shortlist, vet, or enrich US design and creative agencies — graphic design, UX/UI, product design, brand identity, packaging, illustration, motion design, and creative direction. Triggers on \"find me a UX/UI design agency for our SaaS product\", \"shortlist three brand-identity studios in NY\", \"packaging design firm for a CPG launch\", or \"pull contact info for these 10 design studio domains\", even when described indirectly (brand refresh, design our app, build our visual system). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Defer to find-marketing-agency for marketing-led engagements where design is one of several services. Defer to find-web-developer when the deliverable is a built website. Skip in-house designer hires, \"design me a logo\" DIY asks, design-software comparisons, consumer/personal-design (weddings, hobby projects), non-US firms, individual freelancers.","find-design-agency",{"claudeCode":12},"SKILL.md frontmatter at skills/find-design-agency/SKILL.md",[399],{"path":375,"priority":321},{"basePath":241,"description":401,"displayName":13,"installMethods":402,"rationale":403,"selectedPaths":404,"source":327,"sourceLanguage":255,"type":244},"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 drawings, building-permit review). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Defer software-dev / \"engineering team\" / SaaS-architecture asks to find-software-developer. Skip in-house engineering-manager hires, DIY questions, software-product comparisons (Revit, AutoCAD), non-US firms, individual freelancers.",{"claudeCode":12},"SKILL.md frontmatter at skills/find-engineering-firm/SKILL.md",[405],{"path":375,"priority":321},{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":327,"sourceLanguage":255,"type":244},"skills/find-law-firm","Use whenever the user wants to find, shortlist, vet, or enrich US B2B law firms — corporate, IP/patent, M&A and securities, employment, commercial litigation, regulatory/compliance, data privacy/cyber, real estate, and tax. Triggers on \"find three boutique IP law firms in California\", \"shortlist M&A counsel for a Series-B fundraise\", \"patent prosecution for our hardware startup\", or \"pull contact info for these 10 law firm domains\", even when described indirectly (outside counsel, cap-table review, GDPR/SOC2 oversight). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Skip personal/consumer legal services where the user is the end client (divorce, personal injury, criminal defense, family law, estate planning, wills) — the catalog is B2B-only. Also skip in-house GC hires, \"is this NDA enforceable\" DIY questions, non-US firms, individual freelancers.","find-law-firm",{"claudeCode":12},"SKILL.md frontmatter at skills/find-law-firm/SKILL.md",[413],{"path":375,"priority":321},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":327,"sourceLanguage":255,"type":244},"skills/find-management-consultant","Use whenever the user wants to find, shortlist, vet, or enrich US management consultancies — strategy, operations, executive coaching, leadership development, org-development/change management, PMO/program management, sales/revenue operations consulting. Triggers on \"find me three top strategy consultancies in California\", \"shortlist boutique ops-consulting firms with healthcare experience\", \"we need an executive coach for our new CEO\", or \"pull contact info for these 10 consulting firm domains\", even when described indirectly (post-merger integration help, change-management partner, fractional COO). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Skip in-house strategy hires, \"help me build a strategy\" do-the-work asks, framework comparisons (Lean vs Agile, BCG matrix, etc.), academic/MBA-program questions, life/career coaching for individuals, non-US firms, individual freelancers.","find-management-consultant",{"claudeCode":12},"SKILL.md frontmatter at skills/find-management-consultant/SKILL.md",[421],{"path":375,"priority":321},{"basePath":423,"description":424,"displayName":425,"installMethods":426,"rationale":427,"selectedPaths":428,"source":327,"sourceLanguage":255,"type":244},"skills/find-marketing-agency","Use whenever the user wants to find, shortlist, vet, or enrich US marketing agencies — including branding, content marketing, PPC/paid media, social media, email marketing, performance/demand-gen, video production, and full-service digital agencies. Triggers on requests like \"shortlist three B2B branding agencies in California\", \"find a PPC shop with ecommerce experience\", \"we need a content marketing partner for a SaaS launch\", or \"pull contact info for these 12 agency domains\", even when the need is described indirectly. Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings, and third-party listings. Skip SEO-only asks (use find-seo-agency), web/software-development asks (use find-web-developer or find-software-developer), recruiting an in-house marketing hire, \"write me a marketing plan\" do-the-work asks, non-US firms, individual freelancers, marketing-software-product recommendations, and consumer/personal-brand asks.","find-marketing-agency",{"claudeCode":12},"SKILL.md frontmatter at skills/find-marketing-agency/SKILL.md",[429],{"path":375,"priority":321},{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":327,"sourceLanguage":255,"type":244},"skills/find-pr-agency","Use whenever the user wants to find, shortlist, vet, or enrich US public-relations and communications agencies — media relations, crisis comms, investor relations (IR), product-launch PR, tech/startup PR, healthcare PR, B2B PR, public affairs, brand reputation, and internal communications. Triggers on \"find me a tech PR agency in NY\", \"shortlist three IR firms for our IPO\", \"we need crisis comms help for a brand reputation issue\", or \"pull contact info for these 10 PR firm domains\", even when described indirectly (we need press, get us into TechCrunch, manage our brand reputation). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Defer to find-marketing-agency when scope is broader marketing beyond PR/comms. Skip in-house PR/comms hires, \"write me a press release\" DIY asks, PR-software comparisons (Cision, Muck Rack), influencer-marketplace questions, non-US firms, individual freelance PR people.","find-pr-agency",{"claudeCode":12},"SKILL.md frontmatter at skills/find-pr-agency/SKILL.md",[437],{"path":375,"priority":321},{"basePath":439,"description":440,"displayName":441,"installMethods":442,"rationale":443,"selectedPaths":444,"source":327,"sourceLanguage":255,"type":244},"skills/find-recruiting-firm","Use whenever the user wants to find, shortlist, vet, or enrich US recruiting and staffing firms — executive search/retained search, RPO, tech/sales/healthcare recruiting, contingent/contract staffing, and temp staffing. Triggers on \"find me an executive search firm for a CFO search\", \"shortlist three retained-search boutiques in NY focused on tech\", \"we need RPO support for a 50-engineer hiring push\", or \"pull contact info for these 8 staffing firm domains\", even when described indirectly (need help hiring at scale, executive recruiter for senior roles). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Skip when the user wants to hire someone as their own employee (job-board questions, in-house recruiter hires, \"where should I post the role\"), individual job-seekers looking for recruiters to represent them, candidate-side career coaching, non-US firms, individual freelance recruiters.","find-recruiting-firm",{"claudeCode":12},"SKILL.md frontmatter at skills/find-recruiting-firm/SKILL.md",[445],{"path":375,"priority":321},{"basePath":447,"description":448,"displayName":449,"installMethods":450,"rationale":451,"selectedPaths":452,"source":327,"sourceLanguage":255,"type":244},"skills/find-seo-agency","Use whenever the user wants to find, shortlist, vet, or enrich US SEO agencies — technical SEO, on-page/off-page, link-building, content-led SEO, local SEO, ecommerce SEO, B2B SEO, and SEO audits. Triggers on \"find me an SEO agency in Texas\", \"shortlist three technical SEO consultancies for SaaS\", \"link-building and on-page for our ecommerce store\", or \"pull contact info for these 8 SEO firm domains\", even when described indirectly (organic traffic flat, improve Google rankings, search visibility). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings, third-party listings. Defer to find-marketing-agency when scope spans multiple marketing services beyond SEO. Skip SEM/PPC/paid-search asks, web-dev asks (use find-web-developer), \"how do I rank\" DIY questions, SEO tool recommendations (Ahrefs, Semrush), in-house SEO hires, non-US firms, individual freelancers.","find-seo-agency",{"claudeCode":12},"SKILL.md frontmatter at skills/find-seo-agency/SKILL.md",[453],{"path":375,"priority":321},{"basePath":455,"description":456,"displayName":457,"installMethods":458,"rationale":459,"selectedPaths":460,"source":327,"sourceLanguage":255,"type":244},"skills/find-service-providers","Use whenever the user wants to find, shortlist, vet, enrich, or research US professional-services firms — law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design, and similar B2B service providers. Triggers on requests like \"find me a PPC agency in California\", \"shortlist three boutique IP law firms\", \"build a longlist of 50 mid-size IT consultancies\", or \"here are 12 agency domains — pull contact info and confirm which are US-based\", even when the need is described indirectly without naming a category. Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog with filters for industry, services, location, size, ratings, and third-party listings. Skip when the user is asking for personal/consumer services for themselves (an individual's own legal, tax, or medical needs), non-US firms, individual freelancers, retail/ecommerce/SaaS-product companies, recruiting-an-employee tasks, or general web research that doesn't need a structured firm directory.","find-service-providers",{"claudeCode":12},"SKILL.md frontmatter at skills/find-service-providers/SKILL.md",[461],{"path":375,"priority":321},{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":327,"sourceLanguage":255,"type":244},"skills/find-software-developer","Use whenever the user wants to find, shortlist, vet, or enrich US software development firms — custom software, web development, mobile app development, backend/API development, DevOps/cloud, system integration, and hosting. Triggers on \"find a software dev shop in Austin\", \"shortlist three custom-software firms with healthcare experience\", \"we need a mobile app developer for our iOS launch\", or \"pull contact info for these 10 dev shop domains\", even when described indirectly (build a tool, ship a feature, technical partner). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Defer to find-web-developer for strictly website/landing-page projects. Defer AI/ML, ML pipelines, model building, and data-engineering asks — those are a sibling industry, not software development. Skip in-house engineer hires, code-writing/debugging tasks, cloud-product comparisons, hardware/civil engineering, non-US firms, individual freelancers.","find-software-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/find-software-developer/SKILL.md",[469],{"path":375,"priority":321},{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":327,"sourceLanguage":255,"type":244},"skills/find-web-developer","Use whenever the user wants to find, shortlist, vet, or enrich US web development firms — building, refreshing, or rebuilding marketing sites, landing pages, ecommerce, WordPress/Webflow/Shopify, headless CMS, microsites, and web frontend work. Triggers on \"find a web developer for a marketing landing page\", \"shortlist three Webflow agencies in California\", \"rebuild our ecommerce site on Shopify\", or \"pull contact info for these 8 web dev shop domains\", even when described indirectly (redesign and rebuild our site, ship a microsite). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Defer to find-software-developer for custom backend/API/mobile/internal-tool work — anything beyond a website. Defer to find-marketing-agency when scope spans broader marketing beyond the build. Skip in-house web-engineer hires, \"how do I build X\" DIY questions, hosting/CMS-product comparisons, non-US firms, individual freelancers.","find-web-developer",{"claudeCode":12},"SKILL.md frontmatter at skills/find-web-developer/SKILL.md",[477],{"path":375,"priority":321},{"sources":479},[480],"manual",{"closedIssues90d":8,"description":482,"forks":231,"homepage":483,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":229,"stars":234,"topics":484},"AI Agent skills for a structured catalog of 100k+ US professional-services firms","https://servicegraph.co",[485,486,487,488,489,490,491,273,492,493,494,495],"agent-skills","claude-plugins","claude-skills","mcp-server","ai-agents","b2b-data","openapi","vendor-discovery","claude-code-marketplace","claude-code-plugins","claude-code-skills",{"classifiedAt":497,"discoverAt":498,"extractAt":499,"githubAt":499,"updatedAt":497},1778694689983,1778694685569,1778694688073,[216,213,215,212,214],{"evaluatedAt":502,"extractAt":288,"updatedAt":239},1778694804485,[],[505,526,554,586,612,632],{"_creationTime":506,"_id":507,"community":508,"display":509,"identity":512,"providers":513,"relations":520,"tags":522,"workflow":523},1778695002445.9265,"k17f3bbm7ztgr1r8jg4ztnjb0s86mgqd",{"reviewCount":8},{"description":510,"installMethods":511,"name":387,"sourceUrl":14},"在用户希望查找、筛选、审核或丰富美国网络安全公司信息时使用——包括渗透测试/红队、安全审计、vCISO、SOC 2 准备、事件响应、托管 SOC、IAM、云安全和 AppSec。当用户输入“为我们的 SOC 2 审计找一家渗透测试公司”、“为我们医疗科技初创公司筛选三家 vCISO 服务商”、“我们需要事件响应服务合同”或“拉取这 8 家安全公司域名的联系信息”等请求时触发，即使是以间接方式描述（我们被攻击了，为合规审计做准备，让我们准备好 SOC 2）。它会驱动 ServiceGraph API (api.servicegraph.co) —— 一个拥有超过 10 万家美国公司目录的数据库，可按行业、服务、地点、规模、评分进行筛选。排除内部安全招聘、关于“如何修补 CVE-X”或“配置防火墙 Y”的 DIY 问题、安全产品评测（如 CrowdStrike vs SentinelOne 等）、通用安全知识问题、面向消费者的个人安全建议、非美国公司、个人自由职业者和赏金猎人。",{"claudeCode":12},{"basePath":385,"githubOwner":242,"githubRepo":243,"locale":18,"slug":387,"type":244},{"evaluate":514,"extract":519},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":516,"targetMarket":277,"tier":217},100,[517,252,213,518,216,214],"cybersecurity","procurement",{"commitSha":279},{"parentExtensionId":247,"repoId":284,"translatedFrom":521},"k17f5djrtgcfht64yn209hdmqh86n8kv",[216,213,517,518,214,252],{"evaluatedAt":524,"extractAt":288,"updatedAt":525},1778694766522,1778695002445,{"_creationTime":527,"_id":528,"community":529,"display":530,"identity":536,"providers":539,"relations":546,"tags":549,"workflow":550},1778692394292.7976,"k1769yhtdcsq8qjbfsegfcybc586nd4b",{"reviewCount":8},{"description":531,"installMethods":532,"name":534,"sourceUrl":535},"跨越 180 多家航空公司的航班搜索和预订，无任何加价——比 OTA（在线旅行社）便宜 20-50 美元。通过本地连接器（Ryanair、EasyJet、Wizz Air、Southwest、AirAsia 等 175 多家）返回原始航空公司价格。当用户询问“查找航班”、“搜索航班”、“预订航班”、“比较航空公司价格”、“查找廉价航班”、“从 X 飞往 Y”、“查找转机航班”、“查找中转选项”或任何与航班相关的旅行查询时使用。请勿用于仅限酒店的搜索、租车或非航班旅行预订。",{"claudeCode":533},"LetsFG/LetsFG","flight-search","https://github.com/LetsFG/LetsFG",{"basePath":537,"githubOwner":538,"githubRepo":538,"locale":18,"slug":534,"type":244},"skills/flight-search","LetsFG",{"evaluate":540,"extract":545},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":541,"targetMarket":277,"tier":217},[542,543,544,216,214],"flights","travel","booking",{"commitSha":279},{"repoId":547,"translatedFrom":548},"kd7d4mhwkp3k1m28hz28hyn2dd86mm88","k173ztaywbkajjk9gqy90n98fx86mnzf",[216,544,542,214,543],{"evaluatedAt":551,"extractAt":552,"updatedAt":553},1778692265291,1778692220267,1778692394292,{"_creationTime":555,"_id":556,"community":557,"display":558,"identity":564,"providers":567,"relations":577,"tags":581,"workflow":582},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":559,"installMethods":560,"name":562,"sourceUrl":563},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":561},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":565,"githubOwner":566,"githubRepo":562,"locale":18,"slug":562,"type":244},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":568,"extract":576},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":569,"targetMarket":277,"tier":217},[570,571,216,572,573,574,575],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":279},{"parentExtensionId":578,"repoId":579,"translatedFrom":580},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[216,573,572,574,575,570,571],{"evaluatedAt":583,"extractAt":584,"updatedAt":585},1778699230863,1778699170774,1778699289329,{"_creationTime":587,"_id":588,"community":589,"display":590,"identity":596,"providers":600,"relations":606,"tags":608,"workflow":609},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":591,"installMethods":592,"name":594,"sourceUrl":595},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":593},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":597,"githubOwner":598,"githubRepo":599,"locale":255,"slug":594,"type":244},"skills/slack","steipete","clawdis",{"evaluate":601,"extract":605},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":602,"targetMarket":277,"tier":217},[594,603,604,573,216],"messaging","communication",{"commitSha":279},{"repoId":607},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[216,573,604,603,594],{"evaluatedAt":610,"extractAt":611,"updatedAt":610},1778698950505,1778697652123,{"_creationTime":613,"_id":614,"community":615,"display":616,"identity":620,"providers":622,"relations":628,"tags":629,"workflow":630},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":617,"installMethods":618,"name":619,"sourceUrl":595},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":593},"github",{"basePath":621,"githubOwner":598,"githubRepo":599,"locale":255,"slug":619,"type":244},"skills/github",{"evaluate":623,"extract":627},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":624,"targetMarket":277,"tier":217},[619,625,216,626,573],"cli","developer-tools",{"commitSha":279},{"repoId":607},[216,573,625,626,619],{"evaluatedAt":631,"extractAt":611,"updatedAt":631},1778698569289,{"_creationTime":633,"_id":634,"community":635,"display":636,"identity":642,"providers":646,"relations":654,"tags":656,"workflow":657},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":637,"installMethods":638,"name":640,"sourceUrl":641},"Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.",{"claudeCode":639},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":643,"githubOwner":644,"githubRepo":645,"locale":255,"slug":640,"type":244},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":647,"extract":653},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":648,"targetMarket":277,"tier":217},[649,650,651,216,575,652],"anthropic","documentation","claude","knowledge-base",{"commitSha":279},{"repoId":655},"kd78s53c1852h5p7c3qem663xs86njab",[649,216,651,650,652,575],{"evaluatedAt":658,"extractAt":659,"updatedAt":658},1778697182451,1778696993586]