{ "name": "gbrain-coding", "version": "0.58.1.0", "description": "Brain-first coding agent working inside a repo: retrieval, routing, ingest discipline, correction hygiene. Default persona for the claude-code harness bridge; also published as the gbrain-coding marketplace variant. (persona variant of the gbrain plugin — 21 skills)", "author": { "name": "Garry Tan", "url": "https://github.com/garrytan" }, "homepage": "https://github.com/garrytan/gbrain", "repository": "https://github.com/garrytan/gbrain", "license": "MIT", "keywords": [ "memory", "knowledge-base", "mcp", "search", "agent", "brain", "pgvector" ], "skills": "./skills/", "mcpServers": { "gbrain": { "command": "${CLAUDE_PLUGIN_ROOT}/.agents/gbrain-launcher", "args": [ "serve", "--surface", "starter", "--source-guard" ], "cwd": "${CLAUDE_PLUGIN_ROOT}" } } }