Resolve dependency hell without random downgrades
A structured playbook for dependency resolution conflicts (peer deps, transitive conflicts, incompatible version ranges) with a bias toward deterministic installs.
Create a skill called "Dependency Conflict Triage". Given: - The error output from install - package.json / lockfile snippets (or equivalents) Output: - A dependency graph explanation (who conflicts with whom) - The safest resolution options in order - A prevention plan (pinning, update cadence, workspaces)
Dependency conflicts are common, especially with peer dependencies and fast-moving ecosystems.
This recipe standardizes triage and resolution options.
Fix stale-cache failures without nuking everything forever
When caching speeds CI but occasionally causes confusing failures, this recipe introduces safe cache keys, cache-busting rules, and a controlled recovery flow.
One command to go from "fresh laptop" to "tests passing"
Standardize local setup to eliminate "works on my machine" issues. Generates a single bootstrap path (scripts, containers, env vars) and a smoke test to prove readiness.
Real sources, named experts, actual quotes
Deep research that finds primary sources with named individuals, community sentiment from Reddit/HN/X, and news coverage. No summaries of summaries — actual quotes with URLs.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.