KunanonJ

60 mods across 1 repository, 4 stars between them.

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Analyze an arbitrary codebase to identify functions, APIs, and data sources suitable for exposure as MCP tools, producing a tool specification document. Use when planning an MCP server for an existing project, auditing a codebase before wrapping it as an AI-accessible tool surface, comparing what a codebase can do…

4 1mo ago A 90 tokens original MIT

api-analyzer

02

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Validates whether an API request is correct based on provided inputs (method, URL, headers, body, auth, query params). Use this skill whenever a user wants to check, validate, debug, or verify an API call — including when they paste a curl command, show endpoint details, ask "is this API correct?", "why is my API…

4 1mo ago A 122 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.

4 1mo ago A 34 tokens copy · 83% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices.

4 1mo ago B 25 tokens copy · 95% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities.

4 1mo ago A 29 tokens copy · 94% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.

4 1mo ago A 34 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.

4 1mo ago A 34 tokens original MIT

backend-api-design

08

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Design RPC-style APIs with layered architecture (Controller → Manager → Repository). Use when creating new API endpoints, designing API contracts, or reviewing API patterns.

4 1mo ago A 34 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Use when routes, controllers, services, repositories, express middleware, or prisma database access.

4 1mo ago A 40 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

4 1mo ago A 36 tokens copy · 91% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification.

4 1mo ago A 27 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

4 1mo ago B 68 tokens copy · 84% MIT

bug-hunter

13

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Systematically finds and fixes bugs using proven debugging techniques. Traces from symptoms to root cause, implements fixes, and prevents regression.

4 1mo ago A 30 tokens original MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Build a custom MCP (Model Context Protocol) server that exposes domain-specific tools to AI assistants. Covers server implementation in Node.js or R, tool definitions, transport configuration, and testing with Claude Code. Use when you need to expose custom functionality beyond what mcptools provides, when building…

4 1mo ago A 80 tokens original MIT

ci-cd-patterns

15

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

CI/CD pipeline patterns for GitHub Actions, PR automation, and deployment workflows. Use when setting up CI, fixing broken pipelines, automating PR checks, or configuring deployment.

4 1mo ago A 41 tokens original MIT

clean-code

16

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean.".

4 1mo ago A 39 tokens copy · 86% MIT

cloudflare-deploy

17

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

4 1mo ago A 43 tokens copy · 75% MIT

code-deduplication

18

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Prevent semantic code duplication with capability index and check-before-write.

4 1mo ago A 17 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels.

4 1mo ago A 44 tokens copy · 86% MIT

code-review

20

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security).

4 1mo ago A 41 tokens copy · 100% MIT

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti.

4 1mo ago A 46 tokens copy · 97% MIT

codebase-onboarding

22

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

A codebase onboarding guide that examines a repository's files, tools, entry points, tests, and main modules, then maps how the project is organized.

4 1mo ago A 86 tokens original MIT

codeql

23

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality + security-experimental suites) and…

4 1mo ago A 102 tokens copy · 89% MIT

commit-hygiene

24

KunanonJ/ai-skills-hub

Skill Claude CodeCodex

Atomic commits, PR size limits, commit thresholds, stacked PRs.

4 1mo ago A 18 tokens copy · 100% MIT