Languages skills

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

Browse within: agents 115LLM 112skills 93antigravity 92agent 91claude-code-skills 86ai-coding 83cli 73azure 69dotnet 69javascript 68copilot 65sdk 63openai 62

noflate

433

sile/noflate

Skill Claude CodeCodex

Work with the noflate Rust crate: use DEFLATE, gzip, and zlib encoding/decoding APIs; wire sans-io streaming encoders and decoders; use EncodeOptions; handle WebSocket permessage-deflate (RFC 7692); and debug nostd or checksum-related behavior. Use when the task mentions noflate, DEFLATE/gzip/zlib internals…

not rated 8 3d ago A 99 tokens original MIT

sn-implementation

434

signnow/sn-mcp-server

Skill Claude Code

Coding standards and implementation patterns for SignNow MCP Server. Use when writing or modifying Python source code in this project — implementing features, fixing bugs, refactoring. Covers layer-specific coding rules, error handling patterns, typing standards, the bug fix protocol, and verification steps. Do NOT…

not rated 8 1mo ago A 77 tokens original MIT archived

adamlipecz/esp32-firmware-engineer-skill

Skill Codex

ESP32 firmware engineering for ESP-IDF projects. Write, review, and debug embedded C/C++ code involving FreeRTOS tasks/queues/timers, GPIO/I2C/SPI/UART/ADC/PWM peripherals, TWAI/CAN, Wi-Fi/BLE networking, OTA updates, Secure Boot and flash encryption, LVGL display integration, build/flash/monitor workflows, logging…

not rated 8 6mo ago A Socket: passSnyk: warn 204 tokens

ns3154/alibaba-java-coding-guidelines-skill

Skill Claude CodeCodex

A set of rules for reviewing, generating, and refactoring Java code against Alibaba Java Coding Guidelines, a published style and quality guide. It also covers related Spring, MyBatis, Maven, SQL, database, logging, error-handling, and security code.

not rated 8 +1 3mo ago A 60 tokens original Apache-2.0

golang

437

saisudhir14/claude-skills

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring Go code. Provides production best practices for Go covering error handling, concurrency, naming, testing, performance, generics, iterators, and common pitfalls. Distilled from Google Go Style Guide, Uber Go Style Guide, Effective Go, and Go Code Review Comments. Updated for…

not rated 8 2mo ago A 73 tokens original MIT

fp-react

438

tmolavi/mcp-agent-skills-hub

Skill Claude CodeCodex

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.

not rated 8 14d ago A SkillSpector: pass 37 tokens original MIT

majdghithan/agent-skills

Skill Claude CodeCodex

Build and publish custom Filament plugins (Filament is the Laravel admin-panel framework). Use when creating a Filament plugin/package, implementing the Plugin contract, scaffolding from the plugin skeleton, registering assets/resources/pages/render-hooks, making a configurable plugin, testing it, or publishing to…

not rated 7 1mo ago A 105 tokens original MIT

go-cli-ship

440

geekjourneyx/gcli

Skill Claude CodeCodex

Build or upgrade Go CLI projects to production quality with a deterministic workflow: architecture, stable CLI contract, tests/lint gates, cloud smoke tests, release automation, installer, README quality, and skill packaging. Use when users ask to develop a Go CLI from scratch, improve engineering quality, fix…

not rated 7 6mo ago A 80 tokens

backendEngineer

441

AlirezaSoltaniJazi/Skillnir

Skill Claude Code

Python backend development skill for the Skillnir project. Covers CLI logic, async operations, dataclass patterns, module architecture, testing, type annotations, database/filesystem operations, error handling, and package management. Activates when writing Python code, creating modules, fixing bugs, adding tests…

not rated 7 1mo ago A 94 tokens original MIT

julia-repl

442

seabbs/claude

Skill Claude CodeCodex

Evaluate Julia through the warm AgentREPL MCP session rather than julia -e, hot-reload edits with Revise, and filter TestItemRunner suites while iterating. Use for any Julia evaluation, package iteration, or test run, and to decide when a fresh process is needed instead.

not rated 7 13d ago A 65 tokens

WalterSumbon/claude-agent-sdk-skill

Skill Claude Code

Expert guidance for building AI agents with the Claude Agent SDK in Python. Use when the user writes Python code with the SDK, imports claudeagentsdk, uses query(), ClaudeSDKClient, ClaudeAgentOptions, AgentDefinition, creates custom @tool functions, sets up hooks, integrates MCP servers, manages sessions, or debugs…

