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

astra-ad-studio

v0.1.0

Published

Install the Codex skill that turns GPT-6 Astra into an in-workspace ad studio.

Readme

Astra Ad Studio

npm version License: MIT

Turn GPT-6 Astra into an ad studio inside Codex.

Astra Ad Studio takes a product, URL, repository, screenshot, or brief and creates three distinct campaign directions, finished editable ads, platform variants, a motion preview, and a concise campaign report you can open directly in Codex.

It does not stop at copy or prompts. It leaves real creative files in your workspace.

Astra Ad Studio is an unofficial community project. It is not affiliated with or endorsed by OpenAI.

Install

npx --yes astra-ad-studio@latest

Restart Codex if the skill does not appear immediately.

Quick start

Select GPT-6 Astra in Codex, then ask:

Use $astra-ad-studio to create three launch ads for this product: https://example.com

Or create a motion concept from an app screenshot:

Use $astra-ad-studio to turn this screenshot into a 15-second vertical motion ad.

What it creates

  • three strategically distinct ad directions;
  • scored hooks, concepts, visual mechanisms, and CTAs;
  • generated or code-composed visual assets;
  • editable SVG ads with exact typography;
  • common X, Instagram, LinkedIn, square, portrait, story, and landscape formats;
  • a browser-playable motion preview when requested;
  • a native Markdown report with links to every deliverable.

How it works

flowchart LR
    A[Product or URL] --> B[Campaign brief]
    B --> C[3 creative directions]
    C --> D[Score and select]
    D --> E[Generate visual layer]
    E --> F[Compose exact copy]
    F --> G[Inspect and revise]
    G --> H[Finished assets + Codex report]

GPT-6 Astra acts as creative and production lead. Codex can use native image generation for photographic or illustrated scenes and SVG, HTML, CSS, canvas, and local tools for exact copy, UI-led creative, layout, variants, and motion graphics.

For reliable text, the skill normally generates visual scenes without lettering and overlays approved copy during composition. This keeps spelling correct and source files editable.

Output

A typical run creates:

outputs/<campaign>/
├── creatives/
│   ├── 01-pain-interrupt.svg
│   ├── 02-product-proof.svg
│   └── 03-identity-signal.svg
├── preview.html
├── motion-preview.html
└── ASTRA-AD-STUDIO-REPORT.md

The included renderer is optional but useful for deterministic layouts:

node scripts/render_campaign.mjs campaign.json outputs/my-campaign

See references/campaign-schema.md for the input schema.

Important boundaries

  • The skill cannot change the active Codex model; select Astra before running it when you want Astra.
  • No third-party creative service is required.
  • Astra itself does not natively output video. The skill creates motion layouts inside Codex and exports MP4 only when a compatible local rendering workflow is available.
  • Claims, testimonials, pricing, and results must come from supplied or inspected evidence.

Development

npm run demo
npm test

License

MIT