[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-nostrband-find-software-developer-en":3,"guides-for-nostrband-find-software-developer":499,"similar-k17cemyzv73wzmhk5kkxhcfjbs86nydw-en":500},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":225,"parentExtension":245,"providers":301,"relations":305,"repo":306,"tags":496,"workflow":497},1778694690188.7139,"k17cemyzv73wzmhk5kkxhcfjbs86nydw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"nostrband/ServiceGraph","find-software-developer","https://github.com/nostrband/ServiceGraph",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":238},1778694948149.9146,"kn71af2may8aakbkra5chvp3w186meyn","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"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,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188],{"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 software development firms, with specific examples and explicit non-goals.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple API call by providing structured interaction, filtering logic, and a guided workflow for discovering software development firms, which is beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill fully covers the lifecycle of finding and vetting software development firms using the ServiceGraph API, including discovery, filtering, searching, and enrichment, with clear authentication and error handling documented.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on finding and enriching US software development firms via the ServiceGraph API, with clear deferrals to sibling skills for related but distinct domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, purpose, and scope, including specific triggers, API usage, and clear exclusions.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill utilizes direct API calls (curl examples) and potentially MCP tools rather than discrete, narrowly-scoped LLM tools.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","All relevant parameters (filters, API endpoints, auth methods) and their usage are documented extensively, including specific examples and error codes.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","The skill primarily interacts via API calls and curl examples, not through named LLM tools.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This check is not applicable as the skill interacts via API calls and structured filter DSL, not discrete LLM tools with explicit schemas.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under MIT, as confirmed by the LICENSE file and frontmatter, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-07, which is within the last 90 days.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill primarily relies on standard tools like curl and shell commands, with no complex third-party dependencies requiring explicit management within the skill's bundle.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill explicitly details a secure method for handling API tokens by using shell dispatch or sourcing .env files without exposing the token value to the LLM context, and includes an OTP flow for new tokens.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill defines a structured filter DSL and validates it via the `/v1/check` endpoint, treating user input as data for queries rather than executable instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on documented API calls and standard shell commands; there are no indications of runtime downloads of code or instructions, nor remote pipes to shell execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operations are limited to making HTTP requests and executing shell commands for API interaction, which are contained within the agent's execution environment and do not modify external files.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops are present in the documented usage patterns or scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound calls are documented API requests to ServiceGraph, and sensitive data handling is explicitly managed to prevent leakage into the LLM context.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation are free of hidden-steering tricks, invisible Unicode tags, or suspicious HTML comments.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation relies on standard API interactions and shell commands, with no evidence of obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure; its operations are primarily external API calls and local shell command execution.",{"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 either a new/quiet project or that issues are not actively tracked/managed.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The manifest version is declared as '0.3' in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill validates filters using the `/v1/check` endpoint and provides a structured DSL, indicating robust input validation for API calls.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's operations are primarily read-only API queries; there are no destructive operations documented that would require a confirmation gate.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The documentation details specific error codes, their meanings, and recommended actions, enabling meaningful error reporting and agent decision-making.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","The skill does not involve destructive actions or complex internal logic that would necessitate a local audit log; its primary function is making API calls.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill operates on business data (firms, services) and handles API tokens securely, with no indication of processing personal data without appropriate safeguards.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is explicitly focused on US software development firms and services, aligning with the 'global' target market default as there are no specific regional restrictions beyond the US scope.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard tools like `curl` and shell commands, making it portable across POSIX-compliant environments without specific OS or editor assumptions.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README file exists, is comprehensive, and clearly outlines the purpose and capabilities of the ServiceGraph skills.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This skill does not expose discrete LLM tools; it primarily uses API interactions and documented examples.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This check is not applicable as the skill does not expose multiple LLM tools with overlapping functionality.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, including API endpoints and filter capabilities, are supported by the ServiceGraph API and clearly documented in the SKILL.md and README.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Clear installation instructions are provided in the README, including specific commands for adding the skill and examples for invocation via curl.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The documentation clearly lists potential API errors with corresponding codes and recommended user actions, providing actionable guidance.",{"category":104,"check":148,"severity":42,"summary":149},"Pinned dependencies","The skill does not bundle scripts with external dependencies that require pinning; it relies on standard system tools like curl.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill's primary operations are API queries; there are no state-changing commands that would typically require a dry-run preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The API documentation includes rate limiting and retry guidance (Retry-After header, retry_after field), and the architecture implies statelessness between calls.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry collection within the skill's documentation, implying no telemetry is emitted by default.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as finding, shortlisting, vetting, or enriching US software development firms, with clear 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 provides trigger phrases, well within the character limit.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and under 500 lines, effectively delegating deeper material to the README and API documentation.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill effectively uses the README for detailed explanations and examples, maintaining a concise SKILL.md for core instructions.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","The skill's workflow is direct API querying and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Numerous ready-to-use curl examples are provided in SKILL.md and README, covering various use cases and demonstrating expected inputs and outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses several edge cases and limitations, including API error codes, quota exhaustion, and specific filter nuances, with suggested recovery steps.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill does not rely on optional external tools like MCP servers with fallbacks; it primarily uses direct API calls with standard tools.",{"category":92,"check":186,"severity":24,"summary":187},"Cross-skill coupling","The skill is self-contained and clearly documents deferrals to sibling skills, avoiding implicit dependencies and ensuring standalone operation.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill's workflow relies on structured API interactions and filters, and API error handling provides clear guidance, implicitly halting on unexpected states.",1778694948045,"This skill interacts with the ServiceGraph API to find, shortlist, vet, and enrich US software development firms. It supports various search criteria including industry, services offered, location, size, and ratings, and provides detailed firm information upon request. The skill also includes detailed instructions on authentication, filter DSL, and error handling.",[195,196,197,198],"Discover US software development firms","Filter by industry, services, location, size, ratings","Enrich firm data with contact info and details","Supports anonymous and authenticated API tiers",[200,201,202,203],"Finding website/landing-page specific developers (defer to find-web-developer)","AI/ML, data engineering, or model building specialists (defer to AI-focused skills)","Marketing agencies, SEO firms, or design studios","Non-US firms, individual freelancers, or in-house engineer hires","3.0.0","4.4.0","Find, shortlist, vet, or enrich US software development firms for custom software, web, mobile, backend, DevOps, and system integration needs.","The skill is exceptionally well-documented, secure, and reliable, with clear instructions, robust error handling, and strong adherence to scope. The only minor point preventing a perfect score is the lack of explicit pre-condition checks for unexpected states, though API error handling covers most scenarios.",99,"Excellent skill for finding and enriching US software development firms via the ServiceGraph API.",[211,212,213,214,215],"service-discovery","business","company-data","api-client","crm-enrichment","global","verified",[219,220,221,222],"Find custom software shops for B2B platform development","Shortlist mobile app developers for iOS/Android launches","Identify DevOps and cloud migration consultancies","Enrich a list of provided firm domains with contact information",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},false,1778694930778,{"descriptionLength":228,"readmeSize":229},1018,14153,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"manifestVersion":232,"openIssues90d":8,"pushedAt":233,"stars":234},1,"0.3",1778155912000,161,{"hasNpmPackage":225,"license":236,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":239},1778694948149,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/find-software-developer","nostrband","ServiceGraph","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":256,"providers":287,"relations":296,"tags":297,"workflow":298},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":18,"slug":243,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":280,"tags":282,"workflow":283},1778694690188.7104,"k1732w2rmwwpgp3kty4p9dhq0586mqne",{"reviewCount":8},{"description":261,"installMethods":262,"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":18,"slug":243,"type":264},"marketplace",{"evaluate":266,"extract":275},{"promptVersionExtension":267,"promptVersionScoring":205,"score":268,"tags":269,"targetMarket":216,"tier":217},"3.1.0",95,[270,271,272,273,214,274],"service-providers","lead-generation","professional-services","us-firms","business-directory",{"commitSha":276,"marketplace":277,"plugin":278},"HEAD",{"name":242,"pluginCount":231},{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[214,274,271,272,270,273],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778694708553,1778694690188,1778695093423,{"evaluate":288,"extract":293},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":289,"targetMarket":216,"tier":217},[270,290,272,271,291,292],"agencies","catalog","api",{"commitSha":276,"license":236,"plugin":294},{"mcpCount":8,"provider":279,"skillCount":295},14,{"parentExtensionId":258,"repoId":281},[290,292,291,271,272,270],{"evaluatedAt":299,"extractAt":285,"updatedAt":300},1778694718700,1778695093227,{"evaluate":302,"extract":304},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":303,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":276},{"parentExtensionId":247,"repoId":281},{"_creationTime":307,"_id":281,"identity":308,"providers":309,"workflow":492},1778694685569.3584,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":310,"discover":474,"github":477},{"commitSha":276,"extensions":311},[312,325,364,373,381,389,397,405,413,421,429,437,445,453,461,466],{"basePath":254,"description":261,"displayName":242,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":254,"description":250,"displayName":252,"installMethods":326,"license":236,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":255},{"claudeCode":252},"plugin manifest at .claude-plugin/plugin.json",[329,331,332,333,336,338,340,342,344,346,348,350,352,354,356,358,360,362],{"path":330,"priority":318},".claude-plugin/plugin.json",{"path":320,"priority":318},{"path":322,"priority":323},{"path":334,"priority":335},"skills/find-ai-consultancy/SKILL.md","medium",{"path":337,"priority":335},"skills/find-cpa-firm/SKILL.md",{"path":339,"priority":335},"skills/find-cybersecurity-firm/SKILL.md",{"path":341,"priority":335},"skills/find-design-agency/SKILL.md",{"path":343,"priority":335},"skills/find-engineering-firm/SKILL.md",{"path":345,"priority":335},"skills/find-law-firm/SKILL.md",{"path":347,"priority":335},"skills/find-management-consultant/SKILL.md",{"path":349,"priority":335},"skills/find-marketing-agency/SKILL.md",{"path":351,"priority":335},"skills/find-pr-agency/SKILL.md",{"path":353,"priority":335},"skills/find-recruiting-firm/SKILL.md",{"path":355,"priority":335},"skills/find-seo-agency/SKILL.md",{"path":357,"priority":335},"skills/find-service-providers/SKILL.md",{"path":359,"priority":335},"skills/find-software-developer/SKILL.md",{"path":361,"priority":335},"skills/find-web-developer/SKILL.md",{"path":363,"priority":318},".mcp.json",{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":324,"sourceLanguage":18,"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",[371],{"path":372,"priority":318},"SKILL.md",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":324,"sourceLanguage":18,"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",[380],{"path":372,"priority":318},{"basePath":382,"description":383,"displayName":384,"installMethods":385,"rationale":386,"selectedPaths":387,"source":324,"sourceLanguage":18,"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",[388],{"path":372,"priority":318},{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":324,"sourceLanguage":18,"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",[396],{"path":372,"priority":318},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":324,"sourceLanguage":18,"type":244},"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",[404],{"path":372,"priority":318},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":324,"sourceLanguage":18,"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",[412],{"path":372,"priority":318},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":324,"sourceLanguage":18,"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",[420],{"path":372,"priority":318},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":324,"sourceLanguage":18,"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",[428],{"path":372,"priority":318},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":324,"sourceLanguage":18,"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",[436],{"path":372,"priority":318},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":324,"sourceLanguage":18,"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",[444],{"path":372,"priority":318},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":324,"sourceLanguage":18,"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",[452],{"path":372,"priority":318},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":324,"sourceLanguage":18,"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",[460],{"path":372,"priority":318},{"basePath":241,"description":10,"displayName":13,"installMethods":462,"rationale":463,"selectedPaths":464,"source":324,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/find-software-developer/SKILL.md",[465],{"path":372,"priority":318},{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":324,"sourceLanguage":18,"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",[473],{"path":372,"priority":318},{"sources":475},[476],"manual",{"closedIssues90d":8,"description":478,"forks":231,"homepage":479,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":229,"stars":234,"topics":480},"AI Agent skills for a structured catalog of 100k+ US professional-services firms","https://servicegraph.co",[481,482,483,484,485,486,487,272,488,489,490,491],"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":493,"discoverAt":494,"extractAt":495,"githubAt":495,"updatedAt":493},1778694689983,1778694685569,1778694688073,[214,212,213,215,211],{"evaluatedAt":239,"extractAt":285,"updatedAt":498},1778695095607,[],[501,529,553,572,600,619],{"_creationTime":502,"_id":503,"community":504,"display":505,"identity":511,"providers":513,"relations":522,"tags":524,"workflow":525},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":506,"installMethods":507,"name":509,"sourceUrl":510},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":508},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":254,"githubOwner":512,"githubRepo":509,"locale":18,"slug":509,"type":244},"zagmoai",{"evaluate":514,"extract":521},{"promptVersionExtension":204,"promptVersionScoring":205,"score":515,"tags":516,"targetMarket":216,"tier":217},100,[517,518,519,520,214],"google-docs","google-sheets","productivity","automation",{"commitSha":276},{"repoId":523},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[214,520,517,518,519],{"evaluatedAt":526,"extractAt":527,"updatedAt":528},1778699485884,1778699468747,1778699509178,{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":539,"providers":543,"relations":547,"tags":549,"workflow":550},1778688022104.1677,"k17ck9wbmtfyw83n6rv10vp1s986np36",{"reviewCount":8},{"description":534,"installMethods":535,"name":537,"sourceUrl":538},"Google Sheets: Read and write spreadsheets.",{"claudeCode":536},"googleworkspace/cli","gws-sheets","https://github.com/googleworkspace/cli",{"basePath":540,"githubOwner":541,"githubRepo":542,"locale":18,"slug":537,"type":244},"skills/gws-sheets","googleworkspace","cli",{"evaluate":544,"extract":546},{"promptVersionExtension":204,"promptVersionScoring":205,"score":515,"tags":545,"targetMarket":216,"tier":217},[518,542,520,519,214],{"commitSha":276},{"repoId":548},"kd74t1908zh6g1jzcxw8tg1rwx86nnpt",[214,520,542,518,519],{"evaluatedAt":551,"extractAt":552,"updatedAt":551},1778688770647,1778688022104,{"_creationTime":554,"_id":555,"community":556,"display":557,"identity":559,"providers":560,"relations":567,"tags":568,"workflow":569},1778694690188.7114,"k17f5djrtgcfht64yn209hdmqh86n8kv",{"reviewCount":8},{"description":383,"installMethods":558,"name":384,"sourceUrl":14},{"claudeCode":12},{"basePath":382,"githubOwner":242,"githubRepo":243,"locale":18,"slug":384,"type":244},{"evaluate":561,"extract":566},{"promptVersionExtension":204,"promptVersionScoring":205,"score":515,"tags":562,"targetMarket":216,"tier":217},[563,252,212,564,292,565],"cybersecurity","procurement","search",{"commitSha":276},{"parentExtensionId":247,"repoId":281},[292,212,563,564,565,252],{"evaluatedAt":570,"extractAt":285,"updatedAt":571},1778694766522,1778695093938,{"_creationTime":573,"_id":574,"community":575,"display":576,"identity":582,"providers":585,"relations":593,"tags":596,"workflow":597},1778675056600.2244,"k175hx5vfh5amgma7x49pmfnyh86mft5",{"reviewCount":8},{"description":577,"installMethods":578,"name":580,"sourceUrl":581},"Build and maintain one coherent company story across all audiences — employees, investors, customers, candidates, and partners. Detects narrative contradictions and ensures the same truth is framed for each audience's needs. Use when preparing investor updates, all-hands presentations, board communications, recruiting narratives, crisis communications, or when user mentions company narrative, messaging consistency, storytelling, all-hands, investor update, or crisis communication.",{"claudeCode":579},"alirezarezvani/claude-skills","internal-narrative","https://github.com/alirezarezvani/claude-skills",{"basePath":583,"githubOwner":584,"githubRepo":483,"locale":18,"slug":580,"type":244},"c-level-advisor/skills/internal-narrative","alirezarezvani",{"evaluate":586,"extract":592},{"promptVersionExtension":204,"promptVersionScoring":205,"score":515,"tags":587,"targetMarket":216,"tier":217},[588,589,590,591,212],"narrative-strategy","communication","c-level","storytelling",{"commitSha":276},{"parentExtensionId":594,"repoId":595},"k17cfc0w65zrpv9bnzn3b6xayx86m40f","kd7ff9s1w43mfyy1n7hf87816186m6px",[212,590,589,588,591],{"evaluatedAt":598,"extractAt":599,"updatedAt":598},1778677563361,1778675056600,{"_creationTime":601,"_id":602,"community":603,"display":604,"identity":606,"providers":607,"relations":614,"tags":615,"workflow":616},1778694690188.7134,"k170pgf69k7g4b9ky31taw06mh86ng8n",{"reviewCount":8},{"description":447,"installMethods":605,"name":448,"sourceUrl":14},{"claudeCode":12},{"basePath":446,"githubOwner":242,"githubRepo":243,"locale":18,"slug":448,"type":244},{"evaluate":608,"extract":613},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":609,"targetMarket":216,"tier":217},[610,611,612,252,214],"seo","marketing","agency-finder",{"commitSha":276,"license":236},{"parentExtensionId":247,"repoId":281},[612,214,611,610,252],{"evaluatedAt":617,"extractAt":285,"updatedAt":618},1778694912533,1778695095277,{"_creationTime":620,"_id":621,"community":622,"display":623,"identity":629,"providers":633,"relations":640,"tags":643,"workflow":644},1778691104675.9844,"k17bzqqtvnam43x35mstrs5yjh86m7tz",{"reviewCount":8},{"description":624,"installMethods":625,"name":627,"sourceUrl":628},"Extract role title, location, salary range, requirements, and application details from a public job posting.",{"claudeCode":626},"iterationlayer/skills","extract-job-listings-from-website","https://github.com/iterationlayer/skills",{"basePath":630,"githubOwner":631,"githubRepo":632,"locale":18,"slug":627,"type":244},"skills/extract-job-listings-from-website","iterationlayer","skills",{"evaluate":634,"extract":639},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":635,"targetMarket":216,"tier":217},[636,637,638,214,520],"web-scraping","data-extraction","job-postings",{"commitSha":276},{"parentExtensionId":641,"repoId":642},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[214,520,637,638,636],{"evaluatedAt":645,"extractAt":646,"updatedAt":645},1778691872611,1778691104676]