home/categories/backend/epicenterhq-epicenter-agents-skills-single-or-array-pattern-skill-md
backenddevelopment

single-or-array-pattern

Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch processing APIs, or factory functions that should flexibly handle one or many inputs.

EpicenterHQ
maintainer
EpicenterHQ
更新於 3/5/2026
星標
4394
分支
319
quick start

Installation and usage

Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch processing APIs, or factory functions that should flexibly handle one or many inputs.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use single-or-array-pattern