Explain Lampa docs, patterns, or packaging
explain_docsRead official Lampa plugin documentation, core development patterns with live snippets, and packaging targets to get guidance without searching code or API catalogs.
Instructions
Read written Lampa guides: official plugin chapters (mode=plugin_docs), a core development pattern with live snippets (mode=pattern), or gulp/npm packaging targets (mode=packaging). Not a live API catalog (list_catalog) and not grep (search_code). Example: chapter=pitfalls vs query='SettingsApi' when chapter is omitted; omit both for the TOC; lang is en (default) or ru; pattern requires the pattern enum; unknown chapter → error listing known ids. Snapshot-only; packaging reads gulpfile.js / package scripts — it does not execute gulp or npm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | For plugin_docs: docs language. Default en. | |
| mode | Yes | plugin_docs=docs/en|ru; pattern=guide+live examples; packaging=gulp/npm targets. | |
| query | No | For plugin_docs: search headings/body when chapter is omitted. Also used as fallback topic. | |
| chapter | No | For plugin_docs: chapter id or alias (pitfalls, settings, player, 01–13). | |
| pattern | No | For mode=pattern: which development pattern to explain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Human-readable markdown report. Always present, including empty-result cases. Does not write files. |