
from pi_agent_rust1,065
Analyze, plan, and execute Vercel SDK upgrades with breaking-change detection and automated migration guidance.
This skill helps agents guide and automate upgrades of the Vercel SDK in a project. It walks through analyzing the current SDK version, detecting deprecations or breaking changes, planning necessary code adjustments, and executing updates while preserving a rollback path and ensuring tests pass.
Use this skill when you need to upgrade Vercel SDK versions across a codebase, diagnose breaking changes introduced by newer releases, or migrate integrations to a new API surface. It is appropriate for CI-assisted upgrades, staged rollouts to staging environments, and when a test suite is available to validate changes.
Best used by agents with code-level tooling: CLI-capable agents and those that can run build/test steps (e.g., Copilot/Code assistants, Claude Code, GitHub Actions runners).
Vercel SDK upgrade migration skill with a lean SKILL.md delegating to references/ for implementation, errors, and examples. No bundled scripts. The references are thin — implementation.md is just 4 basic shell commands, errors.md is a version compatibility table, and examples.md uses fabricated API patterns (VercelClient, Client import) that don't match the real Vercel SDK. Located in a test conformance directory, suggesting this is a template/demo rather than production skill.
Clean from a security standpoint — no suspicious commands, no network calls to unknown hosts, no hardcoded credentials. Main issues are thin content and fabricated API examples. The skill structure follows the spec (frontmatter, references/ separation) but the substance is lacking. Appears to be a conformance test artifact rather than a real production skill.
Websocket Client Creator
Generates and guides websocket client integrations: configuration, code samples, best practices, and validation for production-ready websocket clients.
Monitoring Stack Deployer
Deploy and configure production-ready monitoring stacks (Prometheus, Grafana, Datadog) with collectors, dashboards, and alerting rules for Kubernetes, Docker, o
Backlog Grooming Assistant
Automates backlog grooming tasks: prioritisation, ticket refinement, and configuration generation for enterprise workflows.
Perplexity Policy & Guardrails
Policy-as-code and linting guardrails for Perplexity integrations: ESLint rules, pre-commit hooks, CI checks, and runtime safeguards to prevent secrets and unsa
Windsurf — Common Errors
Diagnose and resolve common Windsurf SDK/API errors (auth, rate limits, timeouts) with step-by-step fixes and diagnostics.