dead-code-analysis

dead-code-analysis is a command for Claude Code from richard-luc/KiCAD-Schematic-Manipulation. It costs 0 tokens per session (1,702 once invoked), scanned A, a copy of dead-code-analysis, MIT.

A command that finds unused functions in the kicad-sch-api library by running its features and recording which functions are called. kicad-sch-api is a programming library for working with KiCad schematic files.

In plain words
What is it for?
Use it to run a comprehensive usage analysis, optionally against a chosen script, and produce function-call logs and lists of functions that were used.
Why use it?
It replaces guesses about unused code with evidence from an actual full-system run.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/richard-luc/kicad-schematic-manipulation/dead-code-analysis
Clone the repo
git clone --depth 1 https://github.com/richard-luc/KiCAD-Schematic-Manipulation

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dead-code-analysis

README.md
[![agentmods](https://agentmods.dev/badge/commands/richard-luc/kicad-schematic-manipulation/dead-code-analysis.svg)](https://agentmods.dev/commands/richard-luc/kicad-schematic-manipulation/dead-code-analysis)
Your own site
<a href="https://agentmods.dev/commands/richard-luc/kicad-schematic-manipulation/dead-code-analysis"><img src="https://agentmods.dev/badge/commands/richard-luc/kicad-schematic-manipulation/dead-code-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,702 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01702
Opus 5 $0.00000 $0.00851
Sonnet 5 $0.00000 $0.00340
Haiku 4.5 $0.00000 $0.00170

Measured 4d ago against content hash 48825f887ab3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dead-code-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

95% identical to dead-code-analysis — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/dev/dead-code-analysis.md · 220 lines

How it starts

The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dead Code Analysis Command - kicad-sch-api

Usage

/dead-code-analysis [target-script]

Description

Performs comprehensive dead code analysis for kicad-sch-api by running ALL functionality and observing which functions are actually called. This provides accurate utilization metrics by exercising:

  1. Core Schematic Operations - Load, save, component management, validation
  2. S-Expression Parsing - All parsing and formatting functionality
  3. Component Collections - Filtering, bulk operations, indexing
  4. Symbol Library Management - Caching, discovery, multi-source lookup
  5. MCP Server Integration - All MCP tools and Python bridge
  6. Validation Systems - Error collection, comprehensive validation
  7. Format Preservation - Round-trip testing, exact output matching
  8. Performance Systems - Caching, optimization, benchmarking

Parameters

  • target-script (optional): Path to script to run for function call analysis. Defaults to comprehensive test suite.
  • --comprehensive: Runs full system functionality test (default behavior)

Output Files

  • function_calls.log: Raw debug output from script execution
  • unique_function_calls.txt: List of unique functions that were called
  • Dead_Code_Analysis_Report.md: Comprehensive analysis report
  • *.backup: Backup files for all instrumented source files

Examples

# Analyze dead code using comprehensive test suite
/dead-code-analysis

# Analyze using specific test script
/dead-code-analysis tests/test_comprehensive_operations.py

# Analyze using MCP server test
/dead-code-analysis tests/test_mcp_integration.py

Implementation for kicad-sch-api

The command performs the following automated steps:

1. Function Instrumentation

  • Scans all Python files in kicad_sch_api/
  • Adds logging.debug(f"CALLED: {function_name} in {file_path}") to every function
  • Creates backup files (.backup) before modification
  • Preserves existing function logic and formatting

Read the full file on GitHub · 220 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 220 lines · 0 tokens per session scan A 48825f887ab3

Subscribe to this mod's changes

dead-code-analysis is a command published in the GitHub repository richard-luc/KiCAD-Schematic-Manipulation (0 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,702 tokens. A static security scan graded it A with 0 findings. It is 95% identical to dead-code-analysis, differing in 2 lines, and is treated as a copy.