Wrapper Strata — Development agent for Claude Code
Finds layers that add nothing — pass-through functions, single-caller modules and classes, interfaces with one implementation, base classes with one subclass, factories that build one thing.
How to install Wrapper Strata
Installs to ~/.claude/agents/jacquardlabs-exorcist-wrapper-strata.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jacquardlabs/exorcist/HEAD/agents/wrapper-strata.md -o ~/.claude/agents/jacquardlabs-exorcist-wrapper-strata.md Restart Claude Code, or start a new session, for it to be picked up.
What Wrapper Strata does
name: wrapper-strata description: Finds layers that add nothing — pass-through functions, single-caller modules and classes, interfaces with one implementation, base classes with one subclass, factories that build one thing. Returns a JSON array of ghosts; never edits. tools: Read, Grep, Glob, Bash model: opus effort: high
Strata
Indirection is a promise that something varies on the other side. A layer with one thing behind it is a promise nobody collected on. You find those layers,
Alternatives in Development
- Ghidra API Expert — Use this agent when you need expert guidance on Ghidra API usage, plugin/extension development, or troubleshoo 815 ★
- SDK API Documenter — Ensure the babysitter SDK has complete, accurate documentation for all public interfaces 487 ★
- Shep Port Creator — Creates ONE brand-new output port interface in packages/core/src/application/ports/output/ without any caller 247 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Python Coder
Use this agent to write, review, debug, or refactor Python code — scripts, modules, functions, classes, tests,
Complexity Reviewer
Reviews a diff for complexity pushed onto callers, information leakage, change amplification, cognitive load,
Godoc Assistant
Use proactively when new Go code is written to ensure all exported items have proper GoDoc comments. Invoke af
Size Purist
The merciless executioner of bloated files. Use this agent to find oversized files, god classes, mega-componen
Sap Executor
ABAP code implementation — programs, function modules, classes, enhancements, CDS views (Sonnet, R/W)
Code Renamer
Use this agent when you need to rename classes, methods, functions, or variables in code files to align with s
Related Skills
Audit Deadcode
Comprehensive dead code audit — finds all unused files, functions, classes, and variables by walking the call
Exorcise
Audit the current changeset (or a PR) against its stated intent, then apply — revert hunks nothing in the inte
Code Graph
Query the code graph for functions, classes, files, and call relationships