# 010102 Install Toolchain

> Installs and configures JavaScript toolchain — npm, pnpm, bun, Node.js version managers, and PATH setup for new development environments.

- **Type:** Skill
- **Install:** `agentstack add skill-natuleadan-skills-010102-install-toolchain`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [natuleadan](https://agentstack.voostack.com/s/natuleadan)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [natuleadan](https://github.com/natuleadan)
- **Source:** https://github.com/natuleadan/skills/tree/main/skills/010102-install-toolchain
- **Website:** https://www.skills.sh/natuleadan/skills

## Install

```sh
agentstack add skill-natuleadan-skills-010102-install-toolchain
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Package Manager Install & Setup

This skill guides you through installing and configuring a JavaScript/TypeScript package manager toolchain in this exact order:

```
npm  (comes with Node.js)  →  pnpm (via npm)  →  bun (via pnpm global)
```

Each tool is installed using the previous one.

## How to use this skill

1. If the user needs **step-by-step installation instructions** → read `references/setup-guide.md`
2. If the user needs **validation of existing setup** → run `python scripts/validate.py` and interpret the results
3. If the user reports **"command not found"** → read the Troubleshooting section in `references/setup-guide.md`

## Quick reference

```bash
# Install
npm install -g pnpm          # install pnpm via npm
pnpm add -g bun              # install bun via pnpm
pnpm setup                   # configure PATH for global bins

# Validate
python scripts/validate.py

# Verification
node --version && npm --version && pnpm --version && bun --version
```

## References

- `references/setup-guide.md` — Full step-by-step install guide with troubleshooting
- `scripts/validate.py` — Validation script for checking your setup

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [natuleadan](https://github.com/natuleadan)
- **Source:** [natuleadan/skills](https://github.com/natuleadan/skills)
- **License:** MIT
- **Homepage:** https://www.skills.sh/natuleadan/skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-natuleadan-skills-010102-install-toolchain
- Seller: https://agentstack.voostack.com/s/natuleadan
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
