uv
NewPython package manager and project tooling using uv. Use when working with Python projects, managing dependencies, creating virtual environments, running Python scripts, configuring workspaces/monorepos, or troubleshooting uv issues.
Overview
A collection of Claude Code skills by Ryan Parrish.
Installation
# Add the marketplace
/plugin marketplace add stickystyle/claude-skills
# Install a specific skill
/plugin install aboutme-index@stickystyle-skillsAvailable Skills
aboutme-index
Semantic file discovery using ABOUTME headers. Instead of grep-searching or spawning Explore agents, this skill maintains an index of human-written file descriptions.
How it works:
- Add ABOUTME comments to your files:
``python # ABOUTME: JWT authentication module for AWS Cognito access tokens. # ABOUTME: Handles token validation, JWKS caching, and user context. ``
- The index auto-rebuilds on session start
- Claude reads one file to find what you need
uv
Python package manager and project tooling using uv. Provides Claude with a field manual for working with Python projects, managing dependencies, virtual environments, workspaces, and more.
markdown-oxide-lsp
Configures the markdown-oxide language server for Markdown and Obsidian vault intelligence. Provides wikilink completion, hover info, goto-definition, and diagnostics for Markdown files.
License
MIT
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/uv.md https://raw.githubusercontent.com/stickystyle/claude-skills/main/SKILL.md/uvFrequently Asked Questions
What is uv?
Python package manager and project tooling using uv. Use when working with Python projects, managing dependencies, creating virtual environments, running Python scripts, configuring workspaces/monorepos, or troubleshooting uv issues.
How to install uv?
To install uv, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /uv.
What is uv best for?
uv is a community categorized under General. It is designed for: python. Created by Ryan Parrish.