lc-submit

iQeda's avatarfrom iQeda

Submit a Rust solution file to LeetCode (project)

0stars🔀0forks📁View on GitHub🕐Updated Jan 6, 2026

When & Why to Use This Skill

The lc-submit Claude skill is a specialized developer tool designed to automate the submission of Rust programming solutions to LeetCode. By bridging the gap between local Rust development and the LeetCode platform, it allows users to submit code, verify algorithmic correctness, and receive execution results directly within their workflow, significantly enhancing the efficiency of coding practice and interview preparation.

Use Cases

  • Seamless LeetCode Submissions: Automatically locate and submit Rust solution files from a local 'problems/' directory to LeetCode using simple commands.
  • Technical Interview Preparation: Streamline the process of practicing data structures and algorithms in Rust by getting immediate feedback on solution performance and edge-case handling.
  • Rust Workflow Optimization: Integrate LeetCode challenges into a local development environment, allowing developers to use their preferred IDE features while maintaining a direct link to the LeetCode evaluation engine.
namelc-submit
descriptionSubmit a Rust solution file to LeetCode (project)

LeetCode Submit

Submit a solution file to LeetCode.

Usage

/lc-submit <file> - Submit the solution file (e.g., problems/1.two-sum.rs)

Instructions

  1. If only problem ID is provided, find the file in problems/ directory
  2. Run leetcode submit <file> 2>&1 and show the results to the user
lc-submit – AI Agent Skills | Claude Skills