AlexeyTripleA/claude-code-plugins

Plugins for Claude Code

3Stars on the repository
14Mods indexed here, across every type
10mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

Performance Hint

01

AlexeyTripleA/claude-code-plugins

Skill Claude CodeCodex

Notices performance issues when viewing code with nested loops, database queries in loops, inefficient algorithms, or missing caching. Use when user shows code that might have O(n²) complexity, N+1 queries, or obvious performance bottlenecks.

3 10mo ago A 52 tokens

Code Quality Hint

02

AlexeyTripleA/claude-code-plugins

Skill Claude CodeCodex

Notices code quality issues when viewing code with long functions, deep nesting, duplicated code, unclear naming, or obvious anti-patterns. Use when user shows code that might benefit from refactoring or has maintainability concerns.

3 10mo ago A 48 tokens

Security Hint

03

AlexeyTripleA/claude-code-plugins

Skill Claude CodeCodex

Notices potential security issues when viewing code with SQL queries, hardcoded credentials, API keys, user input handling, or authentication logic. Use when user shows or discusses code that might have security vulnerabilities like SQL injection, XSS, or exposed secrets.

3 10mo ago A 53 tokens