AlexeyTripleA

14 mods across 1 repository, 3 stars between them.

context7

03

AlexeyTripleA/claude-code-plugins

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

3 10mo ago A tokens not measured

Performance Hint

10

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

11

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

12

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

researcher-plugin

13

AlexeyTripleA/claude-code-plugins

Plugin Claude Code

AI-powered research agent that finds current information online using multiple sources: Brave Search, Tavily, Bright Data, and Reddit.

3 10mo ago A tokens not measured