A small collection of plugins I use with Claude Code.
/plugin marketplace add and3r817/dot-claude-plugins-
github-cli – GitHub CLI (gh) companion: security guard blocking write operations + comprehensive usage skill for automation, API access, and workflows.
-
modern-cli-enforcer – Enforces modern CLI tools (rg, fd, bat, eza) over legacy commands (grep, find, cat, ls).
-
native-timeout-enforcer – Prevents use of timeout/gtimeout in Bash; use the Bash tool's native timeout parameter instead.
-
python-manager-enforcer – Enforces package manager usage by blocking direct python/python3 when a manager is detected and suggesting the correct alternative.
-
codex-advisor – Advisory consultation skill for architectural reviews, design decisions, code analysis, and technology evaluation. Codex provides recommendations without making code changes.
-
android-analysis – Android APK/AAR/JAR decompilation and inspection toolkit for analyzing compiled binaries and unpacking libraries.
-
ast-grep – Structural code search using AST patterns. Translates natural language queries into ast-grep rules for precise code matching beyond text search.
-
android-kotlin-compose – Android development guidance with Kotlin and Jetpack Compose. MVVM architecture, state management, Navigation, Room, Hilt, and Material3 patterns.
# List installed
/plugin list
# Uninstall
/plugin uninstall <plugin>