Toolverse
All skills

environment-triage

by parcadei

Environment Triage

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Security
Views
1

About this skill

Environment Triage

How to use

  1. Uruchom polecenie uv run python --version, aby sprawdzić, jaki interpreter faktycznie używa uv w Twoim projekcie — nie ufaj systemowemu python3 --version.

  2. Sprawdź plik .python-version w katalogu projektu (cat .python-version), aby zobaczyć, jaka wersja Pythona jest tam przypięta — ta wersja kontroluje wybór interpretera przez uv.

  3. Jeśli wersja w .python-version nie pasuje do wymagań pakietu (np. pakiet wymaga 3.12+, a plik zawiera 3.11), zaktualizuj go poleceniem echo "3.13" > .python-version.

  4. Wyczyść środowisko wirtualne i zsynchronizuj zależności: rm -rf .venv && uv venv && uv sync --all-extras — to zmusi uv do pobrania i zainstalowania pakietów dla nowej wersji Pythona.

  5. Potwierdź, że pakiet jest zainstalowany i działa, uruchamiając uv pip show oraz uv run python -c "import ; print(.version)" — jeśli import się powiedzie, problem jest rozwiązany.

Related skills

content-creator

by alirezarezvani

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content

Security
25124

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116