golem-add-npm-package

Add npm packages to Golem TypeScript projects with runtime compatibility checks.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-npm-package
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-add-npm-package
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-add-npm-package
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-npm-package

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding npm dependencies to a Golem TypeScript project, saving development time.

Core Features & Use Cases

  • Dependency Management: Install and verify npm packages within a WebAssembly environment.
  • Compatibility Checks: Ensure packages are suited for the QuickJS runtime, avoiding native addons.
  • Use Case: When a developer needs to add axios for HTTP requests, they can quickly install and configure it for their project without manual setup.

Quick Start

Ask the AI to add an npm library like axios to your Golem TypeScript project.

Frequently Asked Questions about golem-add-npm-package

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an npm package to a Golem TypeScript project?

To add an npm package to a Golem TypeScript project, you can use this integration tool to install and verify the dependency, ensuring it builds correctly within the WebAssembly runtime.

Can I use any npm library in a WebAssembly runtime?

Not all npm libraries work in a WebAssembly runtime; packages must be compatible with the QuickJS environment, meaning libraries relying on native addons are unsupported.

What happens when an npm dependency is not suited for the QuickJS runtime?

When an npm dependency is not suited for the QuickJS runtime, the integration process enforces compatibility checks and build verification to prevent native addons from disrupting the setup.

How do I install axios for HTTP requests in a Golem TypeScript application?

You can install axios for HTTP requests in a Golem TypeScript application by requesting the integration tool to add the library, which handles the WebAssembly configuration automatically.

What are the limitations of adding npm dependencies to Golem WebAssembly projects?

The main limitation of adding npm dependencies to Golem WebAssembly projects is that packages requiring native Node.js addons will fail compatibility checks against the QuickJS runtime.