Implement the parseList string utility
Scanned 9/3/2026
Install to Claude Code
npx -y skills add zernie/vigiles --skill parse-list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Parse List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/zernie-parse-list)More formats (shields.io, HTML) on the badges page.
---
name: implement-parse-list
description: Implement the parseList string utility
---
<!-- vigiles:result "npm test" -->
# Implement parseList
Implement a function `parseList(input)` in `src/parse.js` and export it as a
named ESM export.
It takes a comma-separated string and returns the list of items:
- Split the input on commas.
- Trim surrounding whitespace from each item.
The module must be importable as `parseList` from `src/parse.js`. The behaviour
is covered by the tests under `test/`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!