infra:init

Verifies Git, CLI, Node.js, npm, Bun dependencies and generates a report with install commands for Claude Code marketplace setup.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill infra-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra:init
Source: https://github.com/atournayre/claude-personas/tree/main/infra/skills/init
Command: npx skills add https://github.com/atournayre/claude-personas --skill infra-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your Claude Code environment is properly set up by verifying all necessary system dependencies and optional tools for the marketplace plugins.

Core Features & Use Cases

  • Dependency Verification: Checks for the presence and versions of essential tools like Git, Node.js, npm, and Bun.
  • Report Generation: Creates a clear report detailing installed and missing dependencies, along with affected plugins.
  • Installation Guidance: Provides direct commands to install missing critical dependencies.
  • Use Case: Before installing a new plugin, run this Skill to confirm your system meets all requirements, preventing installation failures and saving troubleshooting time.

Quick Start

Run the infra:init skill to check system dependencies for the marketplace.

Frequently Asked Questions about infra:init

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

FAQPage Schema
How do I check environment dependencies before installing marketplace plugins?

To check environment dependencies, verify essential tools like Git, GitHub CLI, Node.js, npm, and Bun. Running a dependency check generates a report detailing installed and missing tools, preventing plugin installation failures.

What system dependencies are required for the Claude Code marketplace?

Required system dependencies for the Claude Code marketplace include Git, GitHub CLI, Node.js, npm, and Bun. Optional packages like pnpm and Biome are also identified to ensure full plugin compatibility.

How do I find missing Node.js or Bun packages affecting my plugins?

You can find missing Node.js or Bun packages by generating a dependency verification report. This report identifies missing critical tools and pinpoints exactly which installed plugins are affected by the absence.

Does the marketplace initialization process provide installation commands for missing tools?

Yes, the marketplace initialization process provides direct installation commands for missing critical dependencies. It identifies absent essential tools and outputs the specific commands needed to install them.

Can I verify pnpm and Biome availability when setting up my development environment?

You can verify pnpm and Biome availability during environment setup. The dependency check scans for these optional packages alongside critical tools and flags them if they are missing from your system.

Why do marketplace plugin installations fail due to missing system dependencies?

Marketplace plugin installations fail due to missing system dependencies because plugins require specific tools like Git, Node.js, or Bun to operate. Verifying prerequisites beforehand prevents these installation failures.