Agent skill · software engineering · zernie

implement-parse-list

Implement the parseList string utility

Why this skill is useful

This is a standard utility function that the AI already knows how to implement.

What it needs

About 1k tokens when loaded. Last updated 2026-08-07. 13 stars on the source repository.

What this skill does

<!-- 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/.

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills zernie/parse-list

View the source on GitHub

Browse the @skills marketplace