# linear-bootstrap

**Category:** 🏢 Workplace & Productivity  
**Repository:** https://github.com/toolwright-adk/toolwright-monorepo  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/linear-bootstrap

## Description
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "linear-bootstrap": {
    "command": "npx",
    "args": ["-y","linear-bootstrap"]
  }
}
```

## Documentation & README

# Toolwright ADK

Agent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.

## Packages

| Package                                                               | Version                                                                                                                                       | Description                                                        |
| --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [`@toolwright-adk/shared`](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/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 |
| [`@toolwright-adk/linear-bootstrap`](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/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 |
| [`linear-project-manager`](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/packages/linear-project-manager)           | Plugin                                                                                                                                        | Claude Code plugin — skills, agents, and commands for Linear       |
| [`@toolwright-adk/claude-code-plugins`](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/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               |

## Quick Start

```bash
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](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/packages/linear-bootstrap/README.md).

## Monorepo Structure

```
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
```

## Development

```bash
pnpm build          # build all packages
pnpm test           # run all tests
pnpm lint           # ESLint
pnpm format:check   # Prettier check
```

See [CONTRIBUTING.md](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/CONTRIBUTING.md) for the full contributor guide.

## Standards

All MCP servers must meet the [Quality Rubric](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/docs/QUALITY-RUBRIC.md) before shipping.

## License

[MIT](https://github.com/toolwright-adk/toolwright-monorepo/blob/HEAD/LICENSE)

