[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-nostrband-find-service-providers-en":3,"guides-for-nostrband-find-service-providers":498,"similar-k17460b6pzyy10rd3bza8py30n86mkch-en":499},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":226,"parentExtension":246,"providers":300,"relations":304,"repo":305,"tags":495,"workflow":496},1778694690188.7136,"k17460b6pzyy10rd3bza8py30n86mkch",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"nostrband/ServiceGraph","find-service-providers","https://github.com/nostrband/ServiceGraph",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":239},1778694930451.551,"kn77mse24rt34wryzaapv1m92n86n0zb","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,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","The description clearly articulates the user problem of finding, vetting, and enriching US professional-services firms, providing specific examples of requests and use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a generic LLM by driving a specialized, 100k+ firm catalog with structured filters and a four-tier API cost funnel, which goes beyond basic API wrapping.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, providing access to a comprehensive US firm catalog with clear API usage patterns, authentication flows, and handling of various search and retrieval tiers.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the single domain of finding and researching US professional-services firms, with specific sub-skills for various industries, maintaining a coherent scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, scope, and non-goals, providing clear triggers and boundaries.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill primarily uses narrow verb-noun tools mapped to API endpoints, with clear guidance on when to use MCP vs. direct curl calls.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All API parameters and filter DSL rules are clearly documented in the SKILL.md and README, including field kinds, operators, and examples. Authentication flow is detailed.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools are named descriptively, mapping directly to API endpoints (e.g., `list_tags`, `search_firms`, `get_firm`).",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters are structured via the filter DSL or direct endpoint parameters, and responses are tailored to the specific API call, avoiding unnecessary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, clearly stated in the LICENSE file and README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the latest push on 2026-05-07, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use third-party dependencies that require complex management beyond standard HTTP clients.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill explicitly avoids handling secrets directly in the LLM context, mandating shell dispatch or MCP server for API tokens and providing a clear OTP flow for token capture.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill processes API requests based on a structured DSL and direct API calls, with no indication of executing arbitrary code or instructions from untrusted external data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","All necessary code and references are bundled or directly called via standard HTTP client mechanisms; there is no runtime download of code or instructions from remote URLs.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates via HTTP requests to an external API and does not interact with the local file system or modify files outside its own bundle.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns, retry loops around denied calls, or other sandbox-escape primitives were found in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's logic focuses on API calls to ServiceGraph and does not include instructions to read or submit confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content and descriptions are free of hidden-steering tricks, HTML comments, or unusual Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill logic is implemented in readable prose and curl examples; there is no obfuscated code, base64 payloads, or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure, operating solely through API interactions and explicit user prompts.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 0 open and 0 closed issues in the last 90 days, engagement is not measurable but indicates no current issues requiring attention.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful version ('0.2') is declared in the SKILL.md frontmatter, and installation instructions do not rely solely on 'main'.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The filter DSL is described with clear rules, and the API provides a `/v1/check` endpoint for validation before execution.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily read-only, with no destructive operations requiring confirmation gates.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The API documentation details error codes and expected responses, and the skill's logic relies on these documented API behaviors.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on business firm data and does not process personal data requiring specific GDPR sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension explicitly targets US professional-services firms and is documented as such, aligning with its global functionality.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard HTTP clients and documented API behavior, making it portable across POSIX-compliant environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview, installation instructions, and examples, complementing the SKILL.md.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a skill extension, not a CLI or MCP server, so the concept of 'exposed tools' in this context is not directly applicable for sizing.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill maps directly to API endpoints, avoiding near-synonym tools for the same functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, including the ServiceGraph API and its tiers, have corresponding documented implementations and usage patterns.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions using `npx skills add` are provided in the README, along with example invocations and authentication setup details.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The API documentation details specific error codes and messages, with guidance on remediation, which the skill implicitly relies upon.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The extension relies on standard HTTP clients available in most environments and does not bundle or pin third-party script dependencies.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is primarily for data retrieval and discovery, not state-changing operations, making a dry-run mode not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on the ServiceGraph API, which provides documented error codes for rate limiting and potential retry mechanisms. The skill logic defers to API behavior.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry; its operation is limited to API calls and user interaction.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the purpose of finding US professional-services firms and provides specific triggers and non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and purpose.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, with the main description and API details, and delegates deeper information to the README and API docs.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill leverages the README for detailed explanations and examples, and API documentation for deeper technical specs, following progressive disclosure principles.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill focuses on data retrieval and does not involve deep code review or extensive exploration that would necessitate a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README and SKILL.md provide numerous end-to-end examples with clear inputs, invocations, and expected API responses.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md addresses potential issues like API errors (404, rate limits, quota exhaustion), filter parsing errors, and catalog limitations with recovery steps.",{"category":104,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill explicitly describes fallback behavior for MCP server availability and direct curl usage, with API details provided.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's logic directs the LLM to use API validation and error handling, ensuring it halts on unexpected API states or filter issues.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained, focused on the ServiceGraph API, and does not implicitly rely on other skills.",1778694930346,"This skill leverages the ServiceGraph API to find, shortlist, and enrich US professional-services firms. It includes detailed documentation on API usage, authentication, a four-tier cost funnel, and a robust filter DSL.",[195,196,197,198,199],"Search US professional-services firms by industry, services, location, and size","Filter by ratings, reviews, and third-party listings","Retrieve detailed firm information including contact details","Utilize a structured four-tier API cost funnel","Securely handle API authentication via MCP or shell dispatch",[201,202,203,204],"Researching non-US firms","Finding individual freelancers or consumer services","Identifying retail, e-commerce, or SaaS product companies","Assisting with recruiting an employee for an in-house team","3.0.0","4.4.0","Empower users to efficiently discover, vet, and gather information on US professional-services firms for business needs.","The skill is exceptionally well-documented and robust, demonstrating a clear understanding of API interaction, security, and user experience. No significant findings were identified.",99,"A highly polished and robust skill for researching US professional-services firms via the ServiceGraph API.",[212,213,214,215,216],"professional-services","business-directory","company-research","api","b2b","global","verified",[220,221,222,223],"Finding a specific type of agency for a business need (e.g., 'marketing agency for PPC')","Building a longlist of potential service providers based on defined criteria","Shortlisting and vetting firms for procurement or partnership","Enriching existing lists of company domains with contact and service details",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":236,"testCoverage":238},{"hasLockfile":226},false,1778694912872,{"descriptionLength":229,"readmeSize":230},1018,14153,{"closedIssues90d":8,"forks":232,"hasChangelog":226,"manifestVersion":233,"openIssues90d":8,"pushedAt":234,"stars":235},1,"0.2",1778155912000,161,{"hasNpmPackage":226,"license":237,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":240},1778694930451,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/find-service-providers","nostrband","ServiceGraph","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":257,"providers":287,"relations":295,"tags":296,"workflow":297},1778694690188.7107,"k170hexh2b1y2ab8gj4acbt6t186mmhn",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"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":253},"servicegraph",{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":266,"relations":280,"tags":282,"workflow":283},1778694690188.7104,"k1732w2rmwwpgp3kty4p9dhq0586mqne",{"reviewCount":8},{"description":262,"installMethods":263,"name":243,"sourceUrl":14},"ServiceGraph plugins — Claude Code skills for finding, shortlisting, and enriching US professional-services firms via the ServiceGraph API.",{"claudeCode":12},{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":265},"marketplace",{"evaluate":267,"extract":275},{"promptVersionExtension":268,"promptVersionScoring":206,"score":269,"tags":270,"targetMarket":217,"tier":218},"3.1.0",95,[271,272,212,273,274,213],"service-providers","lead-generation","us-firms","api-client",{"commitSha":276,"marketplace":277,"plugin":278},"HEAD",{"name":243,"pluginCount":232},{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[274,213,272,212,271,273],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778694708553,1778694690188,1778695093423,{"evaluate":288,"extract":292},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":289,"targetMarket":217,"tier":218},[271,290,212,272,291,215],"agencies","catalog",{"commitSha":276,"license":237,"plugin":293},{"mcpCount":8,"provider":279,"skillCount":294},14,{"parentExtensionId":259,"repoId":281},[290,215,291,272,212,271],{"evaluatedAt":298,"extractAt":285,"updatedAt":299},1778694718700,1778695093227,{"evaluate":301,"extract":303},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":302,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":276},{"parentExtensionId":248,"repoId":281},{"_creationTime":306,"_id":281,"identity":307,"providers":308,"workflow":491},1778694685569.3584,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":309,"discover":473,"github":476},{"commitSha":276,"extensions":310},[311,324,363,372,380,388,396,404,412,420,428,436,444,452,457,465],{"basePath":255,"description":262,"displayName":243,"installMethods":312,"rationale":313,"selectedPaths":314,"source":323,"sourceLanguage":18,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[315,318,320],{"path":316,"priority":317},".claude-plugin/marketplace.json","mandatory",{"path":319,"priority":317},"README.md",{"path":321,"priority":322},"LICENSE","high","rule",{"basePath":255,"description":251,"displayName":253,"installMethods":325,"license":237,"rationale":326,"selectedPaths":327,"source":323,"sourceLanguage":18,"type":256},{"claudeCode":253},"plugin manifest at .claude-plugin/plugin.json",[328,330,331,332,335,337,339,341,343,345,347,349,351,353,355,357,359,361],{"path":329,"priority":317},".claude-plugin/plugin.json",{"path":319,"priority":317},{"path":321,"priority":322},{"path":333,"priority":334},"skills/find-ai-consultancy/SKILL.md","medium",{"path":336,"priority":334},"skills/find-cpa-firm/SKILL.md",{"path":338,"priority":334},"skills/find-cybersecurity-firm/SKILL.md",{"path":340,"priority":334},"skills/find-design-agency/SKILL.md",{"path":342,"priority":334},"skills/find-engineering-firm/SKILL.md",{"path":344,"priority":334},"skills/find-law-firm/SKILL.md",{"path":346,"priority":334},"skills/find-management-consultant/SKILL.md",{"path":348,"priority":334},"skills/find-marketing-agency/SKILL.md",{"path":350,"priority":334},"skills/find-pr-agency/SKILL.md",{"path":352,"priority":334},"skills/find-recruiting-firm/SKILL.md",{"path":354,"priority":334},"skills/find-seo-agency/SKILL.md",{"path":356,"priority":334},"skills/find-service-providers/SKILL.md",{"path":358,"priority":334},"skills/find-software-developer/SKILL.md",{"path":360,"priority":334},"skills/find-web-developer/SKILL.md",{"path":362,"priority":317},".mcp.json",{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":323,"sourceLanguage":18,"type":245},"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",[370],{"path":371,"priority":317},"SKILL.md",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":323,"sourceLanguage":18,"type":245},"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",[379],{"path":371,"priority":317},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":323,"sourceLanguage":18,"type":245},"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",[387],{"path":371,"priority":317},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":323,"sourceLanguage":18,"type":245},"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",[395],{"path":371,"priority":317},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":323,"sourceLanguage":18,"type":245},"skills/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 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.","find-engineering-firm",{"claudeCode":12},"SKILL.md frontmatter at skills/find-engineering-firm/SKILL.md",[403],{"path":371,"priority":317},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":323,"sourceLanguage":18,"type":245},"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",[411],{"path":371,"priority":317},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":323,"sourceLanguage":18,"type":245},"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",[419],{"path":371,"priority":317},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":323,"sourceLanguage":18,"type":245},"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",[427],{"path":371,"priority":317},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":323,"sourceLanguage":18,"type":245},"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",[435],{"path":371,"priority":317},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":323,"sourceLanguage":18,"type":245},"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",[443],{"path":371,"priority":317},{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":323,"sourceLanguage":18,"type":245},"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",[451],{"path":371,"priority":317},{"basePath":242,"description":10,"displayName":13,"installMethods":453,"rationale":454,"selectedPaths":455,"source":323,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/find-service-providers/SKILL.md",[456],{"path":371,"priority":317},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":323,"sourceLanguage":18,"type":245},"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",[464],{"path":371,"priority":317},{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":323,"sourceLanguage":18,"type":245},"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",[472],{"path":371,"priority":317},{"sources":474},[475],"manual",{"closedIssues90d":8,"description":477,"forks":232,"homepage":478,"license":237,"openIssues90d":8,"pushedAt":234,"readmeSize":230,"stars":235,"topics":479},"AI Agent skills for a structured catalog of 100k+ US professional-services firms","https://servicegraph.co",[480,481,482,483,484,485,486,212,487,488,489,490],"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":492,"discoverAt":493,"extractAt":494,"githubAt":494,"updatedAt":492},1778694689983,1778694685569,1778694688073,[215,216,213,214,212],{"evaluatedAt":240,"extractAt":285,"updatedAt":497},1778695095440,[],[500,532,558,578,606,633],{"_creationTime":501,"_id":502,"community":503,"display":504,"identity":510,"providers":513,"relations":524,"tags":527,"workflow":528},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":505,"installMethods":506,"name":508,"sourceUrl":509},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":507},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":511,"githubOwner":512,"githubRepo":508,"locale":18,"slug":508,"type":245},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":514,"extract":523},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":516,"targetMarket":217,"tier":218},100,[517,518,215,519,520,521,522],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":276},{"parentExtensionId":525,"repoId":526},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[215,520,519,521,522,517,518],{"evaluatedAt":529,"extractAt":530,"updatedAt":531},1778699230863,1778699170774,1778699296021,{"_creationTime":533,"_id":534,"community":535,"display":536,"identity":542,"providers":546,"relations":552,"tags":554,"workflow":555},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":537,"installMethods":538,"name":540,"sourceUrl":541},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":539},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":543,"githubOwner":544,"githubRepo":545,"locale":18,"slug":540,"type":245},"skills/slack","steipete","clawdis",{"evaluate":547,"extract":551},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":548,"targetMarket":217,"tier":218},[540,549,550,520,215],"messaging","communication",{"commitSha":276},{"repoId":553},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[215,520,550,549,540],{"evaluatedAt":556,"extractAt":557,"updatedAt":556},1778698950505,1778697652123,{"_creationTime":559,"_id":560,"community":561,"display":562,"identity":566,"providers":568,"relations":574,"tags":575,"workflow":576},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":563,"installMethods":564,"name":565,"sourceUrl":541},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":539},"github",{"basePath":567,"githubOwner":544,"githubRepo":545,"locale":18,"slug":565,"type":245},"skills/github",{"evaluate":569,"extract":573},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":570,"targetMarket":217,"tier":218},[565,571,215,572,520],"cli","developer-tools",{"commitSha":276},{"repoId":553},[215,520,571,572,565],{"evaluatedAt":577,"extractAt":557,"updatedAt":577},1778698569289,{"_creationTime":579,"_id":580,"community":581,"display":582,"identity":588,"providers":592,"relations":600,"tags":602,"workflow":603},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":583,"installMethods":584,"name":586,"sourceUrl":587},"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":585},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":589,"githubOwner":590,"githubRepo":591,"locale":18,"slug":586,"type":245},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":593,"extract":599},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":594,"targetMarket":217,"tier":218},[595,596,597,215,522,598],"anthropic","documentation","claude","knowledge-base",{"commitSha":276},{"repoId":601},"kd78s53c1852h5p7c3qem663xs86njab",[595,215,597,596,598,522],{"evaluatedAt":604,"extractAt":605,"updatedAt":604},1778697182451,1778696993586,{"_creationTime":607,"_id":608,"community":609,"display":610,"identity":616,"providers":620,"relations":626,"tags":629,"workflow":630},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":611,"installMethods":612,"name":614,"sourceUrl":615},"Interact with Google Docs - create documents, search by title, read content, and edit text.\nUse when user asks to: create a Google Doc, find a document, read doc content, add text to a doc,\nor replace text in a document. Lightweight alternative to full Google Workspace MCP server with\nstandalone OAuth authentication.\n",{"claudeCode":613},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":617,"githubOwner":618,"githubRepo":619,"locale":18,"slug":614,"type":245},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":621,"extract":625},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":622,"targetMarket":217,"tier":218},[614,215,596,623,624],"oauth","python",{"commitSha":276},{"parentExtensionId":627,"repoId":628},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[215,596,614,623,624],{"evaluatedAt":631,"extractAt":632,"updatedAt":631},1778696994497,1778696833339,{"_creationTime":634,"_id":635,"community":636,"display":637,"identity":643,"providers":649,"relations":656,"tags":659,"workflow":660},1778696505500.0078,"k174n9sd7wv9knh3b8rv7vv2wh86me74",{"reviewCount":8},{"description":638,"installMethods":639,"name":641,"sourceUrl":642},"Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.",{"claudeCode":640},"ReScienceLab/opc-skills","Reddit","https://github.com/ReScienceLab/opc-skills",{"basePath":644,"githubOwner":645,"githubRepo":646,"locale":647,"slug":648,"type":245},"skills/reddit","ReScienceLab","opc-skills","fr","reddit",{"evaluate":650,"extract":654},{"promptVersionExtension":205,"promptVersionScoring":206,"score":515,"tags":651,"targetMarket":217,"tier":218},[648,215,519,652,653],"social-media","information-gathering",{"commitSha":276,"license":655},"Apache-2.0",{"parentExtensionId":657,"repoId":658},"k17b55rp7ccqw91566yq0ax2as86n6rk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[215,519,653,648,652],{"evaluatedAt":661,"extractAt":662,"updatedAt":661},1778696852717,1778696505500]