JSPM

@investgame/skills

0.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q105834F
  • License Proprietary

InvestGame skills for Claude (gaming deal/market intelligence) — installs into your Claude skills directory.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@investgame/skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @investgame/skills

    InvestGame's skills for Claude — gaming deal and market intelligence at InvestGame quality, installed straight into your Claude skills directory. Pairs with the InvestGame MCP connector: the MCP fetches the data; these skills carry the taxonomy, definitions, house style and brand so answers are correctly scoped and on-brand.

    Install

    # Install all skills into your personal Claude skills dir (~/.claude/skills)
    npx @investgame/skills install
    
    # Install into the current project instead (./.claude/skills)
    npx @investgame/skills install --project
    
    # Install only specific skills
    npx @investgame/skills install --skill investgame-gaming-data --skill investgame-valuation
    
    # Install to an explicit directory
    npx @investgame/skills install --dir /path/to/skills

    Re-run with --force to update an existing install to this package's version:

    npx @investgame/skills install --force

    Other commands:

    npx @investgame/skills list     # show the bundled skills
    npx @investgame/skills check    # report whether your install is up to date
    npx @investgame/skills --help

    What gets installed

    Six skills (a hub + four spokes + a brand/rendering layer):

    Skill Purpose
    investgame-gaming-data The data hub — taxonomy, definitions, query patterns, scope boundaries
    investgame-meeting-prep Objective pre-meeting company + people briefing deck
    investgame-notes Structured notes from a call/meeting transcript
    investgame-valuation Precedent-multiples benchmarking off InvestGame deals
    investgame-market-report Country/region/segment market report
    investgame-deliverables The brand layer — on-brand PDF / PPTX / XLSX / HTML

    After installing, restart Claude (or reload skills) so they activate.

    Prerequisites

    • InvestGame MCP connector — required for any data answer. The skills call the InvestGame_query tool; connect the connector per the InvestGame MCP setup.
    • Rendering deliverables (optional)investgame-deliverables renders HTML→PDF via brand-kit/scripts/render_pdf.py, which needs Python 3 plus either Playwright (pip install playwright && playwright install chromium) or a local Chrome/Chromium. PowerPoint/Excel output uses python-pptx / openpyxl. These are only needed if you export branded files.

    Updating

    Re-run npx @investgame/skills install --force to overwrite the installed copy with the version in the latest package. npx @investgame/skills check tells you when your local copy is older than the installed package.