{
  "markdown": "# Toolwright ADK\n\nAgent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.\n\n## Packages\n\n| Package                                                               | Version                                                                                                                                       | Description                                                        |\n| --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |\n| [`@toolwright-adk/shared`](packages/shared)                           | [![npm](https://img.shields.io/npm/v/@toolwright-adk/shared)](https://www.npmjs.com/package/@toolwright-adk/shared)                           | Validation, errors, logging, output formatting, and test utilities |\n| [`@toolwright-adk/linear-bootstrap`](packages/linear-bootstrap)       | [![npm](https://img.shields.io/npm/v/@toolwright-adk/linear-bootstrap)](https://www.npmjs.com/package/@toolwright-adk/linear-bootstrap)       | MCP server for bootstrapping Linear projects from natural language |\n| [`linear-project-manager`](packages/linear-project-manager)           | Plugin                                                                                                                                        | Claude Code plugin — skills, agents, and commands for Linear       |\n| [`@toolwright-adk/claude-code-plugins`](packages/claude-code-plugins) | [![npm](https://img.shields.io/npm/v/@toolwright-adk/claude-code-plugins)](https://www.npmjs.com/package/@toolwright-adk/claude-code-plugins) | Plugin registry with manifests and standalone skills               |\n\n## Quick Start\n\n```bash\ngit clone https://github.com/toolwright-adk/toolwright-monorepo.git\ncd toolwright-monorepo\npnpm install\npnpm build\npnpm test\n```\n\nTo use the Linear Bootstrap MCP server without cloning, see the [linear-bootstrap README](packages/linear-bootstrap/README.md).\n\n## Monorepo Structure\n\n```\ntoolwright-monorepo/\n├── .claude-plugin/\n│   └── marketplace.json        # Plugin marketplace for distribution\n├── packages/\n│   ├── shared/                 # @toolwright-adk/shared\n│   ├── linear-bootstrap/       # @toolwright-adk/linear-bootstrap (MCP server)\n│   ├── linear-project-manager/ # Claude Code plugin (skills + agents + commands)\n│   └── claude-code-plugins/    # Plugin registry and standalone skills\n├── templates/                  # Scaffolding for new packages\n│   ├── mcp-server/\n│   ├── apify-actor/\n│   └── skill/\n└── docs/\n    └── QUALITY-RUBRIC.md\n```\n\n## Development\n\n```bash\npnpm build          # build all packages\npnpm test           # run all tests\npnpm lint           # ESLint\npnpm format:check   # Prettier check\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for the full contributor guide.\n\n## Standards\n\nAll MCP servers must meet the [Quality Rubric](docs/QUALITY-RUBRIC.md) before shipping.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 3174,
  "sha": "bba0c5dbab6c6316e86a8a6baf0730f4dc28286425ea7603e3000723fc716604",
  "repo_slug": "toolwright-adk/toolwright-monorepo",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_toolwright_adk_linear_bootstra_bc3a92c9/readme"
}