dead code skills

70 tagged dead code, measured the same way as everything else here.

Browse within: code-quality 34javascript 29linter 29code-intelligence 17ai-skills 12codex-cli 12config-management 12llm-tools 12dependency-graph 11code-navigation 10documentation 7git-analytics 7

repowise-dev/repowise

Skill Claude CodeCodex

Use when encountering questions about WHY code is built a certain way, when about to make architectural changes (new patterns, restructuring, choosing between approaches), or when the user asks about design rationale in a Repowise-indexed codebase (.repowise/ directory exists). Also activates when commit messages or…

6.3k 2d ago A 87 tokens AGPL-3.0

change-review

02

repowise-dev/repowise

Skill Claude CodeCodex

Use when reviewing a set of changes before they merge — a PR, a branch diff, or the working-tree changes you just made — in a Repowise-indexed codebase (.repowise/ directory exists). Activates for "review this PR", "is this safe to merge", "what's the blast radius of these changes", "did I miss anything", or "what…

6.3k 2d ago A 87 tokens AGPL-3.0

repowise-dev/repowise

Skill Claude CodeCodex

Use when exploring, understanding, or answering questions about a codebase that has Repowise indexed (a .repowise/ directory in the project root). Activates for "how does X work", "explain the architecture", "where is Y implemented", "what does this module do", or any task that needs an understanding of structure…

6.3k 2d ago A 81 tokens AGPL-3.0

fallow-rs/fallow

Skill Claude CodeCodex

Use browser automation to review docs pages, preview URLs, rendered output, or web-facing fallow surfaces. Use when the user wants a screenshot-based review, browser smoke test, docs site check, or preview deployment inspection.

4.4k 2d ago A 49 tokens original MIT

implement

05

fallow-rs/fallow

Skill Claude CodeCodex

Research, implement, test, document, and review a Fallow feature, fix, refactor, or repository improvement. Use when asked to build or change Fallow.

4.4k 2d ago A 36 tokens original MIT

open-draft-pr

06

fallow-rs/fallow

Skill Claude CodeCodex

Prepare local changes for review with an intentional commit, push, and ready PR for fallow. Use when the user wants to publish work, open a PR, or turn local changes into a reviewable branch.

4.4k 2d ago A 47 tokens original MIT

skylos-security

07

duriantaco/skylos

Skill Claude CodeCodex

Investigate and harden Skylos security behavior. Use when the user asks to validate a security finding, reproduce a scanner bypass, assess false negatives, review LLM evidence filters, analyze CI/cloud policy trust boundaries, classify severity, or add regression tests for security-sensitive analyzer behavior.

545 6d ago A 61 tokens original Apache-2.0

skylos

08

duriantaco/skylos

Skill Claude CodeCodex

Run, interpret, or modify Skylos safely. Use when the user asks to scan code with Skylos, explain SKY- findings, triage dead-code false positives, audit security/secrets/SCA/LLM behavior, update Skylos rules/docs/CI, benchmark analyzer behavior, or change this repository safely.

545 6d ago A 67 tokens original Apache-2.0

manage-secrets-env

09

subinium/vibesubin

Skill Claude CodeCodex

Opinionated defaults and full lifecycle playbook for secrets and environment variables. Decides where a secret or env-specific value lives (constant, .env, CI secret, env var), scaffolds .env.example and .gitignore, and manages the lifecycle end to end — add, update, rotate, remove, migrate between buckets, audit…

50 3mo ago A 95 tokens original MIT

refactor-verify

10

subinium/vibesubin

Skill Claude CodeCodex

Proves a behavior-preserving code change (refactor, rename, split, merge, extract, inline, or delete of confirmed-dead code) is actually complete. Plans the change as a dependency tree, executes it from the leaves up, and after each step proves 1:1 semantic equivalence through four independent checks — exported…

50 3mo ago A 120 tokens original MIT

ship-cycle

11

subinium/vibesubin

Skill Claude CodeCodex

Issue-driven development orchestrator. Turns improvement intent into a well-specified, bilingual issue set; clusters issues into milestones that map 1:1 to semver versions; enforces branch, commit, and PR conventions (GitHub Flow — / - , Conventional Commits, mandatory PR template, rebase-first merge); generates…

50 3mo ago A 202 tokens original MIT

PlunderStruck/scip-query

Skill Claude CodeCodex

Review maintainability like a principal engineer. Use when the user asks what a senior/staff/principal maintainer would notice, whether code looks vibe-coded, what is gross, what should be fundamentally different, or which architecture smells matter beyond ordinary deduplication.

5 yesterday A 58 tokens original Apache-2.0

PlunderStruck/scip-query

Skill Claude CodeCodex

Optimize performance scientifically with current scip-query evidence. Use for benchmarking, profiling, cold or warm indexing, command latency, memory and computational cost, or comparing current-pipeline tuning with alternative designs.

5 yesterday A 46 tokens original Apache-2.0

PlunderStruck/scip-query

Skill Claude CodeCodex

Audit whether implementations are real with scip-query. Use for suspected faked or half-implemented features, decorative checkers or verifiers that never fail, dead code paths hidden behind graceful fallbacks, metrics that may be lying, or a "does any of this actually work" interrogation of a system.

5 yesterday A 68 tokens original Apache-2.0

weavatrix

15

Weavatrix/weavatrix

Skill Claude CodeCodex

Use the Weavatrix MCP when a repository task benefits from indexed evidence: codebase orientation, symbol/source search, dependency or call graphs, change impact, API/event tracing, architecture checks, Git/coverage evidence, duplicates, dead-code review, or semantic context. Skip it for trivial single-file edits or…

4 yesterday A 78 tokens original MIT

weavatrix

16

Weavatrix/weavatrix

Skill Claude CodeCodex

Use the Weavatrix MCP when a repository task benefits from indexed evidence: codebase orientation, symbol/source search, dependency or call graphs, change impact, API/event tracing, architecture checks, Git/coverage evidence, duplicates, dead-code review, or semantic context. Skip it for trivial single-file edits or…

4 yesterday A 78 tokens copy · 100% MIT

safe-fix-mcp

17

pamela-0/safe-fix-mcp

Skill Claude CodeCodex

Finds real dead code (unused imports, functions, classes) and unused dependencies in a Python repository, and proposes a safe, test-gated branch+PR to remove the safely-removable ones. Use this whenever the user asks to find or clean up dead code, unused imports, unused dependencies, or "bloat" in a Python project…

1 11d ago A 144 tokens original MIT

project_setup

18

RandyNorthrup/high-quality-projects-skill

Skill Claude CodeCodex

Scaffold a new project from product discovery through production-oriented quality gates. Runs a multi-round Grill Me interview covering users, outcomes, scope, brand assets and colors, accessibility, platforms, signing, distribution, service model, data, security, operations, and release pipeline before stack…

1 9d ago A 184 tokens original MIT

quality_retrofit

19

RandyNorthrup/high-quality-projects-skill

Skill Claude CodeCodex

Scan an existing codebase and bring it into compliance with strict quality standards — style, formatting, linting, type checking, dead-code removal, magic-number and literal extraction, sanitizer wiring, secret scanning, and CI-ready gates. Extends existing configuration rather than replacing it, and lands changes in…

1 9d ago C 132 tokens original MIT