@investgame/skills
v0.4.0
Published
InvestGame skills for Claude (gaming deal/market intelligence) — installs into your Claude skills directory.
Downloads
741
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/skillsRe-run with --force to update an existing install to this package's version:
npx @investgame/skills install --forceOther commands:
npx @investgame/skills list # show the bundled skills
npx @investgame/skills check # report whether your install is up to date
npx @investgame/skills --helpWhat 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_querytool; connect the connector per the InvestGame MCP setup. - Rendering deliverables (optional) —
investgame-deliverablesrenders HTML→PDF viabrand-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 usespython-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.
