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

shikigami-acn

v2.0.0

Published

GitHub Copilot Agent Skills for Deep Research with Accenture Consulting Frameworks

Readme

SHIKIGAMI-BCG

GitHub Copilot Agent Skills for Deep Research & BCG Consulting

ボストンコンサルティンググループ(BCG)のメソドロジーを活用した深層リサーチ・分析を自動化するAgent Skillsパッケージです。

🎯 できること

  • 対話的目的探索: BCG Hypothesis-Driven Approachで「真の目的」を探索
  • Deep Research: WebResearcherパラダイムに基づく反復的深層リサーチ
  • BCGフレームワーク分析: Growth-Share Matrix、Experience Curve、Strategy Palette等を適用
  • 高品質レポート生成: ハルシネーション防止、ソース追跡、引用管理
  • 価値創造分析: TSR Analysis、Value Creation Frameworkによる定量評価

📦 インストール

npmからインストール

npm install @nahisaho/shikigami-bcg

リポジトリをクローン

git clone https://github.com/nahisaho/SHIKIGAMI-BCG.git

🔧 Agent Skills

shikigami-planner

対話的目的探索・計画立案スキル。

  • BCG Hypothesis-Driven Approachで根本的な動機を発見
  • Issue Tree(MECE分解)
  • リサーチ計画の自動立案
  • 成果物管理・進捗ダッシュボード

shikigami-deep-research

反復的深層リサーチスキル。

  • Think→Report→Action サイクル
  • 複数情報源の統合
  • ソース追跡・交差検証
  • ハルシネーション防止

shikigami-consulting-framework

BCGコンサルティングフレームワーク分析スキル

| カテゴリ | フレームワーク | |---------|--------------| | ポートフォリオ戦略 | BCG Growth-Share Matrix(花形/金のなる木/問題児/負け犬), Advantage Matrix | | コスト・オペレーション | Experience Curve(経験曲線), Time-Based Competition | | 戦略立案 | Strategy Palette(5戦略アプローチ), Deconstruction | | 問題解決 | Hypothesis-Driven Approach, Issue Tree(MECE分解) | | 価値創造 | TSR Analysis, Value Creation Framework | | デジタル変革 | Digital Acceleration Index, Bionic Company |

shikigami-writing

レポート生成・品質保証スキル。

  • BCG品質のレポートテンプレート
  • ハルシネーション検出
  • 不確実性マーキング
  • 引用管理・Mermaidダイアグラム生成

📝 Prompts

| プロンプト | 説明 | |-----------|------| | shikigami-purpose-discovery | 目的探索を開始 | | shikigami-deep-research | Deep Researchを実行 | | shikigami-framework-analysis | BCGフレームワーク分析を実行 | | shikigami-bcg-matrix | BCG Growth-Share Matrix分析 | | shikigami-tsr-analysis | TSR分析・価値創造 | | shikigami-report-writing | レポートを生成 |

🗂️ ディレクトリ構造

shikigami/
├── .github/
│   ├── skills/
│   │   ├── shikigami-planner/
│   │   │   └── SKILL.md
│   │   ├── shikigami-deep-research/
│   │   │   └── SKILL.md
│   │   ├── shikigami-consulting-framework/
│   │   │   └── SKILL.md          # BCGフレームワーク特化
│   │   └── shikigami-writing/
│   │       └── SKILL.md
│   └── prompts/
│       └── *.prompt.md
├── configs/
│   ├── framework-auto-apply-rules.yaml    # BCGフレームワーク自動適用
│   └── framework-recommendation-rules.yaml # BCGワークフロー推奨
├── mcp-server/                    # MCPサーバー
└── README.md

📊 BCGフレームワーク一覧

ポートフォリオ戦略

| フレームワーク | 用途 | |--------------|------| | BCG Growth-Share Matrix | 事業を花形/金のなる木/問題児/負け犬に分類 | | BCG Advantage Matrix | 競争優位の源泉と規模で業界を4タイプに分類 | | Strategic Environments Matrix | 戦略環境の分類 |

コスト・オペレーション

| フレームワーク | 用途 | |--------------|------| | BCG Experience Curve | 累積生産量とコスト低減の関係を分析 | | Time-Based Competition | 時間を競争優位の源泉として分析 | | Deconstruction | バリューチェーン分解・再構築 |

戦略立案

| フレームワーク | 用途 | |--------------|------| | BCG Strategy Palette | 環境に応じた5つの戦略アプローチ選択 | | Hypothesis-Driven Approach | 仮説駆動型問題解決 | | Issue Tree | MECEなイシュー分解 |

価値創造

| フレームワーク | 用途 | |--------------|------| | BCG TSR Analysis | 株主総利回り分解による価値創造分析 | | Value Creation Framework | 成長・マージン・資本効率の3軸分析 |

🚀 使用例

例1: ポートフォリオ分析

ユーザー: 「事業ポートフォリオを分析して」

SHIKIGAMI-BCG:
1. [Planner] Hypothesis-Driven Approachで分析目的を特定
2. [Deep Research] 各事業の市場成長率・シェアデータを収集
3. [Framework] BCG Growth-Share Matrixを適用
4. [Writing] 花形/金のなる木/問題児/負け犬に分類したレポート生成

例2: コスト競争力分析

ユーザー: 「コスト競争力を評価して」

SHIKIGAMI-BCG:
1. [Planner] Issue Treeでコスト要因を分解
2. [Deep Research] 累積生産量・コストデータを収集
3. [Framework] BCG Experience Curveを適用
4. [Writing] コストポジション分析レポートを生成

例3: 戦略立案

ユーザー: 「新規市場への戦略を立案して」

SHIKIGAMI-BCG:
1. [Planner] 環境の予測可能性・変化可能性を評価
2. [Deep Research] 市場環境データを収集
3. [Framework] BCG Strategy Paletteで最適アプローチ選択
4. [Writing] 戦略提言レポートを生成

📄 ライセンス

MIT License

👤 作者

nahisaho

🔗 関連リンク