npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

sincron-gtm

v1.0.8

Published

Framework automatizado de Go-to-Market para Claude Code. Skills composiveis para pesquisar, criar, publicar e otimizar conteudo.

Downloads

911

Readme

Sincron-GTM

Framework automatizado de Go-to-Market para Claude Code. Usa skills composiveis para pesquisar, criar, publicar e otimizar conteudo.

Pre-requisitos

  • Claude Code CLI instalado
  • Node.js 18+ e npm
  • Acesso a este repositorio (privado)
  • GitHub CLI (gh) autenticado (para clonar)

Instalacao

Via npm (recomendado)

npx sincron-gtm

Ou instale globalmente:

npm install -g sincron-gtm

Via Git

gh repo clone MLTCorp/Sincron-GTM meu-projeto && cd meu-projeto && node setup.js

PowerShell:

gh repo clone MLTCorp/Sincron-GTM meu-projeto ; cd meu-projeto ; node setup.js

Quick Start

  1. Instale usando o comando acima
  2. Configure suas API keys no .env
  3. Abra Claude Code na pasta do projeto
  4. Execute /onboarding para configurar sua marca (voz, tom, ICP)
  5. Crie um projeto com /project-create nome-do-projeto
  6. Comece a criar conteudo usando as skills disponiveis

Skills Disponiveis

Layer 0: Setup

| Skill | Descricao | |-------|-----------| | onboarding | Configura o framework do zero, cria brand.yaml | | project-creator | Cria novo projeto GTM com estrutura padrao |

Layer 1: Coletar

| Skill | Descricao | |-------|-----------| | youtube-extractor | Extrai video YouTube em YAML | | youtube-trend-scout | Pesquisa videos trending por topico | | web-scraper | Extrai conteudo de URL em YAML | | keyword-researcher | Pesquisa keywords via Google Autocomplete |

Layer 1.5: Social Collectors

| Skill | Descricao | |-------|-----------| | channel-analyzer | Analisa canal YouTube completo | | instagram-analyzer | Analisa perfil do Instagram | | editorial-synthesizer | Sintetiza linha editorial de multiplos canais | | competitive-intel | Orquestra analise competitiva completa |

Layer 2: Analisar

| Skill | Descricao | |-------|-----------| | trend-reporter | Gera relatorio de tendencias | | gsc-analyzer | Analisa dados do Google Search Console | | content-optimizer | Otimiza conteudo baseado em performance |

Layer 3: Criar

| Skill | Descricao | |-------|-----------| | content-writer | Escreve artigos e blog posts SEO | | social-writer | Cria posts para LinkedIn e Twitter/X | | slide-creator | Cria apresentacoes em React | | image-generator | Gera imagens via Gemini 3 Pro | | thumbnail-creator | Cria thumbnails YouTube otimizadas | | carousel-creator | Gera carrosseis para Instagram/LinkedIn | | repurposer | Transforma 1 conteudo em multiplos formatos |

Layer 3.5: Validar

| Skill | Descricao | |-------|-----------| | quality-gates | Valida qualidade com scores de readability, SEO e brand voice |

Layer 4: Distribuir

| Skill | Descricao | |-------|-----------| | cms-publisher | Publica conteudo no CMS via API |

Integracoes

| Skill | Descricao | |-------|-----------| | apollo-importer | Importa dados do Apollo.io | | clay-importer | Importa dados do Clay | | video-transcriber | Transcreve videos locais via Whisper |

Estrutura

config/          -> Identidade da empresa (brand, competitors, channels)
templates/       -> Moldes para criacao de conteudo
library/         -> Dados globais reutilizaveis
projects/        -> Projetos ativos (cada subpasta e independente)
analytics/       -> Dados de performance (GSC)
tools/slides/    -> App React para renderizacao de slides
.claude/skills/  -> Skills do framework

Variaveis de Ambiente

Edite o .env com suas chaves:

| Variavel | Uso | |----------|-----| | RAPIDAPI_KEY | YouTube extractor, keyword research, Instagram analyzer | | CMS_API_KEY | Publicacao no CMS | | CMS_API_URL | URL da API do CMS | | OPENROUTER_API_KEY | Image generation (Gemini 3 Pro), video transcription |

Fluxo de Trabalho

Setup -> Pesquisar -> Criar -> Validar -> Publicar -> Medir -> Otimizar
  |         |           |         |          |          |         |
onboarding youtube    content   quality    cms       gsc      content
           keyword    social    gates      publisher analyzer optimizer
           web        slides
           instagram  image

Documentacao Completa

Consulte o arquivo CLAUDE.md para documentacao detalhada do framework, regras de operacao e contexto de projeto.