KunanonJ/ai-skills-hub

542 cross-platform SKILL.md workflows for Cursor, Claude Code, Codex, Gemini CLI, Windsurf, and other AI coding agents

This repository also configures its own agents. See what ai-skills-hub tells them →

5Stars on the repository
200Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

golang-patterns

49

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.

not rated 5 +1 2d ago A 45 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

This skill covers implementing Gitleaks for detecting and preventing hardcoded secrets in git repositories. It addresses configuring pre-commit hooks, CI/CD pipeline integration, custom rule authoring for organization-specific secrets, baseline management for existing repositories, and remediation workflows for…

not rated 5 +1 2d ago A 63 tokens original MIT

javascript-mastery

51

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts.

not rated 5 +1 2d ago A 38 tokens copy · 94% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices.

not rated 5 +1 2d ago A 28 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration.

not rated 5 +1 2d ago A 31 tokens copy · 92% MIT

kubernetes-patterns

54

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Kubernetes workload patterns, resource management, RBAC, probes, autoscaling, ConfigMap/Secret handling, and kubectl debugging for production-grade deployments.

not rated 5 +1 2d ago A 36 tokens copy · 80% MIT

learn-codebase

55

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to "learn the codebase", "read the codebase", "prime", or "get up to speed".

not rated 5 +1 2d ago A 55 tokens copy · 100% MIT

mcp-server-patterns

56

KunanonJ/ai-skills-hub

Skill Codex

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

not rated 5 +1 2d ago A 44 tokens copy · 94% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code.

not rated 5 +1 2d ago A 38 tokens copy · 98% MIT

mutation-testing

58

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.

not rated 5 +1 2d ago A 53 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.

not rated 5 +1 2d ago A 30 tokens copy · 91% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Next.js App Router principles. Server Components, data fetching, routing patterns.

not rated 5 +1 2d ago A 22 tokens copy · 91% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices.

not rated 5 +1 2d ago A 35 tokens original MIT

openai-docs

62

KunanonJ/ai-skills-hub

Skill Codex

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to…

not rated 5 +1 2d ago A 74 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Identifies and fixes performance bottlenecks in code, databases, and APIs. Measures before and after to prove improvements.

not rated 5 +1 2d ago A 28 tokens copy · 100% MIT

playwright-cli

64

KunanonJ/ai-skills-hub

Skill Claude Code

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

not rated 5 +1 2d ago A 52 tokens copy · 100% MIT

playwright

65

KunanonJ/ai-skills-hub

Skill Codex

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.

not rated 5 +1 2d ago A 45 tokens copy · 100% MIT

postgresql

66

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

not rated 5 +1 2d ago A 29 tokens copy · 92% MIT

KunanonJ/ai-skills-hub

Skill Claude Code

Property-based testing with fast-check (TypeScript/JavaScript) and Hypothesis (Python). Generate test cases automatically, find edge cases, and test mathematical properties. Use when user mentions property-based testing, fast-check, Hypothesis, generating test data, QuickCheck-style testing, or finding edge cases…

not rated 5 +1 2d ago A 67 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude Code

Python/FastAPI coding standards including async patterns, Pydantic v2, SQLAlchemy 2.0, and project structure. Use when writing Python code, reviewing FastAPI projects, or learning FastAPI conventions.

not rated 5 +1 2d ago A 50 tokens original MIT

python-packaging

69

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.

not rated 5 +1 2d ago A 33 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

not rated 5 +1 2d ago A 38 tokens copy · 88% MIT

python-testing

71

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.

not rated 5 +1 2d ago A 35 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Use when writing new React components or Next.js pages, implementing data fetching (client or server-side), or reviewing code for performance issues.

not rated 5 +1 2d ago A 51 tokens copy · 72% MIT

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: