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

@citedy/skills

v1.2.6

Published

Curated AI agent skills — works with Claude Code, Codex, Gemini CLI, Droid, and any AI coding agent

Readme

Citedy Skills

Curated collection of AI agent skills by Citedy — works with Claude Code, Codex, Gemini CLI, Droid, and any AI coding agent that reads .md skill files.

This package is actively maintained. We regularly add new skills and improve existing ones. Run npx @citedy/skills update to get the latest version at any time.

Install

npx @citedy/skills install

That's it. All skills and slash commands are copied into your project's .claude/ directory, ready to use.

Install specific skills only

npx @citedy/skills install youtube tiktok

Stay up to date

npx @citedy/skills@latest update

New skills are added regularly. Use @latest to make sure you always get the newest version — no stale cache.

See what's available

npx @citedy/skills list

Available Skills

Extraction Skills

| Name | Slash Command | Description | Requires | |------|---------------|-------------|----------| | youtube | /any-youtube | Extract structured metadata from any public YouTube video | AnyCrawl API | | instagram | /any-instagram | Extract public Instagram profile, post, and reel data | AnyCrawl API | | tiktok | /any-tiktok | Extract public TikTok video, profile, and hashtag data | AnyCrawl API | | social | /any-social | Auto-detect platform and route to the correct extractor | AnyCrawl API |

Knowledge Skills (no API keys needed)

| Name | Slash Command | Description | |------|---------------|-------------| | schema | /schema-markup | Add, fix, or optimize schema.org JSON-LD structured data | | icons | /icon-design | Select semantically appropriate icons (Lucide/Heroicons/Phosphor) | | domains | /domain-hunter | Search domains, compare prices, find promo codes | | skill-eval | /skill-eval | Validate slash command quality (frontmatter, jargon, descriptions) | | symphony | /codex-symphony | Bootstrap local OpenAI Symphony + Linear orchestration for any repo |

Agent Team Skills (Claude Code only)

| Name | Slash Command | Description | |------|---------------|-------------| | spawning-plan | /spawning-plan | Design and spawn optimal agent teams | | code-review | /code-review-team | Parallel multi-agent code review with 4 reviewers |

Agent Team skills require Claude Code with Agent Teams support (TeamCreate, TaskCreate, SendMessage).

Extraction skills use the AnyCrawl Scrape API for LLM-powered structured data extraction.

Setup

1. Get an AnyCrawl API key

Sign up at anycrawl.dev and get your API key.

2. Add to your environment

# .env.local (or .env)
ANYCRAWL_API_KEY_DEV=ac-your-key-here

3. Install

npx @citedy/skills install

Usage

Once installed, Claude Code automatically picks up skills when you provide a social media URL. Or invoke directly:

/any-youtube https://www.youtube.com/watch?v=VIDEO_ID
/any-instagram https://www.instagram.com/username/
/any-tiktok https://www.tiktok.com/@user/video/VIDEO_ID
/any-social <any-supported-url>

What gets extracted

Each skill returns a structured JSON artifact saved to /tmp/ with:

  • normalized — Platform-specific structured data (title, stats, channel/author, description, etc.)
  • anycrawl — Raw AnyCrawl response with markdown content
  • request — The exact API payload used

Requirements

Symphony Skill

The symphony skill is different from the extraction skills. It bootstraps local OpenAI Symphony orchestration into the current repository and installs:

  • WORKFLOW.symphony.md
  • scripts/symphony/*
  • .env.symphony.example
  • codex-symphony wrapper in ~/.local/bin

Install just that skill:

npx @citedy/skills install symphony

Then in your target repo:

/codex-symphony

You will still need your own:

  • LINEAR_API_KEY
  • LINEAR_PROJECT_SLUG
  • SOURCE_REPO_URL
  • SYMPHONY_WORKSPACE_ROOT
  • optional GH_TOKEN

License

MIT — Citedy