
from claude-code-plugins-plus-skills2,484
Tools and patterns for managing Python environments, installing packages, and linting/formatting code using uv and Ruff for fast, reproducible workflows.
This skill teaches an agent how to manage Python projects using fast tooling: uv for virtual environments and package management, and Ruff for linting and formatting. It provides commands and pipelines for creating venvs, installing dependencies, running scripts with isolated deps, and performing lint/format passes with JSON output.
Use when a user asks to install Python packages, create or manage virtual environments, lint or format Python code, auto-fix lint issues, or run tests in an isolated environment. Avoid when a project explicitly uses poetry or pdm or has an existing Makefile.
Well-suited to agents with shell access and the ability to run CLI tools (Copilot-style or Claude Code environments that expose Bash).
Python tooling reference skill covering uv (package management) and Ruff (linting/formatting). Clean SKILL.md with well-organized sections: tool table, command patterns, pipeline examples, prefer-over guidance, and do-not-use-when guardrails. No bundled scripts — purely instructional. Allowed-tools restricts to uv/ruff/Read/Glob, which is appropriately scoped. No security concerns whatsoever.
Solid reference skill. Could benefit from a references/ directory with example pyproject.toml or ruff config files to increase architecture score. The allowed-tools field is a nice security touch not all skills include.
Navan Migration — Deep Dive
End-to-end migration playbook for moving from SAP Concur or legacy TMC to Navan: data export, user provisioning (SCIM/CSV), policy recreation, parallel running
Cursor Hello World Tutorial
A concise 10-minute hands-on tutorial demonstrating Cursor's Tab completion, Chat, Inline Edit, and Composer features for getting started quickly.
Contagious — STEPPS Virality Framework
Apply the STEPPS (Social Currency, Triggers, Emotion, Public, Practical Value, Stories) framework to engineer word-of-mouth and make content, products, or campa
Supabase SDK Patterns (TypeScript & Python)
Production-ready patterns for using Supabase clients in TypeScript and Python: client initialization, typed queries, auth, realtime, storage, RPC, and error-han
Speak Security Basics
Security best practices for integrating Speak: API key management, audio data privacy, student data protection, and COPPA/FERPA compliance for production deploy
Runway Prod Checklist
Production checklist and SDK patterns for integrating Runway (AI video/image generation) into production workflows.
RemoFirst — Core Workflow A
Onboarding workflow for RemoFirst: create employee records, upload compliance documents, and track country-specific onboarding status.
Klaviyo — Webhooks & Events
Patterns and reference code to receive, verify (HMAC-SHA256), route, and idempotently process Klaviyo webhook events in production services.
Lokalise Migration — Deep Dive
Step-by-step migration guide and tooling for moving translations from Crowdin/Phrase/POEditor into Lokalise, including transforms, uploads and validation.
React Context Setup
Automates guidance and code patterns for setting up React Context, providing step-by-step configuration and best-practice examples for frontend projects.