Skip to main content
Run any Skill in Manus
with one click
GitHub repository

leetcode-py

leetcode-py contains 5 collected skills from wislertt, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
135
updated
2026-07-13
Forks
17
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

consistency-fix
software-developers

Use when `bake check-consistency` fails with README/file drift, when generated leetcode/ files diverge from JSON templates, or when `bake p-gen -f` reports success but drift persists. Covers tag drift and prettier formatting drift.

2026-07-13
update-tags
software-developers

Use ONLY when user explicitly requests "update tags" or "/update-tags", or after running .claude/.dev/update_tags.py and seeing "Missing" or "Removed" discrepancy lines. Reconciles the tag sync between source lists and tags.json5.

2026-07-13
batch-problem-creation
software-developers

Batch creation workflow for multiple LeetCode problems - loops through problem creation, solution implementation, and quality assurance for a specified count. Accepts optional count argument (e.g., /batch-problem-creation 10). Defaults to 5 if no argument. Use ONLY when user explicitly requests batch creation via /batch-problem-creation command.

2026-05-18
problem-creation
software-developers

Guide for creating a single LeetCode problem scaffold - scrape, transform to JSON template, generate files, and verify. Use ONLY when user explicitly requests problem creation via /problem-creation command or provides a specific LeetCode problem number/name.

2026-05-18
test-quality-assurance
software-quality-assurance-analysts-and-testers

Test quality assurance workflow for LeetCode problems - verifies reproducibility, fixes linting issues, and ensures test structure matches JSON templates. Use ONLY when user explicitly requests test quality assurance via /test-quality-assurance command.

2026-05-18