Loading...
Loading...
Found 461 Skills
This skill should be used when the user asks to "set up a Python project with uv", "manage dependencies with uv", "create a uv project", "use uv for Python package management", or needs guidance on uv workflows, pyproject.toml configuration, lockfiles, and development dependency groups.
Embed hierarchical data in hyperbolic space via npx ruvector Poincare ball model, compute geodesic distances
Checks whether the uv Python package manager is installed and installs it if missing. Ensures uv is on PATH. Use when another skill requires uv as a prerequisite.
Manage Python projects and dependencies using UV, the ultra-fast Rust-based package manager. Use when creating Python projects, managing dependencies, or running Python scripts.
Guidelines for Python dependency management using uv, the fast Python package installer and resolver.
Debugs and resolves common uv issues. Learn to diagnose dependency resolution failures, handle version conflicts, fix cache problems, troubleshoot Python environment issues, optimize performance, and solve platform-specific problems. Use when uv commands fail, dependencies won't resolve, cache is corrupted, Python installation issues occur, or performance is slow.
Audit a Duvo Assignment — or a multi-Assignment workflow connected by a Case Queue — across many Jobs to find systemic inefficiencies and quality issues, then recommend concrete SOP and architecture changes. Use when the user asks to "analyze this workflow", "audit my Assignment", "why is this Assignment slow / inconsistent / low quality across runs", "why does my queue keep backing up", or wants a health check over an Assignment's recent Jobs — as opposed to debugging one failed Job (that's job-debugger). Reads recent Jobs, eval scores, the producer/consumer queue topology, and the SOPs those Jobs actually ran against via the Duvo public API; hands off to sop-writer for any SOP rewrite.
Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management.
Use when working with Python projects that use uv for dependency management, virtual environments, project initialization, or package publishing. Covers setup, workflows, and best practices for uv-based projects.
Set up uv (Rust-based Python package manager) in CI/CD pipelines. Use when configuring GitHub Actions workflows, GitLab CI/CD, Docker builds, or matrix testing across Python versions. Includes patterns for cache optimization, frozen lockfiles, multi-stage builds, and PyPI publishing with trusted publishing. Covers GitHub Actions setup-uv action, Docker multi-stage production/development builds, and deployment patterns.
Initialize and configure new Python projects with uv, including creating projects, setting up pyproject.toml, managing dependency groups, and pinning Python versions. Use when starting new projects, configuring development environments, or standardizing project structure with uv. Covers `uv init`, `uv add`, `uv python pin`, and initial project scaffolding with proper dependency organization.
Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation