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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.

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

agent-fsharp-reviewer

122

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert F# code reviewer specializing in functional idioms, type safety, pattern matching, computation expressions, and performance. Use for all F# code changes. MUST BE USED for F# projects.

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

agent-gan-evaluator

123

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

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

agent-gan-generator

124

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met.

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

agent-gan-planner

125

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

GAN Harness — Planner agent. Expands a one-line prompt into a full product specification with features, sprints, evaluation criteria, and design direction.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.

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

agent-go-reviewer

127

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Analyze and improve the local agent harness configuration for reliability, cost, and throughput.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Designs home and small-lab network plans from hardware inventory, goals, and operator experience level, with safe staged changes and rollback guidance.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Java/Maven/Gradle build, compilation, and dependency error resolution specialist. Automatically detects Spring Boot or Quarkus and applies framework-specific fixes. Fixes build errors, Java compiler errors, and Maven/Gradle issues with minimal changes. Use when Java builds fail.

not rated 5 +1 2d ago C 61 tokens original MIT

agent-java-reviewer

133

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert Java code reviewer for Spring Boot and Quarkus projects. Automatically detects the framework and applies the appropriate review rules. Covers layered architecture, JPA/Panache, MongoDB, security, and concurrency. MUST BE USED for all Java code changes.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Kotlin/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Kotlin compiler errors, and Gradle issues with minimal changes. Use when Kotlin builds fail.

not rated 5 +1 2d ago C 45 tokens original MIT

agent-kotlin-reviewer

135

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls.

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

agent-loop-operator

136

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.

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

agent-mle-reviewer

137

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Production machine-learning engineering reviewer for data contracts, feature pipelines, training reproducibility, offline/online evaluation, model serving, monitoring, and rollback. Use when ML, MLOps, model training, inference, feature store, or evaluation code changes.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Designs enterprise or multi-site network architecture from requirements, using existing network skills for focused routing, validation, automation, and troubleshooting detail.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Reviews router and switch configurations for security, correctness, stale references, risky change-window commands, and missing operational guardrails.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Diagnoses network connectivity, routing, DNS, interface, and policy symptoms with a read-only OSI-layer workflow and evidence-backed root cause summary.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.

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

agent-planner

142

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.

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

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.

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

agent-python-reviewer

144

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.

not rated 5 +1 2d ago A 44 tokens original 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: