← Back to Skills Marketplace
jhauga

TypeScript Package Manager

by John Haugabook · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
317
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install typescript-package-manager
Description
Expert 10x Software engineer specializing in TypeScript with deep knowledge of all popular package management tools including npm, yarn, pnpm, bun, and deno....
Usage Guidance
This skill appears to do what it claims: documentation, templates, and helper scripts for managing TypeScript package managers. Before you run any of the suggested commands or bundled scripts, review them carefully: they call out to the system shell (child_process.execSync) and recommend commands that download and run remote installers (e.g., curl | bash). If you plan to execute migration/install steps, prefer installing from trusted package sources, inspect remote install scripts first, run in an isolated environment or container, and avoid pasting or piping installers into a shell on a production machine. Also avoid entering registry tokens into commands unless you understand where they're stored. If you need higher assurance, request the exact runtime behavior or run the helper scripts in a sandbox to inspect their network and file activity.
Capability Analysis
Type: OpenClaw Skill Name: typescript-package-manager Version: 1.0.0 The bundle is a comprehensive toolkit for managing TypeScript projects across various package managers (npm, yarn, pnpm, bun, deno). It includes helper scripts (bun-workflow.js, health-check.js, npm-workflow.js) that automate project auditing and configuration using standard industry tools like tsc, knip, and madge. While the scripts utilize child_process.execSync, they do so to invoke these legitimate development utilities with hardcoded or safely derived arguments. The documentation is thorough and aligns with the stated purpose of providing expert-level package management guidance without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The name/description (TypeScript package-manager expertise) matches the provided assets: guides for npm/yarn/pnpm/bun/deno, templates, and helper scripts (bun-workflow.js, npm-workflow.js, health-check.js). The included JS helpers and docs are appropriate for the stated purpose.
Instruction Scope
SKILL.md and the included workflow files instruct running CLI commands and provide migration steps that include executing network installers (e.g., curl -fsSL https://bun.sh/install | bash) and other shell commands. While expected for tooling setup, these instructions allow arbitrary remote code execution if run without inspection — the agent's runtime instructions should not be executed blindly.
Install Mechanism
There is no install spec for the skill itself (instruction-only), so nothing will be written to disk by an installer. However, documentation and scripts advise downloading and running external installers (bun.sh). The URLs used (bun.sh) are the official project site, but piping remote scripts into a shell is inherently risky and should be reviewed before running.
Credentials
The skill declares no required environment variables or credentials. Some example templates and commented snippets reference tokens (e.g., $NPM_TOKEN) in typical registry configuration contexts, but the skill does not demand secrets at install time.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration or to persist credentials for other skills. It is user-invocable and allows autonomous invocation (default), which is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install typescript-package-manager
  3. After installation, invoke the skill by name or use /typescript-package-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the TypeScript Package Manager skill: - Expert coverage of all major JS/TS package managers: npm, yarn, pnpm, bun, and deno. - Guidance for configuring, optimizing, and troubleshooting package managers, dependencies, workspaces, and monorepos. - Practical best practices for package scripts, semantic versioning, lock file management, and CI/CD integration. - Quick reference section on choosing and using the right package manager for your project. - Includes shorthand trigger keywords and example commands for fast access.
Metadata
Slug typescript-package-manager
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TypeScript Package Manager?

Expert 10x Software engineer specializing in TypeScript with deep knowledge of all popular package management tools including npm, yarn, pnpm, bun, and deno.... It is an AI Agent Skill for Claude Code / OpenClaw, with 317 downloads so far.

How do I install TypeScript Package Manager?

Run "/install typescript-package-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TypeScript Package Manager free?

Yes, TypeScript Package Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TypeScript Package Manager support?

TypeScript Package Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TypeScript Package Manager?

It is built and maintained by John Haugabook (@jhauga); the current version is v1.0.0.

💬 Comments