{
  "markdown": "# PlanetScale Claude Plugin\n\nPlugin for installing the [PlanetScale MCP server](https://planetscale.com/docs/connect/mcp), [Database Skills](https://db-skills.com/), and PlanetScale skills into Claude Code.\n\n## Prerequisites\n\n- Claude Code with plugin support\n- A PlanetScale account for authenticated MCP features\n\n## Install from GitHub\n\nIn Claude Code, add this GitHub repository as a marketplace, then install the plugin:\n\n```text\n/plugin marketplace add planetscale/claude-plugin\n/plugin install planetscale@planetscale\n```\n\n### Verify it loaded\n\nIn Claude Code, run `/mcp` to see the `planetscale` MCP server.\n\nIf it does not appear immediately after install, fully restart Claude Code and check `/mcp` again. Plugin-provided MCP server changes are applied on restart.\n\n## Skills Source and Sync\n\nSkills are **vendored** into this repository so Claude plugin installs work on a plain checkout (no `git submodule update --init`). Upstream remains the source of truth:\n\n- [`planetscale/database-skills`](https://github.com/planetscale/database-skills) → `database-skills/skills` (plus LICENSE/README)\n- [`planetscale/skills`](https://github.com/planetscale/skills) → `planetscale-skills`\n\nPinned upstream SHAs are recorded in [`.skills-versions.json`](.skills-versions.json).\n\n### Manual one-off update\n\nTo pull the latest upstream skills into this repository:\n\n```bash\nbash scripts/sync-skills.sh\n```\n\nCommit the resulting content and `.skills-versions.json` changes.\n\n### Local testing\n\nTo test this plugin from your local working copy (before branching/PR):\n\n```bash\nclaude --plugin-dir .\n```\n\n1. Run `/mcp` to verify the `planetscale` MCP server is loaded (will require authentication).\n2. Run `/skills` to verify the database and PlanetScale skills are loaded.\n\n### Automated weekly updates\n\nGitHub Actions runs `.github/workflows/update-skills.yml` weekly and also supports manual runs (`workflow_dispatch`).\n\nWhen upstream `main` has new commits, the workflow opens or updates a PR that contains:\n\n- Updated vendored files under `database-skills/` and/or `planetscale-skills/`\n- Updated `.skills-versions.json`\n\n### Alternative (development only)\n\nYou can also use this direct local plugin load command:\n\n```bash\nclaude --plugin-dir .\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and pull request guidance.\n\n## License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).\n",
  "bytes": 2435,
  "sha": "0d2f831990fdd4d5011dc0e8d2daeff09eae3e75ca1094cd710de88ca9272930",
  "repo_slug": "planetscale/claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_planetscale_claude_plugin_planetscale_e61c68c2/readme"
}