[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-nostrband-find-law-firm-en":3,"guides-for-nostrband-find-law-firm":500,"similar-k17cycdv7kdrbxjx1tek24atrn86mnp6-en":501},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":226,"parentExtension":246,"providers":302,"relations":306,"repo":307,"tags":497,"workflow":498},1778694690188.7122,"k17cycdv7kdrbxjx1tek24atrn86mnp6",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"nostrband/ServiceGraph","find-law-firm","https://github.com/nostrband/ServiceGraph",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":239},1778694822039.5076,"kn77cjx1gz98grrytvk7694ry986mhq2","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,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,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 identifies the user problem of finding, shortlisting, and enriching US B2B law firms, and specifies triggers and out-of-scope areas.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages the ServiceGraph API to provide a structured and filtered catalog of B2B law firms, offering significant value beyond a generic LLM search.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, covering the complete lifecycle of finding and enriching law firm data via the ServiceGraph API.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on finding and enriching US B2B law firms using the ServiceGraph API, adhering to a single, well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, and accurately reflects the skill's capabilities, including its B2B focus and specific use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill primarily uses direct API calls (e.g., curl) with specific endpoints and parameters, effectively acting as scoped tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed information on API endpoints, filter DSL, and authentication, including clear instructions for token handling.",{"category":33,"check":48,"severity":49,"summary":50},"Tool naming","not_applicable","This skill does not expose user-facing tools directly; it uses API calls described in the documentation.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","API calls are specified with necessary parameters, and the documentation implies structured responses, minimizing unnecessary I/O.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension uses the MIT license, which is a permissive open-source license, and it is clearly indicated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 7, 2026, which is recent and indicates active maintenance.",{"category":59,"check":63,"severity":49,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies beyond standard HTTP clients.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The documentation explicitly warns against echoing secrets into the LLM context and provides secure methods for token handling via shell dispatch or OTP flow.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses structured API calls and provides examples with specific filters, mitigating injection risks by not executing arbitrary code.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on direct API calls documented in SKILL.md and does not fetch or execute external code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates via documented API calls and does not modify files outside its designated scope or interact with the user's filesystem.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's operations are limited to documented API requests, with no evidence of detached process spawns or other sandbox escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound calls are documented and directed to the ServiceGraph API. It handles tokens securely, preventing exfiltration.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content (SKILL.md, README.md) is free of hidden-steering tricks, ANSI escapes, or other obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is described via prose and API calls; there is no obfuscated code, base64 payloads, or runtime script execution.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure, only requiring access to the ServiceGraph API and potentially environment variables for tokens.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating a very low issue rate or newness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The manifestVersion is '0.1', indicating a version is present and meaningful.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The SKILL.md details a DSL for filters and provides examples, implying validation will occur at the API level. No explicit schema validation library is used within the skill itself.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill performs read-only operations against the ServiceGraph API and does not involve destructive actions.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The SKILL.md details API error codes and expected behavior, enabling the agent to handle errors meaningfully.",{"category":111,"check":115,"severity":49,"summary":116},"Logging","This skill primarily makes external API calls and does not perform destructive actions or complex local processing that would require an audit log.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill operates on B2B firm data and does not process personal data without explicit user consent and secure handling protocols.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is explicitly for US B2B law firms and clearly states this scope, aligning with its target market.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard HTTP clients and documented API interactions, making it portable across various environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a good overview of the ServiceGraph catalog and available skills, complementing the SKILL.md.",{"category":33,"check":131,"severity":49,"summary":132},"Tool surface size","This is a skill, not a tool-based extension with multiple commands.",{"category":40,"check":134,"severity":49,"summary":135},"Overlapping near-synonym tools","As a skill using direct API calls, there are no overlapping tool names.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised capabilities are backed by documented API interactions and practical examples.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for both specific and all skills, including details on authentication and verification.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md details API error codes and provides guidance on remediation steps for each, such as re-validating filters or re-running OTP.",{"category":104,"check":148,"severity":49,"summary":149},"Pinned dependencies","The skill does not bundle scripts or rely on third-party dependencies that require pinning.",{"category":33,"check":151,"severity":49,"summary":152},"Dry-run preview","The skill performs read-only queries against the API and does not have state-changing operations requiring a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The API documentation mentions rate limiting and retry mechanisms, and the skill's design relies on stateless API calls.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill's documentation does not mention telemetry, and its design relies on direct API calls without built-in telemetry features.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill's purpose (finding US B2B law firms) and provides specific triggers and explicit non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and under 500 lines, delegating bulk material to separate API documentation.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and refers to external API documentation for deeper technical details, adhering to progressive disclosure.",{"category":170,"check":174,"severity":49,"summary":175},"Forked exploration","The skill is not an exploration or audit-style skill; it directly queries an API.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide numerous end-to-end examples demonstrating input, invocation, and expected outcomes for various scenarios.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The 'Gotchas' section in SKILL.md addresses several edge cases and limitations, providing recovery steps or guidance.",{"category":111,"check":183,"severity":49,"summary":184},"Tool Fallback","The skill does not rely on external MCP tools, so fallback mechanisms are not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The API's error handling and the skill's documentation provide guidance on expected states and how to handle errors, implying a halt on unexpected states.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and clearly documents its reliance on the ServiceGraph API, without implicit coupling to other skills.",1778694821931,"This skill leverages the ServiceGraph API to find, shortlist, and enrich US B2B law firms across various practice areas. It supports authenticated and anonymous API calls, provides a structured filter DSL, and includes detailed examples for common use cases.",[195,196,197,198,199],"Find, shortlist, and enrich US B2B law firms","Supports corporate, IP, M&A, securities, employment, and other B2B legal domains","Leverages the ServiceGraph API with a structured filter DSL","Provides detailed firm data including contact information and ratings","Handles authentication securely via shell dispatch or OTP flow",[201,202,203,204],"Handling personal/consumer legal matters (divorce, personal injury, criminal defense)","Providing DIY legal research or advice","Finding in-house counsel hires or individual freelancers","Searching for non-US law firms","3.0.0","4.4.0","To efficiently identify and vet US B2B law firms for specific legal needs, saving users time and effort in their procurement process.","The skill is exceptionally well-documented and secure, with comprehensive examples and clear scope. Minor areas like explicit schema validation within the skill itself (vs. API-level) and the lack of a 'dry-run' for read-only operations are noted but do not detract from overall quality.",97,"High-quality skill for finding and enriching US B2B law firms via the ServiceGraph API.",[212,213,214,215,216],"legal","b2b","law-firms","servicegraph","api","global","verified",[220,221,222,223],"Finding boutique IP law firms for patent prosecution","Shortlisting M&A counsel for fundraises","Identifying regulatory or data privacy counsel for compliance oversight","Enriching a list of law firm domains with contact information",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":236,"testCoverage":238},{"hasLockfile":226},false,1778694804846,{"descriptionLength":229,"readmeSize":230},947,14153,{"closedIssues90d":8,"forks":232,"hasChangelog":226,"manifestVersion":233,"openIssues90d":8,"pushedAt":234,"stars":235},1,"0.1",1778155912000,161,{"hasNpmPackage":226,"license":237,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":240},1778694822039,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/find-law-firm","nostrband","ServiceGraph","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":253,"parentExtension":256,"providers":288,"relations":297,"tags":298,"workflow":299},1778694690188.7107,"k170hexh2b1y2ab8gj4acbt6t186mmhn",{"reviewCount":8},{"description":251,"installMethods":252,"name":215,"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":215},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":281,"tags":283,"workflow":284},1778694690188.7104,"k1732w2rmwwpgp3kty4p9dhq0586mqne",{"reviewCount":8},{"description":261,"installMethods":262,"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":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":264},"marketplace",{"evaluate":266,"extract":276},{"promptVersionExtension":267,"promptVersionScoring":206,"score":268,"tags":269,"targetMarket":217,"tier":218},"3.1.0",95,[270,271,272,273,274,275],"service-providers","lead-generation","professional-services","us-firms","api-client","business-directory",{"commitSha":277,"marketplace":278,"plugin":279},"HEAD",{"name":243,"pluginCount":232},{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[274,275,271,272,270,273],{"evaluatedAt":285,"extractAt":286,"updatedAt":287},1778694708553,1778694690188,1778695093423,{"evaluate":289,"extract":294},{"promptVersionExtension":205,"promptVersionScoring":206,"score":290,"tags":291,"targetMarket":217,"tier":218},99,[270,292,272,271,293,216],"agencies","catalog",{"commitSha":277,"license":237,"plugin":295},{"mcpCount":8,"provider":280,"skillCount":296},14,{"parentExtensionId":258,"repoId":282},[292,216,293,271,272,270],{"evaluatedAt":300,"extractAt":286,"updatedAt":301},1778694718700,1778695093227,{"evaluate":303,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":304,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":277},{"parentExtensionId":248,"repoId":282},{"_creationTime":308,"_id":282,"identity":309,"providers":310,"workflow":493},1778694685569.3584,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":311,"discover":475,"github":478},{"commitSha":277,"extensions":312},[313,326,365,374,382,390,398,406,411,419,427,435,443,451,459,467],{"basePath":254,"description":261,"displayName":243,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":254,"description":251,"displayName":215,"installMethods":327,"license":237,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":255},{"claudeCode":215},"plugin manifest at .claude-plugin/plugin.json",[330,332,333,334,337,339,341,343,345,347,349,351,353,355,357,359,361,363],{"path":331,"priority":319},".claude-plugin/plugin.json",{"path":321,"priority":319},{"path":323,"priority":324},{"path":335,"priority":336},"skills/find-ai-consultancy/SKILL.md","medium",{"path":338,"priority":336},"skills/find-cpa-firm/SKILL.md",{"path":340,"priority":336},"skills/find-cybersecurity-firm/SKILL.md",{"path":342,"priority":336},"skills/find-design-agency/SKILL.md",{"path":344,"priority":336},"skills/find-engineering-firm/SKILL.md",{"path":346,"priority":336},"skills/find-law-firm/SKILL.md",{"path":348,"priority":336},"skills/find-management-consultant/SKILL.md",{"path":350,"priority":336},"skills/find-marketing-agency/SKILL.md",{"path":352,"priority":336},"skills/find-pr-agency/SKILL.md",{"path":354,"priority":336},"skills/find-recruiting-firm/SKILL.md",{"path":356,"priority":336},"skills/find-seo-agency/SKILL.md",{"path":358,"priority":336},"skills/find-service-providers/SKILL.md",{"path":360,"priority":336},"skills/find-software-developer/SKILL.md",{"path":362,"priority":336},"skills/find-web-developer/SKILL.md",{"path":364,"priority":319},".mcp.json",{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":325,"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",[372],{"path":373,"priority":319},"SKILL.md",{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":325,"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",[381],{"path":373,"priority":319},{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":325,"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",[389],{"path":373,"priority":319},{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":325,"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",[397],{"path":373,"priority":319},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":325,"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",[405],{"path":373,"priority":319},{"basePath":242,"description":10,"displayName":13,"installMethods":407,"rationale":408,"selectedPaths":409,"source":325,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/find-law-firm/SKILL.md",[410],{"path":373,"priority":319},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":325,"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",[418],{"path":373,"priority":319},{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":325,"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",[426],{"path":373,"priority":319},{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":325,"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",[434],{"path":373,"priority":319},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":325,"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",[442],{"path":373,"priority":319},{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":325,"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",[450],{"path":373,"priority":319},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":325,"sourceLanguage":18,"type":245},"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",[458],{"path":373,"priority":319},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":325,"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",[466],{"path":373,"priority":319},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":325,"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",[474],{"path":373,"priority":319},{"sources":476},[477],"manual",{"closedIssues90d":8,"description":479,"forks":232,"homepage":480,"license":237,"openIssues90d":8,"pushedAt":234,"readmeSize":230,"stars":235,"topics":481},"AI Agent skills for a structured catalog of 100k+ US professional-services firms","https://servicegraph.co",[482,483,484,485,486,487,488,272,489,490,491,492],"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":494,"discoverAt":495,"extractAt":496,"githubAt":496,"updatedAt":494},1778694689983,1778694685569,1778694688073,[216,213,214,212,215],{"evaluatedAt":240,"extractAt":286,"updatedAt":499},1778695094449,[],[502,523,554,580,600,628],{"_creationTime":503,"_id":504,"community":505,"display":506,"identity":508,"providers":509,"relations":518,"tags":519,"workflow":520},1778694690188.7114,"k17f5djrtgcfht64yn209hdmqh86n8kv",{"reviewCount":8},{"description":384,"installMethods":507,"name":385,"sourceUrl":14},{"claudeCode":12},{"basePath":383,"githubOwner":243,"githubRepo":244,"locale":18,"slug":385,"type":245},{"evaluate":510,"extract":517},{"promptVersionExtension":205,"promptVersionScoring":206,"score":511,"tags":512,"targetMarket":217,"tier":218},100,[513,215,514,515,216,516],"cybersecurity","business","procurement","search",{"commitSha":277},{"parentExtensionId":248,"repoId":282},[216,514,513,515,516,215],{"evaluatedAt":521,"extractAt":286,"updatedAt":522},1778694766522,1778695093938,{"_creationTime":524,"_id":525,"community":526,"display":527,"identity":533,"providers":536,"relations":546,"tags":549,"workflow":550},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":528,"installMethods":529,"name":531,"sourceUrl":532},"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":530},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":534,"githubOwner":535,"githubRepo":531,"locale":18,"slug":531,"type":245},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":537,"extract":545},{"promptVersionExtension":205,"promptVersionScoring":206,"score":511,"tags":538,"targetMarket":217,"tier":218},[539,540,216,541,542,543,544],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":277},{"parentExtensionId":547,"repoId":548},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[216,542,541,543,544,539,540],{"evaluatedAt":551,"extractAt":552,"updatedAt":553},1778699230863,1778699170774,1778699296021,{"_creationTime":555,"_id":556,"community":557,"display":558,"identity":564,"providers":568,"relations":574,"tags":576,"workflow":577},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":559,"installMethods":560,"name":562,"sourceUrl":563},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":561},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":565,"githubOwner":566,"githubRepo":567,"locale":18,"slug":562,"type":245},"skills/slack","steipete","clawdis",{"evaluate":569,"extract":573},{"promptVersionExtension":205,"promptVersionScoring":206,"score":511,"tags":570,"targetMarket":217,"tier":218},[562,571,572,542,216],"messaging","communication",{"commitSha":277},{"repoId":575},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[216,542,572,571,562],{"evaluatedAt":578,"extractAt":579,"updatedAt":578},1778698950505,1778697652123,{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":588,"providers":590,"relations":596,"tags":597,"workflow":598},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":585,"installMethods":586,"name":587,"sourceUrl":563},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":561},"github",{"basePath":589,"githubOwner":566,"githubRepo":567,"locale":18,"slug":587,"type":245},"skills/github",{"evaluate":591,"extract":595},{"promptVersionExtension":205,"promptVersionScoring":206,"score":511,"tags":592,"targetMarket":217,"tier":218},[587,593,216,594,542],"cli","developer-tools",{"commitSha":277},{"repoId":575},[216,542,593,594,587],{"evaluatedAt":599,"extractAt":579,"updatedAt":599},1778698569289,{"_creationTime":601,"_id":602,"community":603,"display":604,"identity":610,"providers":614,"relations":622,"tags":624,"workflow":625},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":605,"installMethods":606,"name":608,"sourceUrl":609},"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":607},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":611,"githubOwner":612,"githubRepo":613,"locale":18,"slug":608,"type":245},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":615,"extract":621},{"promptVersionExtension":205,"promptVersionScoring":206,"score":511,"tags":616,"targetMarket":217,"tier":218},[617,618,619,216,544,620],"anthropic","documentation","claude","knowledge-base",{"commitSha":277},{"repoId":623},"kd78s53c1852h5p7c3qem663xs86njab",[617,216,619,618,620,544],{"evaluatedAt":626,"extractAt":627,"updatedAt":626},1778697182451,1778696993586,{"_creationTime":629,"_id":630,"community":631,"display":632,"identity":638,"providers":642,"relations":648,"tags":651,"workflow":652},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":633,"installMethods":634,"name":636,"sourceUrl":637},"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":635},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":639,"githubOwner":640,"githubRepo":641,"locale":18,"slug":636,"type":245},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":643,"extract":647},{"promptVersionExtension":205,"promptVersionScoring":206,"score":511,"tags":644,"targetMarket":217,"tier":218},[636,216,618,645,646],"oauth","python",{"commitSha":277},{"parentExtensionId":649,"repoId":650},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[216,618,636,645,646],{"evaluatedAt":653,"extractAt":654,"updatedAt":653},1778696994497,1778696833339]