Licence
Proprietary
Version
0.6.5
Deps
0
Size
495 kB
Vulns
0
Weekly
0
@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.
Distribution channels
- Plugin marketplace (recommended for end users): add the marketplace
InvestGameLtd/investgame-skillsin Claude (Claude Code:claude plugin marketplace add InvestGameLtd/investgame-skills; claude.ai: Customize > Personal plugins > Add marketplace) and install theinvestgame-skillsplugin. Works on every Claude surface and updates with the marketplace. Full setup guide: https://app.investgame.net/setup. - Per-skill zips: each skill is downloadable at
https://app.investgame.net/skills/<name>.zipfor the claude.ai skill-upload fallback. - npm CLI (this package): the CI / legacy channel; the commands below.
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-analysis
# 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 + five spokes):
| Skill | Purpose |
|---|---|
investgame-gaming-data |
The data hub — taxonomy, definitions, query patterns, scope boundaries |
investgame-analysis |
Valuation, precedent multiples, benchmarking and trends — how to read the data |
investgame-public-markets |
Live public-market data for listed companies (price, financials) + FX |
investgame-format |
The presentation layer — on-brand PDF / PPTX / XLSX / HTML |
investgame-research |
Deep work — market reports, deep dives, profiles, call/meeting notes |
investgame-press |
The gaming-press layer: what the newsletters and shows are publishing, press digests |
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-formatrenders 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.