{
  "markdown": "# DataTug AI Plugin\n\nAI plugin for [DataTug](https://datatug.io) - skills that teach AI agents how to use the `datatug` CLI for data exploration, dataset management, schema scanning, and query execution.\n\nThis repository contains the plugin source. It is installed on top of the [`datatug` CLI](https://github.com/datatug/datatug-cli); the CLI is a prerequisite.\n\n## Contents\n\n| Directory | Description |\n|---|---|\n| [`skills/`](skills/README.md) | Agent skills - one per major `datatug` CLI surface area, progressively loaded per-verb |\n| [`.claude-plugin/`](.claude-plugin/plugin.json) | Claude Code plugin manifest |\n| [`.codex-plugin/`](.codex-plugin/plugin.json) | Codex plugin manifest |\n| [`plugin.json`](plugin.json) | Portable Agent Plugins manifest for Cursor and other compatible hosts |\n| [`gemini-extension.json`](gemini-extension.json) | Gemini CLI extension manifest |\n| [`.github/plugin.json`](.github/plugin.json) | GitHub Copilot CLI / VS Code agent plugin manifest |\n\n## Install\n\nThe same `skills/<name>/SKILL.md` payload is shared across package formats; each host reads its own manifest. This repository has native inventory receipts for Claude Code and Codex. The Gemini CLI, GitHub Copilot, and Cursor metadata is declarative here and needs host-runtime validation in those environments.\n\n### Claude Code\n\nVia the [DataTug AI marketplace](https://github.com/datatug/ai-marketplace):\n\n```\n/plugin marketplace add datatug/ai-marketplace\n/plugin install datatug@datatug\n```\n\n### Codex\n\n```\ncodex plugin marketplace add datatug/ai-marketplace\n```\n\nThen enable the `datatug` plugin from Codex's plugin directory. Codex reads [`.codex-plugin/plugin.json`](.codex-plugin/plugin.json).\n\n### Gemini CLI\n\n```\ngemini extensions install https://github.com/datatug/ai-plugin\n```\n\n[`gemini-extension.json`](gemini-extension.json) declares the bundled `skills/` tree for Gemini CLI; Gemini runtime discovery is not exercised in this repository.\n\n### GitHub Copilot CLI\n\n```\ncopilot plugin install datatug/ai-plugin\n```\n\n[`.github/plugin.json`](.github/plugin.json) declares the skills for GitHub Copilot; Copilot runtime discovery is not exercised in this repository.\n\n### Cursor\n\nThe root [`plugin.json`](plugin.json) declares the portable Agent Plugins schema supported by Cursor. For local development, follow [Cursor's local plugin folder guidance](https://cursor.com/docs/plugins): place this repository under `~/.cursor/plugins/local/datatug` and reload Cursor. Cursor runtime discovery is not exercised in this repository.\n\n## First use\n\nThe `datatug` CLI must be on your `PATH` before any wrapper skill can run. Options:\n\n- Invoke `/datatug:datatug-install` inside Claude Code - the [install skill](skills/datatug-install/SKILL.md) shows the platform-appropriate install commands.\n- Or install directly per the [DataTug CLI installation guide](https://github.com/datatug/datatug-cli#installation).\n\nVerify with `datatug --help`.\n\n## Relationship to the CLI\n\nThe plugin wraps the `datatug` CLI - it does not replace it. Skills encode *when* to call a command, *which* flags to pass, and *how* to interpret exit codes. The CLI source of truth is [`datatug/datatug-cli`](https://github.com/datatug/datatug-cli).\n\nA change in the CLI surface typically produces a matching skill update in this repository; the two evolve together but release independently.\n\n## Relationship to other plugins\n\n`datatug` is a base-layer **CLI wrapper** plugin, in the same shape as:\n\n- [`specscore`](https://github.com/specscore/ai-plugin-specscore)\n- [`synchestra`](https://github.com/synchestra-io/ai-plugin-synchestra)\n- [`ingitdb`](https://github.com/ingitdb/ingitdb-ai-skills)\n\n## Releases\n\nReleases are tagged as `datatug--v<version>` on this repository to support Claude Code's dependency resolution.\n\n## License\n\nMIT - see [LICENSE](LICENSE).\n",
  "bytes": 3843,
  "sha": "bfd66d70d84cccca3833d70a99d39f253bbb1f343fe0e67bc51458b91a8483fc",
  "repo_slug": "datatug/ai-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_datatug_ai_plugin_d0934f15/readme"
}