跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Clean Codebase

技能 已验证 活跃

Remove dead code, unused imports, fix lint warnings, and normalize formatting across a codebase without changing business logic or architecture. Use when lint warnings have piled up during rapid development, unused imports and variables clutter files, dead code paths were never removed, formatting is inconsistent, or static analysis tools report fixable hygiene issues.

目的

To streamline codebase maintenance by automating the removal of hygiene debt, ensuring consistency and reducing clutter without altering core logic.

功能

  • Automated dead code removal
  • Unused import cleanup
  • Lint warning resolution
  • Code formatting normalization
  • Multi-language support

使用场景

  • When lint warnings have piled up during rapid development
  • When unused imports and variables clutter files
  • When dead code paths exist but were never removed
  • When formatting is inconsistent across files

非目标

  • Architectural refactoring
  • Bug fixes
  • Business logic changes

安装

/plugin install agent-almanac@pjt222-agent-almanac

质量评分

已验证
99 /100
about 24 hours ago 分析

信任信号

最近提交2 days ago
星标14
许可证MIT
状态
查看源代码

类似扩展

Cleanup Dashboards

100

Audit and consolidate HubSpot reporting dashboards. Identifies unused, duplicate, or outdated dashboards. Must be performed manually — no dashboard API is available.

技能
TomGranot

Janitor Fix

100

自动修复技能问题(首先进行安全预览)。也可与 --prune 一起使用,查找并移除损坏的符号链接、空目录和孤立的技能。

技能
khendzel

Claude Ops uninstall

99

Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.

技能
Lifecycle-Innovations-Limited

ClawSweeper Skill

100

Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.

技能
steipete

Audit Dependency Versions

100

Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.

技能
pjt222

Init

100

创建或优化存储库的 AGENTS.md 文件,提供最少、高信号的说明,涵盖代理无法从代码库推断的不可发现的编码约定、工具怪癖、工作流偏好和项目特定规则。在为新存储库设置代理说明或 Claude 配置时,当现有的 AGENTS.md 文件过长、通用或过时,当代理反复犯可避免的错误,或当存储库工作流发生变化且需要修剪代理配置时使用。应用可发现性过滤器—省略 Claude 可从 README、代码、配置或目录结构中学到的任何内容—并应用质量门,以验证每行是否仍然准确且具有操作意义。

技能
mcollina