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

@pictify/agent-skill

v1.0.3

Published

Agent skills for Pictify — generate images from HTML/CSS with AI agents. OG images, social cards, banners, screenshots, certificates, and more.

Readme

Pictify Skills

Pictify Agent Skill

npm version MIT License

Agent skills for Pictify — generate images from HTML/CSS with AI agents.

OG images, social cards, banners, screenshots, certificates, product images, email headers, and presentation slides — all from natural language.

Works with Claude Code, Cursor, Windsurf, and any agent that supports the open skills standard.

Install

Claude Code

Option 1 — Skills CLI (recommended)

npx skills add pictify-io/skills

Option 2 — Direct install via npm

npx @pictify/agent-skill

Option 3 — Project-local (installs to .claude/skills/ in your project)

npx @pictify/agent-skill --project

Cursor

npx @pictify/agent-skill

The skill installs to ~/.claude/skills/pictify/. Cursor picks it up automatically if you have skills discovery enabled.

Windsurf

npx @pictify/agent-skill

Uninstall

npx @pictify/agent-skill --uninstall

Setup

Get your Pictify API key:

  1. Sign up at pictify.io
  2. Go to API Tokens
  3. Create a token

Set it in your environment:

export PICTIFY_API_KEY=your_token_here

The skill automatically detects the key from the environment. No additional configuration needed.

What it does

Once installed, your AI agent gets design-aware guidance for generating images with the Pictify API. Just ask:

  • "Create an OG image for my blog post about serverless functions"
  • "Make a Twitter card announcing our new pricing"
  • "Screenshot stripe.com at desktop and mobile viewports"
  • "Generate a certificate for course completion"
  • "Create a product card for our headphones at $149"

The skill handles:

  • Design clarification — asks about visual style, color palette, and layout before generating, with context-aware suggestions (not generic lists)
  • Pre-render validation — 8-point checklist that catches wrong dimensions, missing fonts, and broken images before the API call
  • Platform dimensions — correct sizes for every platform (OG 1200x630, Instagram 1080x1080, Twitter 1200x675, etc.)
  • CSS patterns — reliable patterns for gradients, flexbox layouts, glassmorphism, text clamping, and more
  • Typography — Google Fonts loading, font pairings, and type scales for each image size
  • Error handling — actionable recovery for every API error code

What's included

| File | Purpose | |------|---------| | Use cases | | | rules/og-image.md | Open Graph images for link previews | | rules/social-card.md | Twitter, LinkedIn, Facebook, Instagram cards | | rules/marketing-banner.md | Ads, hero images, promotional graphics | | rules/screenshot.md | URL screenshot capture with viewport control | | rules/certificate-badge.md | Certificates, badges, ID cards, event passes | | rules/product-image.md | E-commerce product images, catalogs | | rules/email-header.md | Email banners with dark mode and retina support | | rules/presentation-slide.md | Slides, pitch decks, social carousels | | References | | | rules/validation-checklist.md | Pre-render validation (8-point checklist) | | rules/dimensions-reference.md | Platform dimension presets and safe zones | | rules/css-patterns.md | CSS that renders reliably in Pictify | | rules/fonts-and-typography.md | Font loading, pairings, and type scales |

How it works

The skill uses the Pictify HTML-to-Image API (POST https://api.pictify.io/image). It instructs the AI agent to:

  1. Clarify design intent (colors, layout, typography — not copy)
  2. Generate HTML/CSS following proven rendering patterns
  3. Validate against an 8-point checklist before calling the API
  4. Handle errors with specific recovery actions

No MCP server required. The skill makes direct HTTP calls to the Pictify API.

Links

  • Pictify — Image generation API
  • API Docs — Get your API key
  • npm — Package on npm
  • skills.sh — Open agent skills ecosystem
  • @pictify/mcp-server — Pictify MCP server (for full API access including templates, GIFs, PDFs, and A/B testing)

License

MIT