lean-contribute
Installation
SKILL.md
Contribute to LeanCode AI plugins
The canonical contributor reference for leancodepl/ai-plugins. The repo's CONTRIBUTING.md is a thin pointer at this file. Read top-to-bottom for the full picture, or jump to the relevant path.
How to respond
- Ask what kind of change the user wants:
- Tweak an existing plugin (improve a skill or reference, fix a typo, sharpen wording).
- Add a new plugin (a new focused capability).
- Add a skill or reference to an existing plugin.
- Walk through the matching path below. Print exact commands. Do not run
git,gh, or any state-changing command on the contributor's behalf unless they explicitly ask. - After the PR is pushed, point the user at
gh pr checks <pr-number>to follow CI verdicts. CI is the source of truth.
Reading the current state
Before answering questions about what plugins or clients exist, read the source of truth:
- Plugins:
.claude-plugin/marketplace.jsonat the repo root. - Supported clients: the "Supported clients" section of the root
README.md.