Languages

19,287 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

Kotlin/kotlin-agent-skills

Skill Claude CodeCodex

Migrates Kotlin Multiplatform (KMP) projects to Android Gradle Plugin 9.0+. Handles plugin replacement (com.android.kotlin.multiplatform.library), module splitting, DSL migration, and the new default project structure. Use when upgrading AGP, when build fails due to KMP+AGP incompatibility, or when the user mentions…

not rated 1.0k +8 11d ago A 105 tokens original Apache-2.0

PDF-Writer CLAUDE.md

146

galkahana/PDF-Writer

Instructions file

Instructions for galkahana/PDF-Writer, covering claude code context - pdf-writer development guide, project overview, coding standards discovered, project structure and key components.

not rated 1.0k 2mo ago A 1,432 tokens original Apache-2.0

nightshift-release

147

marcus/nightshift

Skill Claude CodeCodex

Release a new version of the nightshift Go project using goreleaser. Use when the user asks to cut a release, push a new version, bump the version, publish a release, or verify a release succeeded. Covers version bumping, git tagging, goreleaser dry-run validation, pushing, and post-release verification via GitHub…

not rated 1.0k +1 1mo ago C 77 tokens original MIT

johnhuang316/code-index-mcp

Skill Claude CodeCodex

Use when validating code-index-mcp language strategies, tree-sitter symbol extraction, calledby or import baselines, or sample projects under test/sample-projects after parser and indexing changes.

not rated 1.0k +1 1mo ago A 43 tokens original MIT

copilot-api AGENTS.md

149

caozhiyuan/copilot-api

Instructions file CodexOpenCode

AGENTS.md instructions for caozhiyuan/copilot-api, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

not rated 1.0k +7 today A 652 tokens original MIT

spring-projects/spring-tools

Skill Claude CodeCodex ✓ vendor

Converts a Spring Boot language server quick fix in headless-services from an OpenRewrite recipe to a JDT-based refactoring, following this repo's stated goal of moving away from OpenRewrite recipes for Java quick fixes. Use when asked to convert, migrate, or port an OpenRewrite recipe (in commons-rewrite) to a JDT…

not rated 980 today A 96 tokens EPL-1.0

new-silvermoon/awesome-android-agent-skills

Skill Claude CodeCodex

Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.

not rated 950 +3 1mo ago A 41 tokens original Apache-2.0

code-standards

152

Tencent-Hunyuan/UniRL

Skill Claude CodeCodex

A development workflow and coding-standard skill for Python, PyTorch, deep-learning code, shell scripts, and configuration files. It requires understanding the project, proposing a plan for approval, writing tests, simplifying code, and reviewing the result.

not rated 931 +8 yesterday A 238 tokens

QuantGeekDev/mcp-framework

Instructions file

Instructions for QuantGeekDev/mcp-framework, covering claude.md, project overview, development commands, build and watch and testing.

not rated 928 4mo ago A 2,151 tokens original MIT

phpdocker-io/phpdocker.io

Instructions file

Claude Code instructions for phpdocker-io/phpdocker.io, covering claude.md, project overview, commands, architecture and generator flow.

not rated 911 1mo ago A 717 tokens

ruby-sdk AGENTS.md

155

modelcontextprotocol/ruby-sdk

Instructions file CodexOpenCode ✓ vendor

AGENTS.md instructions for modelcontextprotocol/ruby-sdk, covering agents.md, project overview, dev environment setup, build and test commands and testing instructions.

not rated 903 +6 changed today A 1,377 tokens

sverweij/state-machine-cat

Instructions file GitHub Copilot

Copilot instructions for sverweij/state-machine-cat, covering github copilot instructions for state-machine-cat, core concepts, code structure & conventions, writing tests and test structure.

not rated 867 24d ago A 831 tokens original MIT

smi2/phpClickHouse

Instructions file

Instructions for smi2/phpClickHouse, covering claude.md — phpclickhouse, project overview, principles, architecture and key notes.

not rated 854 +1 2mo ago A 1,929 tokens original MIT

effection AGENTS.md

158

thefrontside/effection

Instructions file CodexOpenCode

AGENTS.md instructions for thefrontside/effection, covering agents.md — effection agent contract, core invariants (do not violate), operations vs promises, structured concurrency is scope-owned and effects do not escape scopes.

not rated 853 yesterday A 3,630 tokens original MIT

imgui-java AGENTS.md

159

SpaiR/imgui-java

Instructions file CodexOpenCode

AGENTS.md instructions for SpaiR/imgui-java, covering agents.md, what this repo is, project layout, build & test and upgrading dear imgui or an extension.

not rated 820 4d ago A 3,576 tokens original MIT

agent_d

160

NVIDIA/TileGym

Agent ✓ vendor

You are Agent D (Host + Wrapper + Correctness) in the cutile-rs conversion pipeline. Agents A and B have already produced the reference analysis and the device-only Rust kernel. You own the host boundary.

not rated 807 today A 0 tokens

mkosir/typescript-style-guide

Skill Claude CodeCodex

Apply, review, and explain discriminated unions in TypeScript. Use automatically for tasks involving mutually exclusive variants, invalid state prevention, exhaustiveness checking, variant-specific object properties, application state, function arguments, or React props.

not rated 784 +1 yesterday A 52 tokens original MIT

dennisdoomen/CSharpGuidelines

Instructions file CodexOpenCode

AGENTS.md instructions for dennisdoomen/CSharpGuidelines, covering agents.md — c# coding guidelines repository, about this repository, repository structure, working with rules and building the site.

not rated 776 +1 1mo ago A 434 tokens

starlette

163

simonw/research

Skill Claude CodeCodex

Build async web applications and APIs with Starlette 1.0, the lightweight ASGI framework for Python. Use this skill whenever a user wants to create an async Python web app, REST API, WebSocket server, or ASGI application using Starlette. Triggers include mentions of 'Starlette', 'ASGI', async Python web frameworks, or…

not rated 766 2d ago A 163 tokens

mindsdb/anton

Skill Claude CodeCodex

MANDATORY reading before writing ANY backend, API, server, or fullstack application code (createartifact types fullstack-stateless-app / fullstack-stateful-app, or anything that will be launched with launchbackend). Contains the complete hard contract: the canonical FastAPI+Mangum backend.py template, SECRETS…

not rated 752 +3 changed yesterday A 115 tokens original MIT

LSTM-Kirigaya/openmcp-client

Instructions file

Instructions for LSTM-Kirigaya/openmcp-client, covering claude.md, development commands, setup and installation, development and service development.

not rated 751 3mo ago A 1,442 tokens original Apache-2.0

cpu-kernels

166

huggingface/kernels

Skill Claude CodeCodex ✓ vendor

Provides guidance for writing, optimizing, and benchmarking C++ CPU kernels with SIMD intrinsics (AVX2/AVX512) for the Hugging Face kernels ecosystem. Includes a two-phase workflow: Phase 1 correctness (generic → AVX2) and Phase 2 performance exploration (AVX512 with branching trial loop), runtime CPU dispatch, OpenMP…

not rated 739 today A 89 tokens original Apache-2.0

design-patterns

167

decebals/claude-code-java

Skill Claude CodeCodex

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

not rated 727 +3 7d ago A 47 tokens original MIT

dhh

168

marckohlbrugge/37signals-skills

Skill Claude CodeCodex

Review Ruby/Rails code like DHH would - direct, opinionated, allergic to over-engineering. Use when the user runs /dhh or asks for a DHH-style review of a diff, file, or recent changes.

not rated 712 +4 2mo ago A 50 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: