Agent development toolkit — plugins for Linear project management, temporal awareness, and more
npx claudepluginhub toolwright-adk/toolwright-monorepoPlan, bootstrap, and manage Linear projects using both linear-bootstrap and official Linear MCP tools together
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Agent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.
| Package | Version | Description |
|---|---|---|
@toolwright-adk/shared | Validation, errors, logging, output formatting, and test utilities | |
@toolwright-adk/linear-bootstrap | MCP server for bootstrapping Linear projects from natural language | |
linear-project-manager | Plugin | Claude Code plugin — skills, agents, and commands for Linear |
@toolwright-adk/claude-code-plugins | Plugin registry with manifests and standalone skills |
git clone https://github.com/toolwright-adk/toolwright-monorepo.git
cd toolwright-monorepo
pnpm install
pnpm build
pnpm test
To use the Linear Bootstrap MCP server without cloning, see the linear-bootstrap README.
toolwright-monorepo/
├── .claude-plugin/
│ └── marketplace.json # Plugin marketplace for distribution
├── packages/
│ ├── shared/ # @toolwright-adk/shared
│ ├── linear-bootstrap/ # @toolwright-adk/linear-bootstrap (MCP server)
│ ├── linear-project-manager/ # Claude Code plugin (skills + agents + commands)
│ └── claude-code-plugins/ # Plugin registry and standalone skills
├── templates/ # Scaffolding for new packages
│ ├── mcp-server/
│ ├── apify-actor/
│ └── skill/
└── docs/
└── QUALITY-RUBRIC.md
pnpm build # build all packages
pnpm test # run all tests
pnpm lint # ESLint
pnpm format:check # Prettier check
See CONTRIBUTING.md for the full contributor guide.
All MCP servers must meet the Quality Rubric before shipping.