BeClaude

uv

New
1Community RegistryGeneralby Ryan Parrish · MIT

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.

Community PluginView Source

Overview

A collection of Claude Code skills by Ryan Parrish.

Installation

bash
# Add the marketplace
/plugin marketplace add stickystyle/claude-skills

# Install a specific skill
/plugin install aboutme-index@stickystyle-skills

Available 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:

  1. 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. ``

  1. The index auto-rebuilds on session start
  1. Claude reads one file to find what you need

Full documentation

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/uv.md https://raw.githubusercontent.com/stickystyle/claude-skills/main/SKILL.md
3
Invoke in Claude Code
/uv
View source on GitHub
python

Frequently 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.