joel611/claude-plugins

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

code-analyzer

01

joel611/claude-plugins

Skill Claude CodeCodex

Analyze large codebases using Gemini's 1M token context window through the gemini-code-analyzer subagent. This skill handles pattern detection, code quality analysis, architecture understanding, and comprehensive codebase exploration by spawning a specialized subagent that wraps gemini-cli.

2 2mo ago A 0 tokens

web-researcher

02

joel611/claude-plugins

Skill Claude CodeCodex

Perform comprehensive web research for technical documentation, solutions, and technology comparisons using Gemini's web access capabilities through the gemini-web-researcher subagent. This skill finds current documentation, researches best practices, compares technologies, and gathers technical information by…

2 2mo ago A 0 tokens

plugin-builder

03

joel611/claude-plugins

Skill Claude CodeCodex

This skill guides you through creating well-structured Claude Code plugins with all necessary components, following best practices for discoverability, maintainability, and user experience.

2 2mo ago A 0 tokens

elysia

04

joel611/claude-plugins

Skill Claude CodeCodex

Expert knowledge for building type-safe web applications with ElysiaJS, including validation, lifecycle hooks, Eden end-to-end type safety, and integrations.

2 2mo ago A 32 tokens

joel611/claude-plugins

Skill Claude CodeCodex

Use after a git worktree has been created and needs its isolated environment activated. Runs the project's setup-env.sh, then verifies the environment with smoke-test.sh before starting development.

2 2mo ago A 40 tokens

joel611/claude-plugins

Skill Claude CodeCodex

Use when project needs isolated development environments for parallel feature work, or when adding new external services (databases, caches, message queues) that require environment isolation. ONE-TIME setup skill - clear context after use.

2 2mo ago A 48 tokens

joel611/claude-plugins

Skill Claude CodeCodex

Create maintainable and reusable Page Object Models (POMs) for Playwright tests. Generates TypeScript classes that encapsulate page-specific locators and actions, following the Page Object Model design pattern with data-testid locators exclusively.

2 2mo ago A 52 tokens

joel611/claude-plugins

Skill Claude CodeCodex

Debug failing Playwright E2E tests by analyzing error messages, stack traces, screenshots, and Playwright traces. Provides actionable solutions for common test failures including timeouts, selector issues, race conditions, and unexpected behaviors. Optionally uses Playwright MCP for live debugging.

2 2mo ago A 60 tokens

joel611/claude-plugins

Skill Claude CodeCodex

Generate production-ready Playwright E2E tests from natural language specifications or requirements. Creates TypeScript test files following best practices including data-testid locators, proper async/await usage, test isolation, and the AAA (Arrange-Act-Assert) pattern.

2 2mo ago A 56 tokens

joel611/claude-plugins

Skill Claude CodeCodex

Maintain, refactor, and improve existing Playwright E2E tests. Handles tasks like updating locators across test suites, extracting reusable utilities, improving test stability, removing code duplication, and enforcing best practices throughout the test codebase.

2 2mo ago A 53 tokens