LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: dead-code

Browse skills that share this tag.

  • probekit-project-hygiene - Project hygiene audit for codebases
    project-hygienecode-auditdead-codegit

    ★ 0 · Updated 2026-09-18

    Audits git-tracked files to detect project waste and generate justified cleanup plans.

    ⚙ Detect dead non-source files⚙ Find unused code exports⚙ Identify duplicate files
  • cleanup - Scan and clean repo dead code and artifacts
    cleanupdead-coderefactoringcode-quality

    ★ 0 · Updated 2026-09-18

    Scans repository for dead code and debug artifacts, reports findings, and applies fixes category by category with user confirmation.

    ⚙ Scan repository for code cruft⚙ Filter false positive findings⚙ Generate markdown cleanup report
  • dead-code - Find unreferenced code candidates in Salesforce projects.
    salesforceapexlwcdead-code

    ★ 1 · Updated 2026-09-16

    Scans Salesforce projects for unreferenced Apex methods, fields, LWC components, custom labels, custom permissions, and orphan flow elements.

    ⚙ Scan unused Apex methods⚙ Scan unused Apex fields⚙ Scan unused LWC components
  • /zombie - Find and report unreferenced code in codebases
    dead-codecode-auditrefactoringcodebase-cleanup

    ★ 0 · Updated 2026-09-15

    Scans codebases to detect unreferenced models, unused methods, unreferenced constants, obsolete migrations, and dead feature code.

    ⚙ Scan codebases for unused code⚙ Identify unreferenced models and methods⚙ Verify database migrations and crons
  • repo-audit-and-cleaning - Repository-wide technical audit and cleaning analysis
    code-auditarchitecturedead-codecode-cleaning

    ★ 1 · Updated 2026-09-09

    Conducts a complete repository-wide technical audit covering architecture, dead code, performance, coupling, and tests without modifying code.

    ⚙ Read master prompt file⚙ Audit repository architecture and performance⚙ Identify dead and orphaned code
  • code-cleaner - Clean Unused Code
    code-cleanupdead-coderefactoringtypescript

    ★ 0 · Updated 2026-03-10

    Remove unused code from changed TS/JS files via git diff analysis

    ⚙ identify changed files⚙ filter TS/JS files⚙ analyze unused exports