marko/devai

AI development tooling installer/orchestrator for Marko Framework — wires MCP, LSP, and per-agent configs

Maintainers

Package info

github.com/marko-php/marko-devai

Type:marko-module

pkg:composer/marko/devai

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

0.8.0 2026-05-29 15:36 UTC

This package is auto-updated.

Last update: 2026-06-03 14:28:38 UTC


README

AI-assisted development installer for Marko — wires MCP, LSP, and per-agent configs for Claude Code, Codex, Cursor, Copilot, Gemini CLI, and Junie.

Installation

composer require marko/devai

Quick Example

marko devai:install

Detects every supported agent present in your environment and writes the correct configuration files for each one in a single pass.

For Claude Code, devai:install also auto-installs intelephense globally via npm if it is not already on PATH. To skip that step:

marko devai:install --skip-lsp-deps

When --skip-lsp-deps is passed, settings are still written correctly; only the intelephense npm install is omitted. A warning is printed reminding you to install it manually before general PHP LSP diagnostics will work.

Documentation

Full agent setup, supported agents, and configuration options: marko/devai