Use when starting a Sync milestone, choosing a vendor to write an adapter for, deciding build-vs-buy on hosting or CI, or evaluating whether an external library is worth a dependency. Holds the milestone-attached verdict on nine reference repositories so they are consulted when relevant rather than all at once.
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
Verify and enforce use of the latest stable library/package versions using live documentation lookups instead of training-data knowledge. Use PROACTIVELY whenever: (1) Recommending or selecting a library, framework, or package version, (2) Adding dependencies to any project (package.json, pyproject.toml…
Update libraries in a Bun project or monorepo with control over overrides, exact pins, 0.x versions, peer conflicts, supply-chain risk, and lockfile rebuild. Use when updating dependencies, bumping libraries, checking outdated packages, running bun audit, cleaning up overrides/resolutions, deduplicating the tree, or…
Expert skill for analyzing breaking changes, compatibility issues, and migration planning for programming libraries across multiple languages using the PatchEvergreen database.