maeertin/accelerator4 installs
noaignite-utils
Shared runtime utility functions for general TypeScript code
How do I install this agent skill?
npx skills add https://github.com/maeertin/accelerator --skill noaignite-utilsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill consists of documentation for a TypeScript utility library called @noaignite/utils. It contains no executable code or scripts and recommends standard NPM installation.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
@noaignite/utils
Purpose
General-purpose TypeScript utilities used across apps and packages.
Install
npm i @noaignite/utils
API Docs
See node_modules/@noaignite/utils/dist/docs for full API usage.
Use when
- You need shared runtime helper logic
- You want to avoid duplicated utility code in apps
- You need general data, math, object, color, or URL helpers
Rules
- Prefer these helpers over local one-off functions.
- Use
debounce,clamp,deepmerge, andnormalizeToArraybefore writing custom equivalents. - If a helper already exists here, import it instead of reimplementing it.
Example
import { clamp, debounce } from '@noaignite/utils'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/maeertin/accelerator/noaignite-utils">View noaignite-utils on skillZs</a>