Ls banner
xiaolai xiaolai

Ls

Development community

Description

--- name: ls description: "Discover all natural language programming artifacts in a repository" argument-hint: "[repo-path]" allowed-tools: Read, Glob, Grep, Task --- ## User Input ```text $ARGUMENTS ``` ## Workflow ### Step 1: Determine Path | Input | Path | |-------|------| | (empty) | current working directory | | directory path | use that path | | file path | ERROR: "Expected a directory. Use /nlpm:score for individual files." | | nonexistent path | ERROR: "Directory not found: {path}"

Installation

Installs to ~/.claude/skills/xiaolai-nlpm-for-claude-ls/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-nlpm-for-claude-ls && curl -fsSL https://raw.githubusercontent.com/xiaolai/nlpm-for-claude/HEAD/commands/ls.md -o ~/.claude/skills/xiaolai-nlpm-for-claude-ls/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository