>_Skillful
Need help with advanced AI agent engineering?Contact FirmAdapt

diegozoracky

@diegozoracky

14

Published Tools

0

Total Stars

0

Weekly Downloads

Published Tools

14 Skillsacross 2 categories

pipe-functions

diegozoracky

Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one

SkillAI Automation
1 dir

image-data-uri

diegozoracky

Library to easily decode/encode Data URI images

SkillAI Tool
1 dir

object-to-arguments

diegozoracky

Transforms object's properties into an array of arguments tailored for a specific function, respecting the expected order and handling destructuring and rest parameters when needed.

SkillAI Tool
1 dir

cliss

diegozoracky

CLI Simple, Stupid. Automatic discovery of parameters names. Provides an easy and minimal setup by passing in only a function reference without the need of declaring all expected options names or create a help section by hand. Support to sync / async. Sup

SkillAI Tool
1 dir

magicli

diegozoracky

Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil

SkillAI Tool
1 dir

inspect-function

diegozoracky

Inspects a function and returns informations about it (e.g. name, parameters names, parameters and default values, signature)

SkillAI Tool
1 dir

stringify-parameters

diegozoracky

Stringifies function's parameters definition

SkillAI Tool
1 dir

inspect-parameters-declaration

diegozoracky

Inspects function's parameters declaration and returns information about it (e.g. names, default values, if needs destructuring, destructured parameters names and default values)

SkillAI Tool
1 dir

for-each-property

diegozoracky

Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,

SkillAI Tool
1 dir

for-each-property-deep

diegozoracky

Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an

SkillAI Tool
1 dir

split-skip

diegozoracky

Splits a String into an Array of substrings with the option to skip some cases where the separator is found, based on some truthy condition.

SkillAI Tool
1 dir

unpack-string

diegozoracky

Unpacks the content found within a text, delimited by an opening char and a closing char, e.g., 'Can extract (only the content found here within these parentheses)'

SkillAI Tool
1 dir

s3-read-file-stream

diegozoracky

Reads a file from S3 via stream using AWS SDK and prints its content to stdout, or to another writable stream. CLI ready + support to gzip. Useful to quickly inspect large files without the need to download it entirely.

SkillAI Tool
1 dir

convert-excel-to-json

diegozoracky

Convert Excel to JSON

SkillAI Tool
1 dir