Fix a specific problem

Targeted how-tos: prompt caching, bugfix loops, QA, tracing, setup drift.

13 cables · curated by @ragav · updated weekly
claude-code·no artifact

Use auto mode, not --dangerously-skip-permissions

Two flags promise to stop Claude Code from pausing at every tool call. One of them reads your settings, honours your allowlist, and refuses to run anything g…

@frenxt · 8 mininstall →
claude-code·skill

Publish your stack to Cables (automated)

A skill that walks Claude Code through publishing your Claude stack to the Cables community in one conversation. No manual repo setup, no hand-written `stack…

@frenxt · 10 mininstall →
claude-code·skill

Replicate Ragav's stack (skills + plugins + scripts)

Pick the stack that matches what you're building. Each one is a single `npx` command. Plugins installed, skills synced, marketplaces configured, no bash scri…

@frenxt · 15 mininstall →
claude-code·skill

AI agent dev stack (LangGraph + LangSmith)

For building, debugging, and evaluating multi-step LLM agents. The skills that catch the problems traces-first: cache misses, regression in eval scores, trac…

@frenxt · 5 mininstall →
claude-code·skill

Full-stack dev stack (Next.js + Vercel)

The plugins and skills you want on day one of a typed Next.js app. From scaffold to prod, with CI/CD, observability, and release review baked in.

@frenxt · 5 mininstall →
claude-code·skill

UX design stack (frontend design + browser QA)

For designing, shipping, and validating product UI. Distinctive components without the AI-generic aesthetic, plus browser-QA to catch regressions before user…

@frenxt · 5 mininstall →
claude-code·skill

Publish to FRE|Nxt cables end-to-end

Publishing cables is not just writing markdown. The failures usually happen in validation, index generation, or submodule pointer updates.

@frenxt · 22 mininstall →
claude-code·skill

Autonomous browser QA with browser-use

Manual QA catches issues, but it does not scale when UI changes land every day.

@frenxt · 28 mininstall →
claude-code·skill

Audit your E2E coverage

We had tests. We also had regressions. The problem was coverage shape, not raw test count.

@frenxt · 20 mininstall →
claude-code·skill

Benchmark a LangGraph agent

You cannot optimize what you do not measure. For agent systems, that means evaluating both quality and execution cost. And doing it per task class, not in ag…

@frenxt · 35 mininstall →
claude-code·skill

Debug an agent from a LangSmith trace

When an agent fails, raw logs usually tell us *what* happened, not *why* it happened in that step sequence.

@frenxt · 25 mininstall →
claude-code·skill

Fix your prompt caching

Prompt caching is one of those optimizations we all think we enabled "well enough" until costs spike and response times drift.

@frenxt · 22 mininstall →
claude-code·skill

Reproduce -> fix -> verify

The fastest way to ship bugs is to skip one of those three steps.

@frenxt · 24 mininstall →