not rated 7 +1 6mo ago A ✓ AI review 120 tokens original Apache-2.0

go-modern-version

444

Dankosik/go-service-template-rest

Skill Claude CodeCodex

Go version idioms. Use when the module's Go version can change a language or standard-library choice in the planned diff, or modernization is requested.

not rated 7 +1 changed 3d ago A 34 tokens original MIT

jmh

445

umit/skills

Skill Claude CodeCodex

Write Java microbenchmarks with JMH (Java Microbenchmark Harness) that produce trustworthy numbers — not numbers distorted by JIT dead-code elimination, constant folding, insufficient warmup, or single-fork JIT contamination. Use this skill whenever the user writes @Benchmark, mentions JMH, microbenchmark, throughput…

not rated 7 +1 4mo ago A 273 tokens original MIT

idapython

446

fantay0312/ida-pro-mcp-plus

Skill Claude CodeCodex

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida modules (50+), idautils iterators, and common…

not rated 6 +1 5mo ago A 77 tokens copy · 100% MIT

biome-anti-slop

447

NorbertBodziony/biome-anti-slop

Skill Claude CodeCodex

Install and configure vendored Biome anti-slop GritQL rules in a local TypeScript or JavaScript repository. Use when a user asks to add, configure, update, or migrate Biome anti-slop lint rules.

not rated 6 2d ago A 53 tokens original MIT

linuxchata/ai-playbook

Skill Claude Code

Defines the C# coding standards, patterns, and conventions to be applied consistently across all C# projects. Rules cover naming, structure, async patterns, null handling, dependency injection, logging, result patterns, and formatting. Apply these rules uniformly in all production code.

not rated 6 3mo ago A 61 tokens original MIT

kyle641320/Scout4j

Skill Claude CodeCodex

General-purpose coding-agent workflow for Java enterprise backend projects. Use when implementing features, fixing bugs, refactoring, reviewing code/PRs, adding fields/APIs/database schema changes, changing REST/RPC endpoints, repository/mapper persistence, MQ/CDC consumers, transaction boundaries, JUnit/Mockito/Spock…

not rated 6 3mo ago A 95 tokens original MIT

climate-generator

450

disk0Dancer/climate

Skill Claude CodeCodex

Generate Go CLIs from OpenAPI 3.x specs with climate, inspect generated CLIs, and emit Markdown skill prompts so those CLIs can be attached to agent workflows.

not rated 6 1mo ago A 39 tokens original Apache-2.0

marco-code-style

451

tonyghiani/ai-essentials

Skill Claude CodeCodex

Marco's TypeScript and React conventions, extracted from 748 authored commits and confirmed by a 69-question style interview. Invoke before writing or reviewing substantial TS/TSX, when scaffolding a new module, when writing tests, or when a reviewer disagrees with a style choice. Covers components, hooks, types…

not rated 6 1mo ago A 86 tokens original MIT

hyfdev/moonbit-agent-skills

Skill Claude CodeCodex

Maintain hyfdev/moonbit-agent-skills across MoonBit releases, official documentation drift, and product-scope gaps. Use whenever a user supplies MoonBit release notes, asks whether a release or the general language reference is covered, requests a re-pin or upgrade, mentions newly added/deprecated/removed behavior, or…

not rated 6 1mo ago A 126 tokens original MIT

wzx2002/java-backend-unified-spec-skill

Skill Claude CodeCodex

Unified standard for Java backend project design, implementation, refactoring, and code review. Use whenever an AI coding agent (Claude Code, Codex, Cursor, Aider, etc.) needs to build or modify a Java backend that should follow module-first organization, preferred top-level module naming infrastructure / persistence…

not rated 6 3mo ago A 118 tokens

aspnet-core

455

spjoshis/claude-code-plugins

Skill Claude CodeCodex

Master ASP.NET Core with minimal APIs, MVC, middleware, dependency injection, and production-ready web applications.

not rated 6 7mo ago A 25 tokens

cosbort/agent-skills

Skill Claude CodeCodex

Enterprise-grade Spring Boot 3.5.x/4.x development guide. Use when building Spring Boot APIs, microservices, or enterprise Java applications. Covers Java Records as DTOs, Virtual Threads, ProblemDetail (RFC 7807), RestClient, structured logging, Testcontainers, observability, sealed exception hierarchies, and GraalVM…

not rated 6 1mo ago A 104 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: