{"id":51077002,"url":"https://github.com/phdata/agent-marketplace","last_synced_at":"2026-06-23T15:02:07.885Z","repository":{"id":364090099,"uuid":"1265220570","full_name":"phdata/agent-marketplace","owner":"phdata","description":"Repo for all of phData's public agents","archived":false,"fork":false,"pushed_at":"2026-06-11T15:25:31.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T16:25:20.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://toolkit.phdata.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-10T15:17:24.000Z","updated_at":"2026-06-11T15:29:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/phdata/agent-marketplace","commit_stats":null,"previous_names":["phdata/agent-marketplace"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/phdata/agent-marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdata%2Fagent-marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdata%2Fagent-marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdata%2Fagent-marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdata%2Fagent-marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phdata","download_url":"https://codeload.github.com/phdata/agent-marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdata%2Fagent-marketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34694786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-23T15:02:06.616Z","updated_at":"2026-06-23T15:02:07.880Z","avatar_url":"https://github.com/phdata.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phData Agent Marketplace\n\nClaude Code plugin marketplace for phData's coding-agent extensions — plugins that package\n[phData Toolkit](https://toolkit.phdata.io/docs) CLI workflows (skills, preflight scripts, hooks)\nso engineering repos don't each carry their own `.claude/skills/`.\n\n## Plugins\n\n| Plugin | Description |\n|---|---|\n| [toolkit-core](toolkit-core/) | Toolkit CLI foundation: install, PATH setup, project init, JDBC connection/datasource configuration. Required by all other toolkit plugins. |\n| [toolkit-pipeline](toolkit-pipeline/) | Dataspec-driven pipeline generation via `toolkit agent discovery` and `toolkit agent pipeline-build`: SQL, dbt, or PySpark transforms plus data-quality tests and a synthetic-data spec. |\n\n## Install — Claude Code\n\nInside Claude Code:\n\n```\n/plugin marketplace add phdata/agent-marketplace\n/plugin install toolkit-core@phdata\n/plugin install toolkit-pipeline@phdata\n```\n\nInstalling `toolkit-pipeline` automatically installs its `toolkit-core` dependency from this\nmarketplace.\n\nFor team/repo-wide auto-install, check a `.claude/settings.json` into the consuming repo —\nsee [docs/team-setup.md](docs/team-setup.md).\n\n## Install — Cortex Code\n\nCortex Code consumes the same plugin format but not the marketplace catalog, so install each\nplugin by its subdirectory:\n\n```\ncortex plugin install github:phdata/agent-marketplace/toolkit-core\ncortex plugin install github:phdata/agent-marketplace/toolkit-pipeline\n```\n\nNotes:\n\n- Append `@\u003cbranch\u003e` to pin a branch (e.g. `github:phdata/agent-marketplace/toolkit-core@feature/initial_plugin`\n  while testing pre-release changes); the subdirectory path goes *before* the `@`.\n- Cortex does not auto-install dependencies — install `toolkit-core` explicitly alongside\n  `toolkit-pipeline`.\n- `cortex plugin update` re-fetches from the pinned source; `cortex plugin list` shows what's\n  installed and enabled.\n- Teams can also ship these via a Snowflake connection profile — see\n  [docs/team-setup.md](docs/team-setup.md).\n\n## Prerequisites\n\nThe plugins detect a missing or misconfigured Toolkit CLI and fix it with you\n(`/toolkit-core:setup`), delegating installation to the official phData install scripts for\nmacOS, Linux, and Windows — see the\n[install docs](https://toolkit.phdata.io/docs/toolkit-cli#installation). Most toolkit commands\nalso need an auth token (`toolkit auth`); some features are license-tiered (free vs pro).\n\n## Contributing\n\n- One directory per plugin, manifest at `\u003cplugin\u003e/.claude-plugin/plugin.json`.\n- Run `claude plugin validate \u003cplugin-dir\u003e` before opening a PR.\n- Local development: `claude --plugin-dir ./\u003cplugin-dir\u003e`, then `/reload-plugins` to pick up edits.\n- Releases are git tags of the form `\u003cplugin-name\u003e--v\u003cversion\u003e`, pushed with `claude plugin tag --push`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdata%2Fagent-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphdata%2Fagent-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdata%2Fagent-marketplace/lists"}