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

@pk-nerdsaver-ai/video-content-production-plugin

v1.0.1

Published

Multi-lane expert video production and editing pipeline plugin for Claude Code and Codex.

Readme

Video Content Production Plugin 🎬⚡

A premium, agentic, multi-lane video creation & editing pipeline plugin designed specifically for Claude Code, Codex, and modern LLM coding agents. It enables autonomous systems to generate premium HTML/CSS/GSAP kinetic web animations, perform transcript-driven Whisper cuts on raw footage, construct beautiful math/algorithmic animations, and orchestrate visual web workspaces.


🌟 Key Features

  • Multi-Lane Decision Routing: Choose the absolute best tool for the specific creative requirement.
  • Lane 8 (Hyperframes): Deterministic, frame-by-frame rendering of rich web compositions using GSAP/HTML5 in Headless Chrome.
  • Lane 9 (Video-Use): Transcript-guided micro-cuts and SRT subtitle overlays preventing cuts inside words.
  • Lane 10 (Agentic UI Workstation): Glassmorphic dark slate dashboard for manual visual fine-tuning.
  • Lane 11 (Andy Bot): Blogging-to-YouTube content marketing automation.
  • Lane 12 (Genify): Hands-free faceless channel publisher.
  • Lane 13 (Manim): Precise mathematical equations, LaTeX, and high-fidelity code execution animations.
  • Zero PII Leakage Guarantee: Clean structure containing absolutely no hardcoded credentials or private data.

📂 Project Structure

video-content-production-plugin/
├── bin/
│   └── index.js       # CLI auto-installer script targeting active workspaces
├── SKILL.md           # Core skill specification and system instructions for the LLM
├── README.md          # Architectural guide, integration, and setup documentation
├── package.json       # Node package manager manifest for easy script dependency tracking
├── LICENSE            # MIT License
├── install.ps1        # Windows bootstrap and system dependency validator
└── install.sh         # Linux / macOS bootstrap and system dependency validator

🚀 Easy Installation via NPM

Install the package globally, or run it directly using npx in the root of any project workspace. The CLI will automatically scan for and install the skill files into Claude Code, Codex, and Agents skill registries inside that project.

Method 1: Instant Setup (Zero Install)

From your active project workspace root, run:

npx @pk-nerdsaver-ai/video-content-production-plugin

Method 2: Global Install

npm install -g @pk-nerdsaver-ai/video-content-production-plugin
# Then run anywhere in your workspace:
install-video-plugin

🛠️ Bootstrapping Dependencies

This plugin relies on external engines (ffmpeg, Whisper, Playwright/Puppeteer, Manim). Run the appropriate installer script to verify and fetch missing system binaries:

PowerShell (Windows)

Set-ExecutionPolicy Bypass -Scope Process -Force
.\install.ps1

Bash (Linux/macOS)

chmod +x ./install.sh
./install.sh

📖 Operational Lanes at a Glance

| Lane | Target Technology | Use Case | | :--- | :--- | :--- | | Lane 8 | Hyperframes | GSAP canvas, kinetic typography, premium layouts | | Lane 9 | Video-Use | Audio/Whisper transcripts alignment, silence cuts | | Lane 10 | Agentic-Video-Editor | Visual web-based timeline and scrubber | | Lane 11 | Andy Bot | YouTube API and blog cross-automation | | Lane 12 | Genify | Automated channel generation and publishing | | Lane 13 | Manim | Code animations, LaTeX formulas, math visualizers |


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.