Plan, bootstrap, and manage Linear projects using both linear-bootstrap and official Linear MCP tools together
npx claudepluginhub toolwright-adk/toolwright-monorepo --plugin linear-project-managerDiagnose Linear MCP connectivity. Probes both linear-bootstrap and official Linear MCP servers and reports which tools are available, missing, or failing.
Quick entrypoint for Linear project management. Routes to the appropriate skill or agent based on intent: create projects, check status, expand scope, or manage issues.
Day-to-day Linear operations agent. Use for issue triage, status updates, cycle management, searching issues, updating issue properties, and reading project state. Does not create projects or large batches of issues — use linear-planner for that. Examples: - "What's the status of the checkout project?" - "Move these issues to the current cycle" - "Assign the auth bug to Sarah" - "Write a status update for the API project" - "Find all high-priority unassigned issues"
Strategic Linear project planning agent. Use when the user wants to create a new project, plan milestones and epics, bootstrap a project structure, or add structured work (3+ related issues) to an existing project. Examples: - "Set up a Linear project for our auth migration" - "Plan out the API redesign with milestones" - "Add an epic for payment processing to the checkout project" - "Create issues for the database migration work"
Create a complete Linear project from a natural-language description. Use this skill when the user wants to plan a project, set up a project in Linear, scaffold project milestones and issues, bootstrap a project plan, or create a structured project from a description. Also use when the user mentions creating epics, milestones, or issue hierarchies in Linear.
Add structured work (epics with child issues) to an existing Linear project. Use when the user wants to expand a project's scope, add an epic, add a batch of related issues to a project, or says something like "add these issues to the project" with 3 or more items.
Check project health and generate status updates for Linear projects. Use when the user asks about project progress, wants a status report, asks "how's the project going", wants to know what's blocked, or needs to post a status update to Linear.
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.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.