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

arca-marketing-video

v2.22.0

Published

Brand-driven short-form marketing content kit: seven agent skills (start-here router + brand builder, design guide, carousel generator, storyboard prompt, video prompt, shorts editor) sharing one brand profile + assets. Installable from skills.sh (any SKI

Readme

Arca Marketing Skills

A brand-driven short-form marketing kit: seven agent skills (a "start here" guide + six workers) that share one editable brand profile and asset set. Built for any agent that uses the SKILL.md format — Claude Code, Cursor, Codex — and usable from ChatGPT too. Use any skill on its own, or chain them.

Install — no coding needed

The simplest path (great for non-technical users): just ask your AI agent to fetch the files. See INSTALL.md for a copy-paste prompt — paste it to ChatGPT / Claude / Cursor and it downloads the skills into the right folder for you.

The skills are plain files in this public repo, so any file-capable agent can install them — no npx, no terminal.

Other ways to install

  • Skills CLI: npx skills add briarbearrr/arca-marketing
  • In-chat: install the /learn command, then /learn @briarbearrr/arca-marketing
  • npm (Claude Code): npx arca-marketing-video (copies the skills into .claude/skills/; add --global for ~/.claude/skills/)
  • Manual: copy the contents of skills/ into your project's skills folder — ./.claude/skills/ (or ./.cursor/skills/, ./.agents/skills/) in the current project directory, so each skill folder sits exactly one level deep, and keep _arca-marketing-assets/ beside them.

Install project-scoped, not global. Put the skills in the project's ./.claude/skills/ (current working directory), not the global ~/.claude/skills/ in your home folder — each project keeps its own brand profile, and the skills' shared-asset paths are resolved per project. (The npx installer is project-scoped by default; --global is opt-in.)

Skills must be exactly one level deep — .claude/skills/<name>/SKILL.md. Don't nest them inside an extra folder, or the agent won't discover them. If your skills folder didn't exist before, restart your agent once so it starts watching it.

The skills

| Skill | Use when you want to… | | --- | --- | | arca-marketing | Start here — orients you and routes to the right skill | | brand-builder | Run a guided Q&A to create/rewrite your brand.md (retargets the kit to your brand) | | design-guide | Generate a one-page brand identity board from your brand.md | | carousel-generator | Make a 3–5 slide Instagram/LinkedIn carousel (4:5) | | storyboard-prompt | Pressure-test a video idea → a full production board + text breakdown | | video-prompt | Turn a production board into a vertical AI video (drives the Wyren MCP) | | shorts-editor | Cut / caption / add graphics to existing footage → a high-retention short |

After installing, say "use arca-marketing" (or just describe what you want).

Making videos? Two extra pieces (your agent can set both up — see INSTALL.md → Part B): npx wyren-mcp (project-scoped) installs the Wyren MCP and the wyren agent skill into the project — both power the AI image/video generation in storyboard-prompt + video-prompt; HyperFrames (+ ffmpeg, Chrome, faster-whisper) is needed only by shorts-editor. The planning/text skills need neither.

Shared brand profile + assets

All skills read brand specifics from one place, so the kit is reusable for any brand:

  • _arca-marketing-assets/brand.md — the brand profile (run brand-builder to generate your own)
  • _arca-marketing-assets/assets/logo.png, characters.png, design-guide.png, final-cta.png

This _arca-marketing-assets/ folder has no SKILL.md, so it's ignored as a skill; the skills reference it via ../_arca-marketing-assets/…. Keep it beside the skill folders when installing. To retarget to another brand: run brand-builder (rewrites brand.md), swap in your logo.png, and run design-guide to regenerate the board.

Natural chain

arca-marketing                                     (start here)
brand-builder  →  design-guide                     (one-time brand setup)
storyboard-prompt  →  video-prompt  →  shorts-editor   (original video; shared project folder)
carousel-generator                                 (independent image posts)

Publishing this to skills.sh (maintainers)

skills.sh indexes public GitHub repos that contain valid SKILL.md files. To list this kit:

  1. Push this repo public to GitHub.
  2. (Optional) Submit the repo URL at agentskill.sh/submit to index it.
  3. Share the install command npx skills add briarbearrr/arca-marketing — it also auto-indexes as people install it.

License

MIT