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

@nahisaho/prezenx

v2.0.1

Published

PowerPoint 特化プレゼンテーション制作 Agent Skills スイート — 9スキル・レイヤードパイプライン

Readme

PrezenX — PowerPoint 特化プレゼンテーション制作 Agent Skills

「スライドを書く AI」ではなく「プレゼン戦略を考える AI」

概要

9スキル・レイヤードパイプラインで、構成設計・情報整理・ビジュアル化・図解生成・ナラティブ設計・発表支援までを実現する Agent Skills スイートです。

AI for Science / 政策提案 / 技術戦略系の PowerPoint 資料作成に特化しています。

レイヤードパイプライン

Phase 0: Research-to-Slides       → 論文・リポジトリ調査(GitHub MCP)
Phase 1: Presentation Architect ★ → 全体設計・聴衆分析・ストーリーライン
Phase 2: Executive Summary        → 技術→投資価値変換・経営層向け抽象化
Phase 3: Data Storytelling         → データ→物語化・インサイト生成
Phase 4: Scientific Visualization  → AI for Science 向け可視化
Phase 5: Infographic Designer      → テキスト→図解・SmartArt・フロー
Phase 6: Brand Style Enforcer      → デザイン統一・情報密度制御
Phase 7: PPTX Auto Builder         → python-pptx で .pptx 自動生成
Phase 8: Speaker Coach             → 発表支援・想定質問・時間圧縮

必須/任意フェーズ

| フェーズ | 必須/任意 | 説明 | |---------|----------|------| | Phase 1 | 必須 | 全体設計は常に実行 | | Phase 6 | 必須 | デザイン統一は常に実行 | | Phase 7 | 必須 | PPTX 出力は常に実行 | | Phase 0, 2–5, 8 | 任意 | テーマに応じて選択 |

承認ポイント(⏸️)

  1. 設計承認 — Phase 1 完了後(構成・ストーリーライン)
  2. コンテンツ承認 — Phase 5 完了後(全コンテンツ・図解)
  3. 最終承認 — Phase 7 完了後(PPTX ファイル)

ターゲット領域

  • Microsoft Discovery / Agentic Workflow
  • Materials Informatics / AI for Science
  • MEXT / 政策提案
  • 経営会議 / 投資判断
  • 学会発表 / 技術カンファレンス

技術スタック

  • PPTX 生成: python-pptx
  • 図解: Mermaid → PNG/SVG → PPTX 埋め込み
  • リサーチ: GitHub MCP(search_repositories, search_code, get_file_contents 等)
  • デザイン: Microsoft カラーパレット / Segoe UI / メイリオ

構成

prezenx/
├── AGENTS.md                    # Orchestrator
├── copilot-instructions.md      # スイート規約
├── agents/
│   └── presentation-director.md # Custom Agent
└── skills/
    ├── research-to-slides/      # Phase 0
    ├── presentation-architect/  # Phase 1 ★
    ├── executive-summary/       # Phase 2
    ├── data-storytelling/       # Phase 3
    ├── scientific-visualization/# Phase 4
    ├── infographic-designer/    # Phase 5
    ├── brand-style-enforcer/    # Phase 6
    ├── pptx-builder/            # Phase 7
    └── speaker-coach/           # Phase 8