wpank/ai

A curated collection of 115 skills, 16 agents, and 48 commands for Claude Code and Cursor.

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

wpank/ai

Skill Claude CodeCodex

Use when executing implementation plans with independent tasks in the current session.

not rated 11 6mo ago A 17 tokens

workflow-patterns

74

wpank/ai

Skill Claude CodeCodex

Systematic task implementation using TDD, phase checkpoints, and structured commits. Ensures quality through red-green-refactor cycles, 80% coverage gates, and verification protocols before proceeding.

not rated 11 6mo ago A 41 tokens

wpank/ai

Skill Claude CodeCodex

Dual-stream event publishing combining Kafka for durability with Redis Pub/Sub for real-time delivery. Use when building event-driven systems needing both guaranteed delivery and low-latency updates. Triggers on dual stream, event publishing, Kafka Redis, real-time events, pub/sub, streaming architecture.

not rated 11 6mo ago A 61 tokens

wpank/ai

Skill Claude CodeCodex

React hooks for real-time data with SSE, WebSocket, and SWR integration. Covers connection management, reconnection logic, and optimistic updates. Use when building React apps with real-time features. Triggers on SSE hook, WebSocket hook, real-time React, useEventSource, live updates.

not rated 11 6mo ago A 65 tokens

wpank/ai

Skill Claude CodeCodex

Patterns for building resilient API clients and real-time connections with retry logic, circuit breakers, and graceful degradation. Use when building production systems that need to handle failures. Triggers on retry logic, circuit breaker, connection resilience, exponential backoff, API client, fault tolerance.

not rated 11 6mo ago A 60 tokens

wpank/ai

Skill Claude CodeCodex

Horizontally-scalable WebSocket hub pattern with lazy Redis subscriptions, connection registry, and graceful shutdown. Use when building real-time WebSocket servers that scale across multiple instances. Triggers on WebSocket hub, WebSocket scaling, connection registry, Redis WebSocket, real-time gateway, horizontal…

not rated 11 6mo ago A 67 tokens

wpank/ai

Skill Claude CodeCodex

Consolidate and refine extracted skills and docs from multiple projects into unified, project-agnostic patterns. Use when staging folder has content from multiple projects ready for consolidation. Triggers on "refine staged content", "consolidate staged skills", "process staging", "merge extracted patterns".

not rated 11 6mo ago A 65 tokens

clean-code

80

wpank/ai

Skill Claude CodeCodex

Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.

not rated 11 6mo ago A 52 tokens

code-review

81

wpank/ai

Skill Claude CodeCodex

Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.

not rated 11 6mo ago A 54 tokens

debugging

82

wpank/ai

Skill Claude CodeCodex

Systematic debugging approaches — scientific method applied to code, structured techniques, common bug categories, git bisect, time-boxing, prevention strategies, and anti-patterns. Use when investigating bugs, diagnosing failures, or establishing debugging practices.

not rated 11 6mo ago A 50 tokens

wpank/ai

Skill Claude CodeCodex

Build reliable, fast E2E test suites with Playwright and Cypress. Critical user journey coverage, flaky test elimination, CI/CD integration.

not rated 11 6mo ago A 35 tokens

quality-gates

84

wpank/ai

Skill Claude CodeCodex

Quality checkpoints at every development stage — pre-commit through post-deploy — with configuration examples, threshold tables, bypass protocols, and CI/CD integration. Use when setting up quality automation, configuring CI pipelines, establishing coverage thresholds, or defining deployment requirements.

not rated 11 6mo ago A 54 tokens

reducing-entropy

85

wpank/ai

Skill Claude CodeCodex

Minimize total codebase size through ruthless simplification. Measure success by final code amount, not effort. Bias toward deletion.

not rated 11 6mo ago A 30 tokens

testing-patterns

86

wpank/ai

Skill Claude CodeCodex

Unit, integration, and E2E testing patterns with framework-specific guidance. Use when asked to "write tests", "add test coverage", "testing strategy", "test this function", "create test suite", "fix flaky tests", or "improve test quality".

not rated 11 6mo ago A 58 tokens

testing-workflow

87

wpank/ai

Skill Claude CodeCodex

Meta-skill that orchestrates comprehensive testing across a project by coordinating testing-patterns, e2e-testing, and testing agents. Use when setting up testing for a new project, improving coverage for an existing project, establishing a testing strategy, or verifying quality before a release.

not rated 11 6mo ago A 59 tokens

command-creator

88

wpank/ai

Skill Claude CodeCodex

WHAT: Create Claude Code slash commands - reusable markdown workflows invoked with /command-name. WHEN: User wants to create, make, or add a slash command. User wants to automate a repetitive workflow or document a consistent process for reuse. KEYWORDS: "create a command", "make a slash command", "add a command"…

not rated 11 6mo ago A 89 tokens

find-skills

89

wpank/ai

Skill Claude CodeCodex

Discover and install agent skills from the open skills ecosystem. Use when user asks "how do I do X", "find a skill for", "is there a skill that can", wants to extend capabilities, or mentions needing help with a specific domain. Triggers on find skill, search skill, install skill, npx skills, skills.sh.

not rated 11 6mo ago A 73 tokens

finishing-branch

90

wpank/ai

Skill Claude CodeCodex

Complete development work by presenting structured options for merge, PR, or cleanup. Use when implementation is complete, all tests pass, and you need to decide how to integrate work. Triggers on finish branch, complete branch, merge branch, create PR, done with feature, implementation complete.

not rated 11 6mo ago A 62 tokens

wpank/ai

Skill Claude CodeCodex

Structured logging, distributed tracing, and metrics collection patterns for building observable systems. Use when implementing logging infrastructure, setting up distributed tracing with OpenTelemetry, designing metrics collection (RED/USE methods), configuring alerting and dashboards, or reviewing observability…

not rated 11 6mo ago A 84 tokens

Meme Factory

92

wpank/ai

Skill Claude CodeCodex

When the user wants to create memes, add humor to content, or generate visual aids for social media. Triggers on: "make a meme", "create meme", "meme about", "meme factory", or requests for humor/visual comedy. Supports 100+ templates via the memegen.link API and 15+ textual meme formats in Markdown.

not rated 11 6mo ago A 77 tokens

release-skills

93

wpank/ai

Skill Claude CodeCodex

A release workflow for preparing and publishing a new software version.

not rated 11 6mo ago A 103 tokens

session-handoff

94

wpank/ai

Skill Claude CodeCodex

WHAT: Create comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves long-running agent context exhaustion problem. WHEN: (1) User requests handoff/memory/context save, (2) Context window approaches capacity, (3) Major task milestone completed, (4) Work…

not rated 11 6mo ago A 132 tokens

skill-creator

95

wpank/ai

Skill Claude CodeCodex

WHAT: Guide for creating effective AI agent skills - modular packages that extend Claude's capabilities with specialized knowledge, workflows, and tools. WHEN: User wants to create, write, author, or update a skill. User asks about skill structure, SKILL.md format, or how to package domain knowledge for AI agents.…

not rated 11 6mo ago A 111 tokens

skill-judge

96

wpank/ai

Skill Claude CodeCodex

Evaluate Agent Skill quality against official specifications. Use when reviewing SKILL.md files, auditing skill packages, improving skill design, or checking if a skill follows best practices. Provides 8-dimension scoring (120 points) with actionable improvements. Triggers on review skill, evaluate skill, audit skill…

not rated 11 6mo ago A 74 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: