Skip to main content

adk Marketplace

Focused Claude plugins for coding, reviewing, docs, and production investigations.

Principal Engineer workflow plugins for Claude Code and Claude Desktop.

Claude Code
/plugin marketplace add sujeet-pro/agents-devkit/plugin install adk-core@adk/plugin install adk-code@adk/plugin install adk-review@adk/plugin install adk-docs@adk/plugin install adk-investigate@adk/adk-core:setup

Five focused plugins

adk-core provides shared contracts and setup. adk-code, adk-review, adk-docs, and adk-investigate add focused skill packs around the main Principal Engineer workflows.

Dependency-aware skills

Every non-trivial skill starts with a preflight that separates required-now dependencies from optional capabilities, then reports skipped checks and residual risk.

Pagesmith-native docs

The docs site uses @pagesmith/docs conventions for home-page feature cards, guide/reference sections, series metadata, Pagefind search, and schema-backed frontmatter.

Plugin/type reference groups

Generated reference pages are grouped as core-skills, code-agents, review-mcp, docs-plugins, and other plugin/component pairs so readers can scan by capability.

Claude Code and Desktop ready

Claude Code can load plugin .mcp.json files. Claude Desktop cannot, so skills tell the user which connector or custom MCP to configure before continuing.

Generated reference

Reference pages are generated from the marketplace source so every skill, agent, plugin, MCP server, and helper binary has a matching markdown page.

Install

adk is a Claude Code marketplace. Register the marketplace, install the plugins you need, reload, then run setup:

Text
/plugin marketplace add sujeet-pro/agents-devkit/plugin install adk-core@adk/plugin install adk-code@adk/plugin install adk-review@adk/plugin install adk-docs@adk/plugin install adk-investigate@adk/reload-plugins/adk-core:setup

See the full Installation guide for local clone, SSH, HTTPS, update, verification, and uninstall paths.

What This Site Covers

adk is a Claude plugin marketplace for a Principal Engineer workflow: code writing, code review, documentation, and production investigations.

The reference section is generated from the repository source. To update it after editing a skill, agent, plugin manifest, MCP config, or helper binary, run:

Shell
npm run docs:reference

For local development:

Shell
npm installnpm run docs:dev

New here? Read in this order

  1. Philosophy — the operating principles behind every plugin and skill.
  2. Installation — add the Claude marketplace and install plugins.
  3. Getting Started — shortest setup and validation path.
  4. Claude Code and Desktop — host differences and MCP preflight behavior.
  5. Reference — generated pages grouped by plugin and component type.