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
/plugin marketplace add <org/repo>Add the configuration to /plugin install uv@<marketplace>
/pluginSecurity Audits
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.