A portable agent skill that makes AI agents research comparable projects, tradeoffs, costs, and failure conditions before giving build advice.
每个推荐都保留与其仓库、审计和安装路径的明确关联。
搜索结果: refactor
英文目录A Claude Code plugin that provides a universal radial-tree exploration engine with swappable presets for divergent ideation, adversarial critique, design-space exploration, and code audit.
A collection of reusable AI agent skills for coding assistants, including commit generation, code review, simplification, and ZenTao task management.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.
A plugin for Claude Code that adds a router, specialist agents, skills, and workflows to engineer the loop and persist artifacts across runs.
Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.
Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual constructor injection, and DI library comparison (google/wire, uber-go/dig, uber-go/fx, samber/do). Use this skill when designing service architecture, setting up dependency injection, refactoring tightly coupled code, managing singletons or service factories, or when the user asks about inversion of control, service containers, or wiring dependencies in Go. For a specific DI library, → See `samber/cc-skills-golang@golang-google-wire`, `samber/cc-skills-golang@golang-uber-dig`, `samber/cc-skills-golang@golang-uber-fx`, or `samber/cc-skills-golang@golang-samber-do` skills.
How to refactor code efficiently and without pain.
A collection of reusable Codex skills for goal planning, execution, and code understanding.
A multi-agent skill pack for Swift/iOS/macOS development covering build, debug, simulator, SwiftUI, Xcode, and App Store workflows for AI coding agents.