Languages skills

9,112 tagged Languages, measured the same way as everything else here.

Browse within: agents 125LLM 114skills 107agent 93antigravity 85claude-code-skills 85ai-coding 75dotnet 73cli 71azure 70javascript 69copilot 64agentic-ai 63sdk 63

jeroens-rust

601

JeroenGar/skills

Skill Codex

Use when writing, modifying, debugging, testing, refactoring, optimizing, or reviewing Rust in Jeroen's preferred style, including APIs, domain models, parsers, ETL and data processing, stateful data structures, numerical code, optimization and search algorithms, and performance-sensitive kernels.

not rated 2 11d ago A 63 tokens original MIT

inkbox-python

602

VectorlyApp/skills

Skill Claude Code

Use when writing Python code that imports from inkbox, uses pip install inkbox, or when adding email, phone, or agent identity features using the Inkbox Python SDK.

not rated 2 6mo ago A 41 tokens

bun

603

miketromba/skills

Skill Claude CodeCodex

Bun JavaScript runtime, bundler, package manager, and test runner documentation and guidance. Use when working with Bun - an all-in-one toolkit for developing JavaScript/TypeScript applications. Triggers on questions about Bun runtime, bun install, bun test, bun build, Bun.serve, Bun.file, Bun.spawn, bunfig.toml, Bun…

not rated 2 16d ago A 108 tokens original MIT

kmp-quality-standards

604

ethanchzhong/Agent-Skills

Skill Claude CodeCodex

Coding standards and best practices for Kotlin Multiplatform (KMP) development. Enforces SOLID principles, Dependency Injection (Koin), and Resource Management (Compose Resources).

not rated 2 7mo ago A 42 tokens

raulriera/skills

Skill Claude CodeCodex

Use when adding or reviewing logging in Swift code that uses the Logbook package — log calls, levels, metadata, redaction, bootstrap/flush wiring, or logging in tests. Symptoms: values interpolated into log messages, personal data (email, phone, token) reaching logs, metadata keys that hide what a value is, print() in…

not rated 2 28d ago A 78 tokens original MIT

wty-yy/skills

Skill Codex

Standardize Python function docstrings to a team format with a short summary, optional second-paragraph logic notes, optional Args/Returns sections. Default coding style uses four-space indentation and an object-oriented design mindset. Use when adding or normalizing docstrings in Python files, including class methods…

not rated 2 13d ago A 67 tokens original MIT

android-native-dev

607

SebastianLuser/claude-code-arcane

Skill Claude Code

Android native development with Kotlin + Jetpack Compose: Material Design 3, project config, accessibility, build troubleshooting.

not rated 2 2d ago A 27 tokens

api-pattern-node

608

MCKRUZ/intent-driven-development

Skill Claude Code

Add a new endpoint / route / use case / service the way this Node + TypeScript codebase already does it. Use when building an API surface, a request handler, a validator, a port/adapter, or a container registration in a Node/TypeScript repo. Finds the one canonical example and mirrors its layering, validation, error…

not rated 2 14d ago A 108 tokens

django

609

Mariatta/claude-skills

Skill Claude CodeCodex

House conventions for writing code in a Django codebase: formatter and linter compliance (black, isort, djlint, flake8), imports at module top with real refactors for circular imports, docstrings over comment blocks, maintained libraries over hand-rolled code, full test coverage as a merge gate, N+1 queries caught at…

not rated 2 28d ago A 210 tokens original MIT

CreateDer/agents

Skill Claude CodeCodex

Comprehensive guide for building high-performance, type-safe web applications with ElysiaJS framework. Covers plugin architecture, schema validation, lifecycle hooks, authentication patterns, database integration, and Bun runtime optimization. Use when building REST APIs, microservices, or backend applications with…

not rated 2 2mo ago A 86 tokens

golang

611

car12o/agents

Skill Claude CodeCodex

Write idiomatic, production-grade Go. Self-contained — all rules inline, no reference files. Use when editing .go files, go.mod, go.sum, or Go tests, or when asked to design, generate, or review Go code. Covers style, control flow, errors, concurrency, context, testing, performance, security, modules, JSON, database…

not rated 2 changed yesterday A 90 tokens

Laravel

612

clawvpsai/laravel-skill

Skill Claude CodeCodex

Production-grade Laravel development — ship robust apps without common pitfalls.

