Skip to main content
Back to registry

knitwork-x

hairyf/knitwork-x

knitwork-x provides programmatic code generation for JavaScript and TypeScript. It is forked from knitwork and adds comprehensive TypeScript helpers: ESM (import/export), strings, variables, classes, interfaces, functions, types, control flow (if/try/loop/switch), and serialization (object/array/map/set). All gen*...

Installs281
Install command
npx skills add https://github.com/hairyf/knitwork-x --skill knitwork-x
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
knitwork-x provides programmatic code generation for JavaScript and TypeScript. It is forked from knitwork and adds comprehensive TypeScript helpers: ESM (import/export), strings, variables, classes, interfaces, functions, types, control flow (if/try/loop/switch), and serialization (object/array/map/set). All gen* functions return strings suitable for splicing into source; they are pure and do not mutate inputs. Use this skill when an agent needs to generate code strings (e.g. for codegen tools, plugins, or dynamic module output). - Return type: Every gen* function returns a string (code fragment). - Options: Most accept an optional options object (e.g. export , singleQuotes , indent ); default to {} . - Indent: When supported, pass indent as the last parameter; use indent + " " for nested blocks. - Strings: Use genString(input, options) for quoted/escaped output so singleQuotes is respected.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does knitwork-x do?

knitwork-x provides programmatic code generation for JavaScript and TypeScript. It is forked from knitwork and adds comprehensive TypeScript helpers: ESM (import/export), strings, variables, classes, interfaces, functions, types, control flow (if/try/loop/switch), and serialization (object/array/map/set). All gen*...

Is knitwork-x good?

knitwork-x does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does knitwork-x work with?

knitwork-x currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to knitwork-x?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install knitwork-x?

npx skills add https://github.com/hairyf/knitwork-x --skill knitwork-x

Related skills

Alternatives in Software Engineering