From nlpm
Discovers and inventories all natural language programming artifacts (plugins, project configs) in a repository directory.
How this command is triggered — by the user, by Claude, or both
Slash command
/nlpm:ls [repo-path]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## User Input
## 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}" |
### Step 2: Discover Artifacts
Dispatch the `nlpm:scanner` agent with the target directory. The scanner follows the discovery patterns from `commands/shared/discover.md` to find all Category A (plugin) and Category B (project config) artifacts.
### Step 3: Display Report
Show the ...$ARGUMENTS
| 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}" |
Dispatch the nlpm:scanner agent with the target directory. The scanner follows the discovery patterns from commands/shared/discover.md to find all Category A (plugin) and Category B (project config) artifacts.
Show the scanner's inventory report. If no artifacts found: "No NL programming artifacts found in {path}."
npx claudepluginhub markqwu/agents-in-the-wild/audit-nlpDiscovers and audits all natural language programming artifacts in a repository — prompts, skills, agents, commands, rules, hooks, plugins, specs, and plans — with configurable depth (--full or --mini).
/explore-localExplores and analyzes a local codebase by packing it with repomix and providing an overview of structure, components, and patterns.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.
/lsLists files and folders on the reMarkable tablet at optional path or with --tree for recursive view. Outputs as table with icons or ASCII tree.