not rated 2 1mo ago A 14 tokens

equinor/neqsim-community-skills

Skill Claude CodeCodex

Run the OLGA transient multiphase flow simulator from Python: locate the installation, generate its PVT table and hydrate equilibrium curve from a NeqSim fluid, validate a genkey case with a rule check, launch the batch engine with the right flags, decode the engine exit code, and read .tpl trend and .ppl profile…

not rated 2 changed 8d ago A 174 tokens original Apache-2.0

LaughingJackalope/macos-skills

Skill Claude CodeCodex

Swift concurrency for macOS — actors, @MainActor, Task/TaskGroup, AsyncStream, Sendable, strict concurrency migration, and AppKit bridging patterns (DispatchQueue, NSRunLoop, XPC service concurrency). Use when writing async Swift code that interacts with AppKit, daemons, or XPC services on macOS.

not rated 2 3mo ago A 74 tokens

kubenoops/railctl

Skill Claude CodeCodex

Guidelines for developing the Railway CLI (railctl) - a Go-based CLI tool for Railway.app infrastructure management.

not rated 2 4d ago A 27 tokens original MIT

discord

616

ItsChakal/discord-skill

Skill Claude CodeCodex

Expert-level Discord bot development with discord.js v14, the Discord REST API, and bot architecture. Use this skill whenever the user is building, debugging, or architecting a Discord bot or integration. Triggers on: discord.js, slash commands, interactions, embeds, buttons, modals, select menus, autocomplete…

not rated 2 5mo ago A 156 tokens original MIT

effect-v4

617

gmdotdev/skills

Skill Claude CodeCodex

Write, review, migrate, and debug current Effect v4 / effect-smol TypeScript code. Use when working with Effect services, layers, Schema data modeling, typed errors, resources/scopes, HTTP/RPC APIs, streams, or Effect-aware tests.

not rated 2 3mo ago A 56 tokens

laravel-money

618

Tijanieneye10/laravel-money-skill

Skill Claude CodeCodex

Use this skill whenever writing or editing Laravel code that involves monetary values, prices, balances, fees, percentages of money, exchange rates, or any financial calculation. Triggers include any mention of money, currency, price, cost, fee, balance, amount, payment, invoice, transaction, or financial math in a…

not rated 2 6mo ago A 70 tokens original MIT

rails

619

andresquirogadev/skillsense

Skill Claude CodeCodex

Expert Ruby on Rails development with Rails 7/8 conventions, security hardening, and performance patterns.

not rated 2 5mo ago A 0 tokens original MIT

aureuserp/agent-skills

Skill Claude CodeCodex

Build or refactor AureusERP Laravel plugins using the project’s plugin-manager and Filament conventions. Use when creating/updating plugin service providers, plugin registration, install/uninstall flow, dependency setup, admin/customer panel wiring, ACL and role permissions, policies, resources/clusters/pages/widgets…

not rated 2 6mo ago A 78 tokens

laravel-data

621

tecbay/laravel-ai-skills

Skill Claude CodeCodex

Create typed data objects (DTOs) in Laravel using spatie/laravel-data v4. One Data class replaces form requests, API resources, and TypeScript definitions. Covers creating data objects from requests/models/arrays, automatic validation, casts, transformers, lazy properties, collections, Eloquent casting, and TypeScript…

not rated 2 2mo ago A 99 tokens original MIT

android-modularize

622

mll-dot/agent-skills

Skill Claude CodeCodex

A guide for splitting a single Android app module into separate business modules. This process, called modularisation, separates code so parts of an app can be built and maintained independently.

not rated 2 3mo ago A 174 tokens

mikel063093/kmp-quality-skills

Skill Claude CodeCodex

Covers Android-specific best practices for modern apps: ViewModel + StateFlow UiState patterns, type-safe Navigation Compose, Hilt/Koin scoping, lifecycle-aware components, SavedStateHandle, ProGuard setup, edge-to-edge UI, and Material 3 theming.

not rated 2 6mo ago A 0 tokens

project-conventions

624

Aamir9/dotnet-skill-template

Skill Claude CodeCodex

Architecture rules, naming conventions, and CQRS handler patterns for this .NET solution. Load this whenever generating, reviewing, or refactoring C# code in this repository so output matches the existing codebase instead of generic patterns.

not rated 2 2mo ago A 49 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: