lc-submit

Submit Rust LeetCode solution files to the LeetCode platform.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/iQeda/MyRust-NeetCode --skill lc-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lc-submit
Source: https://github.com/iQeda/MyRust-NeetCode/tree/main/.claude/skills/lc-submit
Command: npx skills add https://github.com/iQeda/MyRust-NeetCode --skill lc-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submitting a LeetCode Rust solution is made fast and reliable by automating the submission process and returning results.

Core Features & Use Cases

  • Submit a Rust LeetCode solution file to LeetCode from a local repository.
  • Resolve problem IDs to file paths automatically and submit the corresponding file.
  • Surface immediate feedback by showing the submission result to the user.

Quick Start

Call the skill with the path to your Rust solution file to submit it to LeetCode, e.g., lc-submit problems/1.two-sum.rs.

Frequently Asked Questions about lc-submit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit a Rust solution file to LeetCode from the command line?

Submitting a Rust solution to LeetCode is automated by providing the file path to this skill, which locates the file and runs the submission command to display the result. It bridges your local repository and the platform.

Can I submit a LeetCode Rust solution using a problem ID instead of a file path?

Yes, you can submit using a problem ID because the skill resolves the ID to the corresponding file in your problems directory. It automatically locates the correct Rust file and executes the submission command.

How does automated LeetCode submission handle result feedback for Rust files?

Automated LeetCode submission handles feedback by displaying the resulting status immediately after running the command on your Rust file. It surfaces the direct outcome of the CLI execution to the user.

Do I need a specific directory structure to resolve LeetCode problem IDs for Rust submission?

You need a problems directory structure where your Rust solution files are stored to resolve LeetCode problem IDs automatically. The skill searches this directory to map the problem ID to the correct file path for submission.

What is the best way to automate Rust LeetCode submissions from a local repository?

The best way to automate Rust LeetCode submissions from a local repository is using a CLI automation skill that directly runs the submission command. It eliminates manual copy-pasting by resolving file paths or problem IDs and returning the status.