meshchatx
Installation
SKILL.md
When to use this skill
- You need to look up a MeshChatX doc page or section.
- You want to scaffold, split, or snapshot MeshChatX code.
- You need to create, view, or update a MeshChatX GitHub issue.
How to use
- Build meshchatx:
cd mcp/meshchatx && go test ./... && go build. - Add the binary to your MCP client config as
meshchatx. - Call
list_topicsorsearch_docs {query}for docs,god_filesorsurface_snapshotfor code. - Issue tools need a
MESHCHATX_GITHUB_TOKEN,GITHUB_TOKEN, orGH_TOKENand are optional.
Examples
- "Search MeshChatX docs for
propagation node setup." - "Show the
god_filesranking formcp/meshchatx/internal/." - "Create a bug issue with the
bug_reporttemplate."