get-available-resources

Enumerate installed Python packages, databases, and software tools with versions and connectivity.

45|14|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/Soljourner/claude-engineering-skills --skill get-available-resources-soljourner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-available-resources
Source: https://github.com/Soljourner/claude-engineering-skills/tree/main/skills/helpers/get-available-resources
Command: npx skills add https://github.com/Soljourner/claude-engineering-skills --skill get-available-resources-soljourner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps Claude establish the current environment by listing installed Python packages, databases, and software, so tasks can be planned with accurate context.

Core Features & Use Cases

  • Enumerates core Python packages (numpy, scipy, matplotlib, etc.), common databases (PostgreSQL, Redis, SQLite), and open-source tools to determine readiness for a task.
  • Produces a structured report including installation status, versions, and basic connectivity checks to guide dependency management and troubleshooting.

Quick Start

Run the resource availability checker to produce a baseline report for the current environment.

Frequently Asked Questions about get-available-resources

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

FAQPage Schema
How do I check which Python packages and databases are installed in my environment?

To check installed Python packages and databases, enumerate core packages like numpy and scipy, along with PostgreSQL, Redis, and SQLite, producing a structured report of installation status, versions, and connectivity to establish an environmental baseline.

What is the best way to audit my engineering toolstack for available resources?

Auditing your engineering toolstack involves enumerating installed Python packages, database clients, and software tools to produce a baseline report indicating installation status, versions, and basic connectivity, which informs resource availability and gaps.

Can I test PostgreSQL and Redis connectivity before starting a data engineering task?

You can test PostgreSQL and Redis connectivity by running a resource availability checker that performs basic connectivity checks, reporting the installation status and versions of these databases to confirm readiness for engineering tasks.

How do I know if my environment has the required Python packages for data analytics?

To determine if your environment has required Python packages for data analytics, enumerate installed packages like numpy, scipy, and matplotlib to verify their installation status and versions against your task requirements.

Does an environment baseline report help with dependency management and troubleshooting?

An environment baseline report helps with dependency management and troubleshooting by listing installed software, databases, and Python packages, clearly identifying available resources and gaps to guide subsequent engineering task planning.