adk Marketplace
Focused Claude plugins for coding, reviewing, docs, and production investigations.
Principal Engineer workflow plugins for Claude Code and Claude Desktop.
/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:setupFeatures
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:
/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:setupSee 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:
npm run docs:referenceFor local development:
npm installnpm run docs:devNew here? Read in this order
- Philosophy — the operating principles behind every plugin and skill.
- Installation — add the Claude marketplace and install plugins.
- Getting Started — shortest setup and validation path.
- Claude Code and Desktop — host differences and MCP preflight behavior.
- Reference — generated pages grouped by plugin and component type.