lean-core-usage

Installation
SKILL.md

LeanCode Core Usage

How to respond

  1. Read the sources of truth first — do not rely on memory or hardcoded lists:
    • .claude-plugin/marketplace.json at the repo root for the canonical plugin list (name + description per 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.
  2. Summarize what the marketplace covers in one paragraph, using the descriptions read from the JSON.
  3. Print one bullet per plugin: name + the description from marketplace.json. Do not invent or restate descriptions.
  4. List the supported clients from the root README, in the order they appear there.
  5. Route domain questions to the matching /<plugin>-usage skill rather than answering them here.
  6. When the user wants to contribute, point at /lean-contribute.
  7. 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.

Installs
9
First Seen
May 18, 2026
lean-core-usage — leancodepl/ai-plugins