Home/Developer Tools/dev-gtm-claude-skills
dev-gtm-claude-skills logo

dev-gtm-claude-skills

Enrichment pending
Infrasity-Labs/dev-gtm-claude-skills

Open-source Claude skills for GEO, AI discoverability, and developer GTM workflows. Built for developer-focused companies that want their documentation to be found, parsed, and cited by AI systems.

GraphCanon updated today · GitHub synced today

87
Stars
3
Forks
0
Open issues
1
Watchers
1w
Last push
Python MITCreated May 10, 2026

Trust & integrity

Full report
Maintenance
Active (13d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No criticals
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Open-source Claude skills for GEO, AI discoverability, and developer GTM workflows. Built for developer-focused companies that want their documentation to be found, parsed, and cited by AI systems.

Capability facts

Languages
python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

- Node.js with `npx` (to run the DataForSEO MCP server locally)
Source link
Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

- Python 3.10+
Source link
Works with Claude DesktopClaude Desktop

Source: README excerpt (regex_v1, Jul 11, 2026)

ills directory. Re-run it any time to update. Prefer to install manually or use Claude Desktop / Claude.ai? Use one of the methods below.
Source link

Tags

README

Installation

Most skills need no API keys; the SEO skills that pull live search data use a DataForSEO MCP server (setup below).


Quick install (recommended)

Install every skill in this repo with one command — no cloning, no copying:

npx skills add Infrasity-Labs/dev-gtm-claude-skills

This pulls the latest skills straight into your Claude Code skills directory. Re-run it any time to update. Prefer to install manually or use Claude Desktop / Claude.ai? Use one of the methods below.


Zip the skill you want to install

zip -r docs-auditor.zip docs-auditor/


Upload the `.zip`, toggle the skill on, and it's active across all your chats. Uploaded skills stay private to your account; Claude installs any required packages the first time it runs them.

<p align="center">
  <img src="./assets/converting-to-zip.gif" width="100%" alt="Converting to zip GIF"/>
</p>

<p align="center">
  <img src="./assets/add-to-claude.gif" width="100%" alt="Add to Claude GIF"/>
</p>

---

## Install Steps for Every Tool

All CLI installs start with cloning the repo:

```bash
git clone https://github.com/infrasity-labs/dev-gtm-claude-skills.git
cd dev-gtm-claude-skills

Requirements

  • Claude Code, Claude Desktop, or Claude.ai
  • Python 3.10+
  • Node.js with npx (to run the DataForSEO MCP server locally)
  • A DataForSEO API account — only for the live-search skills: growth-report, blog-post-counter, api-docs-quality-report


License

MIT — see LICENSE.