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

@thierryteisseire/cgenius-skill

v2.0.2

Published

Complete AI-powered content platform: blog generation, social media, proposals, content ideation, brand voice, publishing, video, and offer automation

Readme

Content Genius Skill v2.0

npm version License: MIT

Complete AI-powered content platform skill for Claude Code / Kiro. Generate blogs, social posts, emails, proposals, presentations, videos, and more — all from your terminal.

Features

| Feature | Command | Description | |---------|---------|-------------| | Blog | /cgenius blog generate | V2 async pipeline: research → outline → write | | Blog Management | /cgenius blog list\|status\|resume\|regenerate | Full lifecycle management | | Social | /cgenius social | AI social post generation | | Email | /cgenius email | Professional email generation | | Proposal | /cgenius proposal | Commercial proposal with streaming | | Proposal Pipeline | /cgenius proposal-pipeline | 3-stage async pipeline | | Content Ideation | /cgenius ideate | Create, analyze, generate from ideas | | Brand Voice | /cgenius brand-voice | Create and manage brand voices | | Offer Agent | /cgenius offer | Automated offer generation with research | | Questionnaire | /cgenius questionnaire | Shareable client intake forms | | Publish | /cgenius publish | Schedule and publish content | | PPTX | /cgenius pptx | PowerPoint generation | | Video | /cgenius video | Video rendering via Remotion | | Document | /cgenius document | Reports, briefs, memos | | Analytics | /cgenius analytics | SEO and social analytics |

Installation

# Via npx (recommended)
npx skills add thierryteisseire/cgenius-skill

# Via npm
npm install -g @thierryteisseire/cgenius-skill

Configuration

Set these environment variables:

# Required
export CGENIUS_EPSIMO_TOKEN="your_token"
export CGENIUS_API_BASE_URL="https://beta.cgenius.app"
export CGENIUS_ASSISTANT_ID="your_assistant_id"

# Optional (for GraphQL/publish features)
export CGENIUS_APPSYNC_URL="your_appsync_endpoint"
export CGENIUS_APPSYNC_API_KEY="your_api_key"

Quick Start

# Generate a blog post
/cgenius blog generate "How AI is changing sales" --size medium --tone professional

# Create a social post
/cgenius social "Announce our new product launch"

# Generate a proposal
/cgenius proposal "Acme Corp" --services "SEO, Content" --budget "50k"

# Create content ideation
/cgenius ideate create "SaaS marketing trends 2026" --priority high

# Schedule content
/cgenius publish schedule content-123 --platform blog --date 2026-06-01

What's New in v2.0

  • Blog V2 Pipeline — async task-based generation with research, outline, and writing phases
  • Content Ideation — create, analyze, and generate content from ideas
  • Brand Voice — define and reuse brand voice profiles
  • Offer Agent — automated offer generation with market research
  • Publish/Schedule — content calendar and multi-platform publishing
  • Video — Remotion-based video rendering
  • Fixed Streaming — proper EpsimoAI SSE cumulative content handling
  • GraphQL Support — direct DynamoDB operations for CRUD

Documentation

  • SKILL.md — Full command reference and implementation logic
  • examples/ — Usage examples for each feature

License

MIT