marko/claude-plugins

Claude Code marketplace manifest and plugin assets (marko-skills, marko-lsp, marko-mcp) for AI-assisted Marko development

Maintainers

Package info

github.com/marko-php/marko-claude-plugins

pkg:composer/marko/claude-plugins

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

0.8.0 2026-05-29 13:16 UTC

This package is auto-updated.

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


README

A Claude Code plugin marketplace shipping three plugins (marko-skills, marko-lsp, marko-mcp) that provide AI-assisted Marko development. This package is not a Marko runtime module --- it is a content and asset container for Claude Code; it ships no PHP classes and is not loaded by the Marko module system.

Installation

Users typically do not install this package directly. Running marko devai:install --agents=claude-code writes the marketplace registration into the project's .claude/settings.json and Claude Code prompts to install on first trust.

For manual installation inside Claude Code:

/plugin marketplace add marko-php/marko
/plugin install marko-skills@marko marko-lsp@marko marko-mcp@marko

What's Included

Plugin Description
marko-skills Scaffolding skills for generating modules, commands, services, and other Marko artefacts
marko-lsp Marko-aware language server providing completions, diagnostics, and hover docs in editors
marko-mcp Codebase introspection MCP server exposing module graph, routes, and config to AI agents

Documentation

Full setup, plugin reference, and configuration options: marko/claude-plugins