π
io.github.toolwright-adk/linear-bootstrap
Bootstrap Linear projects from natural language β milestones, epics, issues, and dependencies.
0 installs
Trust: 37 β Low
Productivity
Ask AI about io.github.toolwright-adk/linear-bootstrap
Powered by Claude Β· Grounded in docs
I know everything about io.github.toolwright-adk/linear-bootstrap. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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 | 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 |
Quick Start
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.
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
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.
Standards
All MCP servers must meet the Quality Rubric before shipping.
