🔎
QualityPython

Signal Trace

by juanandresgs

Signal Trace is a Quality skill for Claude Code, published by juanandresgs in claude-ctrl.

192 stars28 forkson juanandresgs/claude-ctrlAdded 2026/09/06Repository updated 2026/08/07
ai-codingclaude-codeclaude-code-configclaude-code-hooksdeprecateddeveloper-toolsmulti-agentsdlcsoftware-engineeringunmaintained
Install in seconds
Install Signal Trace
Copy Signal Trace into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/juanandresgs/claude-ctrl/tree/main/skills/signal-trace ~/.claude/skills/signal-trace

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/juanandresgs/claude-ctrl.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/signal-trace/SKILL.md in juanandresgs/claude-ctrl
Installs to
~/.claude/skills/signal-trace
Collection
One of 10 skills cataloged from this repository
Category
Quality1745 skills

What Signal Trace does

Signal Trace traces broken signals through hooks, state, and dispatch paths to find where data breaks, races, or turns to garbage. Use it when an agent reads the wrong context, output goes stale, or a systemic bug is blamed on behavior.

Signal Trace is cataloged under Quality on DirSkills. Signal Trace comes from a repository tagged ai-coding, claude-code, claude-code-config, claude-code-hooks and deprecated.

Documentation

README

Signal Trace: Systemic Brittleness Analysis

When something misbehaves in the hook/agent/dispatch system, trace the actual data flow from producer to consumer. Find where signals break, race, or carry garbage. Produce a single-gate fix — never a fallback chain.

When to use this

  • An agent grabbed wrong context, read the wrong trace, or got stale data
  • A hook produced empty/wrong output and nobody noticed
  • A dispatch path silently degraded (data present but garbage)
  • Someone hand-waved a systemic issue as "model behavior"

This is the opening of the README. Read the full README on GitHub.

Commands Signal Trace provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /signal-trace

Frequently asked about Signal Trace

  • What else does juanandresgs publish alongside Signal Trace?

    Signal Trace is one of 10 skills that DirSkills catalogs from juanandresgs/claude-ctrl, the repository it ships in. Its siblings there include Codex Result Handling, Codex Runtime and Context Preservation. Each one is a separate skill with its own page in this directory, installs the same way Signal Trace does, and is maintained by juanandresgs in that same repository. The rest of the collection is listed on the juanandresgs/claude-ctrl page.

  • How does Signal Trace compare to other Quality skills?

    Signal Trace ranks #1587 by stars among the 1745 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Signal Trace against them. Open each page to compare what they document and how they install.

More from juanandresgs/claude-ctrl

Signal Trace is one of 10 skills cataloged on DirSkills from juanandresgs/claude-ctrl.

See all 10 skills
🧩
5h ago

Codex Result Handling

Codex Result Handling guides how to present Codex helper output back to the user without changing its meaning. Use it for review results, failures, setup issues, and any output that must preserve findings, severity, and boundaries.
AI Engineering
19228
⚙️
5h ago

Codex Runtime

Codex Runtime forwards a single rescue request to the codex-companion runtime from Claude Code. Use it in the codex:codex-rescue subagent when you need diagnosis, research, planning, or a fix request sent through one task call.
AI Engineering
19228
🧠
5h ago

Context Preservation

Context Preservation generates structured session summaries before compaction so work can resume without losing goals, changes, decisions, or next steps. Use it when a Claude Code session is about to be compacted or needs a handoff.
AI Engineering
19228
🧭
5h ago

Decide

Decide generates interactive configurators for complex trade-off decisions from research, plans, or conversation context. It is used when options have costs, dependencies, and multiple criteria to compare.
AI Engineering
19228
🔎
5h ago

Deep Research

Deep Research queries OpenAI, Perplexity, and Gemini in parallel for a topic and compares their findings. Use it when you need a synthesized research summary with agreements, disagreements, and unique insights.
AI Engineering
19228
🧠
5h ago

GPT-5.4 Prompting

GPT-5.4 Prompting gives rules and reusable blocks for writing compact Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks. Use it when you need to structure a prompt with clear output, verification, and grounding constraints.
AI Engineering
19228