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.

First seen 6/13/2026

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
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install uv@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub
python

Security Audits

LicensePassSourceWarnRepositoryPass

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: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install uv@<marketplace>. Finally, /plugin in Claude Code.

What is uv best for?

uv is a plugin categorized under General. It is designed for: python. Created by Ryan Parrish.