@inho-team/qe-experts-extra
v0.1.0
Published
Optional extra expert pack for the QE expert library. Install alongside @inho-team/qe-mcp to expand the default core-25 expert set.
Readme
@inho-team/qe-experts-extra
Optional extra expert pack for the QE expert library. The core QE MCP server
(@inho-team/qe-mcp) ships only the core-25 experts by default to keep its
install payload small. Installing this package expands the available experts to
the full set (core-25 + 67 extra).
Layout
Flat, package-root-relative so the qe-mcp multi-root loader can resolve it from any install location:
extra-index.json # pack index (experts[].sourcePath = experts/<name>/SKILL.md)
manifest.json # per-asset checksums + routing
experts/<name>/SKILL.md # expert body (+ references/)Install
Recommended: use the qe-mcp CLI, which installs this package into the standard
path the loader auto-detects (~/.qe/mcp/packs/extra-experts/):
qe-mcp packs install extra-experts
qe-mcp packs statusManual: point the loader at any checkout with QE_EXTRA_EXPERTS_ROOT:
QE_EXTRA_EXPERTS_ROOT=/path/to/qe-experts-extra qe-mcp ...Without this pack installed, qe-mcp runs normally with the core-25 experts.
schemaVersion
extra-index.json.schemaVersion (and package.json.qeSchemaVersion) must match
the loader's expected version, or the merge is refused with a warning. This
guards against version skew between qe-mcp and an out-of-date extra pack.
Scripts
npm run build:index # regenerate extra-index.json + manifest.json from experts/
npm run selftest # validate integrity, schemaVersion, checksums, reads
npm run check # syntax check