lean-core-usage
Installation
SKILL.md
LeanCode Core Usage
How to respond
- Read the sources of truth first — do not rely on memory or hardcoded lists:
.claude-plugin/marketplace.jsonat the repo root for the canonical plugin list (name+descriptionper plugin).- The root
README.md"Supported clients" section for the list of supported clients. Always read it — do not enumerate clients from memory, do not invent client names. - If the working directory is not the repo, point the user at https://github.com/leancodepl/ai-plugins and read from the GitHub-hosted versions of those files.
- Summarize what the marketplace covers in one paragraph, using the descriptions read from the JSON.
- Print one bullet per plugin: name + the description from
marketplace.json. Do not invent or restate descriptions. - List the supported clients from the root README, in the order they appear there.
- Route domain questions to the matching
/<plugin>-usageskill rather than answering them here. - When the user wants to contribute, point at
/lean-contribute. - Do not reply with filler like "skill loaded" or "ready for the task" before explaining the marketplace.
What the marketplace is
leancodepl/ai-plugins is LeanCode's shared marketplace of AI plugins for Claude Code, focused on Flutter development. Each plugin is small, focused, and independently installable.