ypollak2
01Plugin Claude Code
Plugin marketplace listing 1 plugin: llm-router.
Plugin Claude Code
Plugin marketplace listing 1 plugin: llm-router.
Plugin Claude Code
Smart LLM routing with Claude subscription monitoring, complexity-first model selection, and 20+ AI providers.
MCP server Claude CodeCodexCursor +2
Multi-LLM router MCP server for Claude Code — smart complexity routing, Claude subscription monitoring, Codex integration, 20+ providers. Runs locally from the claude-code-llm-router Python package. Needs 1 environment variable to run.
Agent
Cost-optimized assistant that routes every task through LLM Router first.
Instructions file GitHub Copilot
Instructions for ypollak2/llm-router, covering llm router — vs code / github copilot routing rules, how to route, task type → tool mapping, savings visibility and token-efficient responses.
Skill Claude CodeCodex
Automates the full release pipeline for llm-router. Run this skill whenever you are ready to ship a new version.
Skill Claude CodeCodex
Route a task to the best LLM based on task type and complexity.
Skill Claude CodeCodex
Route tasks to the cheapest capable model automatically using llm-router MCP tools.
Skill Claude CodeCodex
Track and report how much you've saved by routing tasks to cheaper models.
ypollak2/claude-code-kickstart
Agent
Explores datasets, writes analysis code, creates visualizations, validates statistical claims.
ypollak2/claude-code-kickstart
Agent
Reviews infrastructure-as-code for security, cost, reliability, and best practices.
ypollak2/claude-code-kickstart
Agent
Checks UI code for accessibility issues — WCAG compliance, ARIA, keyboard nav, color contrast.
ypollak2/claude-code-kickstart
Agent
Designs REST/GraphQL APIs with consistent patterns, proper status codes, and clear contracts.
ypollak2/claude-code-kickstart
Agent
Reviews code for bugs, security issues, and quality — read-only, never modifies files.
ypollak2/claude-code-kickstart
Agent
Investigates and fixes bugs by tracing execution paths and reproducing issues.
ypollak2/claude-code-kickstart
Agent
Audits dependencies for outdated versions, vulnerabilities, unused packages, and license issues.
ypollak2/claude-code-kickstart
Agent
Generates documentation by reading the actual code — READMEs, API docs, architecture guides.
ypollak2/claude-code-kickstart
Agent
Helps with complex git operations — rebasing, conflict resolution, history cleanup, bisect.
ypollak2/claude-code-kickstart
Agent
Helps upgrade dependencies, migrate frameworks, and handle breaking changes safely.
ypollak2/claude-code-kickstart
Agent
Helps you understand an unfamiliar codebase — maps structure, patterns, entry points, and workflows.
ypollak2/claude-code-kickstart
Agent
Finds performance bottlenecks — N+1 queries, unnecessary renders, memory leaks, slow algorithms.
ypollak2/claude-code-kickstart
Agent
Creates implementation plans for complex features — research only, no code changes.
ypollak2/claude-code-kickstart
Agent
Reviews pull requests end-to-end — reads all commits, checks tests, reviews code quality.
ypollak2/claude-code-kickstart
Agent
Refactors code for clarity and maintainability — always runs tests before and after changes.