package▌
5 indexed skills · max 10 per page
package-management
aaronontheweb/dotnet-skills · Productivity
Use this skill when:
uv-package-manager
sickn33/antigravity-awesome-skills · Productivity
$22
add-provider-package
vercel/ai · Productivity
This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK.
list-npm-package-content
vercel/ai · Marketing
Inspect npm package tarball contents before publishing to verify what files will be distributed. \n \n Lists exact files that would be uploaded to npm, helping catch missing or unwanted inclusions before publish \n Respects files field in package.json, .npmignore , and .gitignore rules to show the actual bundle contents \n Automatically builds the package, creates a tarball, displays contents, and cleans up in a single command \n Run from the package directory with a simple bash script; useful f
uv-package-manager
wshobson/agents · Productivity
Ultra-fast Python package installer and resolver written in Rust, 10-100x faster than pip. \n \n Drop-in pip replacement with virtual environment and Python version management built in \n Supports dependency locking with uv.lock for reproducible builds, monorepo workspaces, and seamless migration from pip, poetry, and pip-tools \n Includes uv run for executing scripts and tools without manual venv activation, plus parallel package installation and global caching for speed \n Integrates with CI/C