dev-setup

Automate .NET, Node.js, Rust, and pnpm installation with verification and debugging.

2|1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/inernoro/prd_agent --skill dev-setup-inernoro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-setup
Source: https://github.com/inernoro/prd_agent/tree/main/.claude/skills/dev-setup
Command: npx skills add https://github.com/inernoro/prd_agent --skill dev-setup-inernoro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Two-stage, end-to-end development environment setup that installs and verifies multiple toolchains and enables local debugging.

Core Features & Use Cases

  • Phase A: automatic installation and verification of .NET, Node.js, Rust, and pnpm.
  • Phase B: automated API testing and iterative debugging with log analysis, supporting both local CLI and cloud sandbox modes.
  • Use Case: a team onboarding sees reproducible environments across machines.

Quick Start

Run the dev-setup skill to install and verify development tools across Phase A and Phase B.

Frequently Asked Questions about dev-setup

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

FAQPage Schema
How do I set up a development environment with .NET, Node.js, and Rust?

To set up a development environment with .NET, Node.js, and Rust, you can automate the installation and verification of these toolchains using a two-stage process that ensures reproducible environments across machines.

What is an idempotent development environment setup?

An idempotent development environment setup applies installation steps that produce the same result regardless of how many times they run, ensuring consistent toolchain verification for teams.

How do I automate API testing and debugging in a cloud sandbox?

You can automate API testing and debugging in a cloud sandbox by running iterative tests with integrated log analysis, supporting both local CLI and cloud sandbox workflows.

Does this environment setup support NuGet proxy relay in a web sandbox?

Yes, the environment setup supports an optional NuGet proxy relay in a web sandbox, applying sandbox-aware operation alongside automated environment variable handling.

Can I use pnpm for Node.js environment setup in this workflow?

Yes, you can use pnpm for Node.js environment setup as the workflow explicitly includes the automatic installation and verification of pnpm alongside .NET and Rust toolchains.

Why do I need a two-stage setup for local debugging?

A two-stage setup for local debugging first installs and verifies multiple toolchains in Phase A, then enables automated API testing and iterative debugging with log analysis in Phase B.