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

goose-skills

v1.0.1

Published

GTM skills for Claude Code — install with npx goose-skills install <slug>

Downloads

302

Readme

Goose Skills

GTM skills for Claude Code. Ready-to-use skills for sales, marketing, competitive intelligence, SEO, and lead generation.

Quick Install

npx goose-skills install <slug>

This installs to ~/.claude/skills/<slug>/ by default (Claude Code target).

Platform Targets

Use one target flag per install:

npx goose-skills install google-ad-scraper --claude
npx goose-skills install google-ad-scraper --codex
npx goose-skills install google-ad-scraper --cursor --project-dir /path/to/repo
  • --claude (default): installs under ~/.claude/skills/<slug>/
  • --codex: installs under ~/.claude/skills/<slug>/, then copies to ~/.codex/skills/<slug>/
  • --cursor: installs under ~/.claude/skills/<slug>/, then writes a project-local Cursor rule file at .cursor/rules/goose-<slug>.mdc

Notes:

  • Only one target flag is allowed per command.
  • --cursor requires --project-dir.

Available Skills

Capabilities (31)

Atomic, single-purpose tools that do one thing well.

Research & Monitor

| Skill | Description | |-------|-------------| | reddit-scraper | Scrape Reddit posts/comments by keyword, subreddit, or time range | | twitter-scraper | Search Twitter/X posts with date filtering | | linkedin-post-research | Search LinkedIn posts by keyword, output to Google Sheet | | linkedin-profile-post-scraper | Scrape recent posts from specific LinkedIn profiles | | linkedin-commenter-extractor | Extract commenters from LinkedIn posts | | linkedin-influencer-discovery | Find LinkedIn thought leaders in any space | | blog-scraper | Monitor blogs via RSS feeds with Apify fallback | | hacker-news-scraper | Search HN stories/comments via free Algolia API | | product-hunt-scraper | Scrape trending Product Hunt launches | | review-scraper | Scrape reviews from G2, Capterra, Trustpilot | | youtube-watcher | YouTube channel monitoring via yt-dlp | | youtube-apify-transcript | YouTube transcript extraction via Apify | | web-archive-scraper | Wayback Machine scraper for archived sites | | newsletter-sponsorship-finder | Find newsletters for sponsorship opportunities |

Find People & Leads

| Skill | Description | |-------|-------------| | company-contact-finder | Find decision-makers at companies | | luma-event-attendees | Scrape event attendee lists from Luma | | conference-speaker-scraper | Extract speakers from conference websites | | job-posting-intent | Detect hiring signals from job postings |

SEO & Content Analysis

| Skill | Description | |-------|-------------| | seo-domain-analyzer | Domain SEO metrics via Semrush/Ahrefs | | seo-traffic-analyzer | Website traffic estimation | | site-content-catalog | Full website content inventory | | aeo-visibility | AI answer engine visibility testing | | google-ad-scraper | Google Ads Transparency scraper | | meta-ad-scraper | Meta Ad Library scraper |

Brand & Messaging

| Skill | Description | |-------|-------------| | brand-voice-extractor | Extract tone/style from published content | | visual-brand-extractor | Extract visual brand (colors, fonts, layout) | | icp-persona-builder | Build synthetic ICP buyer personas | | icp-website-review | Score a website through ICP eyes |

Content Creation

| Skill | Description | |-------|-------------| | content-asset-creator | Generate branded HTML reports and pages | | create-html-slides | Create HTML slide presentations | | brainstorming-partner | Structured brainstorming frameworks |

Composites (5)

Multi-skill chains that combine capabilities into pipelines.

| Skill | Description | |-------|-------------| | competitor-intel | Multi-source competitor tracking (Reddit, Twitter, LinkedIn, blogs, reviews) | | seo-content-audit | Full SEO audit: content inventory + metrics + gaps + voice | | industry-scanner | Daily industry intelligence briefing | | company-current-gtm-analysis | Comprehensive GTM scoring with white space map | | icp-website-audit | End-to-end website audit through ICP eyes |

CLI Commands

npx goose-skills list             # List all available skills
npx goose-skills install <slug>   # Install for Claude Code (default)
npx goose-skills install <slug> --codex
npx goose-skills install <slug> --cursor --project-dir /path/to/repo
npx goose-skills info <slug>      # Show skill details

Using Skills with Claude Code

After installing a skill, add it to your Claude Code project:

# Copy the SKILL.md to your project's skills directory
mkdir -p .claude/skills
cp ~/.claude/skills/<slug>/SKILL.md .claude/skills/<slug>.md

The skill's SKILL.md file contains instructions that Claude Code will follow when you reference the skill.

Building from Source

git clone https://github.com/athina-ai/goose-skills.git
cd goose-skills
node scripts/build-index.js   # Generate skills-index.json
node bin/goose-skills.js list  # Test locally

License

MIT

Author

Athina AI