{
  "markdown": "# Data Engineering Claude Plugins\n\nData engineering and analytics-engineering plugins for Claude Code, focused on production-grade workflows for dbt, data warehouses, and the modern data stack.\n\n## Available plugins\n\n### dbt-engineer (v0.1.0)\n\nA comprehensive dbt analytics-engineering toolkit. Fifteen specialized skills cover the full dbt lifecycle — from scaffolding a new project to refactoring legacy SQL, writing tests, debugging runs, and tuning cost — with adapter-specific guidance for Snowflake, BigQuery, Databricks, and Postgres/Redshift. Includes two subagents for PR review and run-failure triage.\n\n**What's covered:**\n\n- **Build phase** — `init-project`, `author-model`, `materializations`, `incremental`, `snapshots`\n- **Quality and reuse** — `tests`, `macros`, `semantic-layer`, `exposures-docs`\n- **Operations** — `review`, `debug`, `refactor`, `performance-cost`\n- **Lifecycle** — `ci-cd`, `migrate`\n- **Subagents** — `dbt-pr-reviewer`, `dbt-run-triage`\n\n[Read the full plugin documentation](./plugins/dbt-engineer/README.md).\n\n## Installation\n\n### From this marketplace\n\n```bash\n# Add the marketplace\n/plugin marketplace add sansin/claude-plugins\n\n# Install the plugin\n/plugin install dbt-engineer@sansin-plugins\n```\n\n### Direct install from a local clone\n\n```bash\ngit clone https://github.com/sansin/claude-plugins.git\ncd claude-plugins\n/plugin marketplace add ./\n/plugin install dbt-engineer@sansin-plugins\n```\n\n### Install the .plugin file directly\n\nIf you have the packaged `.plugin` file:\n\n```bash\n/plugin install /path/to/dbt-engineer.plugin\n```\n\n## Roadmap\n\nThis marketplace is intended to grow over time. Planned additions include plugins for warehouse cost optimization, Airflow workflow design, data quality observability, and ML/AI engineering on top of the data layer. Track progress in this repo.\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on submitting issues, proposing improvements to existing plugins, or suggesting new plugins.\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 2042,
  "sha": "d7d613987a14b0d49f3cf48902e578711c33c39f04c8ca0821106561418c260f",
  "repo_slug": "sansin/claude-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sansin_claude_plugins_dbt_engineer_a9b4031f/readme"
}