KS
Killer-Skills

lc-show — how to use lc-show how to use lc-show, lc-show setup guide, lc-show alternative, lc-show vs LeetCode CLI, lc-show install, what is lc-show, Rust template generation, LeetCode problem solving, lc-show tutorial

v1.0.0
GitHub

About this Skill

Perfect for Coding Agents needing automated LeetCode problem solving and Rust code generation. lc-show is a skill that displays LeetCode problem details and generates Rust templates in the problems/ directory.

Features

Displays LeetCode problem descriptions using the `leetcode show` command
Generates Rust code templates with the `-g -l rust` option
Moves generated files to the `problems/` directory
Supports problem details display with `2>/dev/null` error handling
Creates files in the format `<problem_id>.<problem-name>.rs`

# Core Topics

iQeda iQeda
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add iQeda/MyRust-NeetCode/lc-show

Agent Capability Analysis

The lc-show MCP Server by iQeda is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use lc-show, lc-show setup guide, lc-show alternative.

Ideal Agent Persona

Perfect for Coding Agents needing automated LeetCode problem solving and Rust code generation.

Core Value

Empowers agents to generate Rust code templates for LeetCode problems, providing problem details and utilizing the LeetCode API for seamless integration, while also handling file operations to organize generated templates in a `problems/` directory.

Capabilities Granted for lc-show MCP Server

Generating Rust templates for specific LeetCode problems
Displaying problem details for user reference
Automating LeetCode challenge setup for developers

! Prerequisites & Limits

  • Requires LeetCode API access
  • Rust programming language only
  • Filesystem access needed for template generation
Project
SKILL.md
1017 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

LeetCode Show

Show problem details and generate Rust template in problems/ directory.

Usage

/lc-show <problem_id> - Show problem and generate Rust code template

Instructions

  1. Run leetcode show <problem_id> 2>/dev/null to display the problem description
  2. Show the problem details to the user
  3. Run leetcode show <problem_id> -g -l rust 2>/dev/null to generate the Rust template
  4. Move the generated file to problems/ directory:
    mv <problem_id>.<problem-name>.rs problems/
    
  5. Tell the user the file is ready at problems/<problem_id>.<problem-name>.rs

File Format

rust
1use std::collections::HashMap; // if needed 2 3impl Solution { 4 pub fn function_name(...) -> ... { 5 // implementation 6 } 7}

Note: struct Solution; は含めない(LeetCode側で定義されるため)。rust-analyzer用には build.rs が lib.rs 経由で提供する。

Commands

  • Test: leetcode test problems/<file>.rs
  • Submit: leetcode submit problems/<file>.rs

Related Skills

Looking for an alternative to lc-show or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication