Skip to content

Add lemmaly to Development & Code Tools#921

Open
morsechimwai wants to merge 1 commit into
ComposioHQ:masterfrom
morsechimwai:add-lemmaly
Open

Add lemmaly to Development & Code Tools#921
morsechimwai wants to merge 1 commit into
ComposioHQ:masterfrom
morsechimwai:add-lemmaly

Conversation

@morsechimwai
Copy link
Copy Markdown

Adds lemmaly under the Development & Code Tools section, alphabetically between lean-ctx and MCP Builder.

What it is: Four composable skills (lemmaly, mathguard, invariant-guard, complexity-cuts) that force AI coding agents to state Big-O, name the data structure, prove termination, and pick the right algorithm — before writing the loop. Ships a deterministic CI scanner with 59 rules across 11 languages (no LLM, no API key, no network call).

Repo: https://github.com/morsechimwai/lemmaly
License: Apache-2.0
Install: npx skills add morsechimwai/lemmaly

Single-line addition, no other changes.

Four composable skills + deterministic CI scanner for AI coding
agents. Catches O(n^2) loops, N+1 queries, missing base cases, and
brute-force where a known algorithm exists. 59 rules across 11
languages, runs offline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant