Languages skills

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

Browse within: agents 126skills 114LLM 113agent 93antigravity 84claude-code-skills 84ai-coding 74dotnet 73azure 70javascript 69cli 68agentic-ai 63copilot 63sdk 63

code-style

649

Major-Woolfi/Skills_for_AI-Agents

Skill Claude CodeCodex

A set of coding and repository conventions covering Python, Telegram bots, project structure, typing, logging, documentation, Docker, and deployment files.

not rated 2 1mo ago A 35 tokens original MIT

olakunlevpn/olakunlevpn-react-skills

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring React or Next.js code — components, hooks, state management, testing, performance, TypeScript patterns, server components, or project structure. Always apply these standards to all React work.

not rated 2 5mo ago A 54 tokens original MIT

arktype

651

eralmansouri/arktype-claude-plugin

Skill Claude CodeCodex

Runtime TypeScript validation library with 1:1 type syntax. Use when creating validators, parsing data, or working with ArkType schema definitions using type().

not rated 2 7mo ago A 34 tokens original MIT

fpga

652

george11642/george-plugins

Skill Claude CodeCodex

Master FPGA skill covering Vivado, SystemVerilog/Verilog/VHDL, RTL design, timing closure, CDC, AXI interfaces, FSMs, pipelines, memory interfaces, HLS, verification, and hardware optimization. Uses Context7 MCP for up-to-date library docs. Use when FPGA, Verilog, VHDL, HDL, RTL, synthesis, or hardware design…

not rated 2 5mo ago A 82 tokens

sqlsugar-guide

654

Jay-ssr/skillrunner-market

Skill Claude Code

A reference library for SqlSugar, a C#/.NET tool that maps program objects to database records and helps query or change databases. It routes questions to focused reference files about queries, writes, transactions, configuration, and database-specific behavior.

not rated 2 3mo ago A 62 tokens original MIT

pine-develop

655

ulianbass/tradingview-mcp

Skill Claude CodeCodex

Full Pine Script development loop — write code, compile, fix errors, iterate. Use when building a new indicator or strategy in TradingView.

not rated 2 4mo ago A 32 tokens fork

nimbly-dev/mcp-java-dev-tools

Skill Claude CodeCodex

Discover bounded Java method drill candidates or run a Probe-guided diagnostic drill for one selected method and return an evidence-backed Markdown report.

not rated 2 yesterday A 36 tokens

opencode-sdk

658

Timmy6942025/opencode-builder-skill

Skill Claude CodeCodex

Use this skill when using the OpenCode JavaScript/TypeScript SDK (@opencode-ai/sdk) to programmatically control OpenCode, create sessions, send prompts, manage files, control the TUI, stream events, or build external integrations. Covers both full lifecycle (server+client) and client-only modes, all API methods…

not rated 2 3mo ago A 78 tokens original MIT

n-wasm-plugin

659

nitra/7n-rules

Skill Claude CodeCodex

A skill for creating WebAssembly plugins that follow contract version 5. WebAssembly is a portable format for running compiled code, and this workflow covers a Rust plugin project, tests, and publishing details.

not rated 2 11d ago A 67 tokens archived

Cratis/AI

Skill Claude CodeCodex

Talk to a Chronicle server from a standalone .NET application with the Cratis.Chronicle client - connection strings, ChronicleClient construction outside any host, AddCratisChronicle for a worker or ASP.NET host, [EventType] records, IEventSequence.Append, reactors and reducers found by assembly scanning, the…

not rated 2 yesterday A 123 tokens original MIT

silveroxides/comfyui-custom-node-development

Skill Codex

Develop, review, test, and package ComfyUI custom nodes using the correct installation-specific environment. Use when working inside any ComfyUI custom-node repository, initializing its AGENTS.md context, changing Python or frontend node behavior, checking compatibility with the local ComfyUI checkout, running tests…

not rated 2 7d ago A 71 tokens original MIT

cpp-runtime-audit

662

leafyoung/pi-agent-skills

Skill Claude CodeCodex

This skill should be used when the user asks to benchmark, profile, or audit compiled C++ programs or C++ solution/exercise banks - measuring peak memory (max RSS), wall time, or speed across optimization levels (-O0/-O2/-O3) and compilers (clang++/g++), attributing heap to source lines (valgrind massif), finding…

not rated 2 3d ago A 185 tokens

ugrc-python-packaging

663

agrc/agent-skills

Skill Claude CodeCodex

Python packaging migration guidance. Use when reviewing or migrating projects from setup.py to pyproject.toml, including Hatchling, dependencies, versioning, and console scripts.

not rated 2 2d ago A 39 tokens original MIT

static-rust

664

dinglebear-ai/soma

Skill Claude CodeCodex

Use for Soma built-in Rust actions, scaffold intent collection, MCP elicitation flows, and CLI/REST action reference.

not rated 1 yesterday A 28 tokens AGPL-3.0

worker-cli

665

bierlingm/spikes

Skill Claude CodeCodex

Implements Rust CLI changes (MCP tools, transports, auth commands, tests).

not rated 1 2mo ago A 20 tokens original MIT

bubbletea

666

vinsonconsulting/claude-skill-foundry

Skill Claude CodeCodex

Use this skill when building a terminal UI (TUI) in Go with Bubble Tea and the Charm stack: the Elm Architecture / MVU pattern (tea.Model with Init/Update/View), Cmd/Msg event flow, Lip Gloss styling and layout, Bubbles components (viewport, list, table, textinput, textarea, spinner, progress), Glamour markdown…

not rated 1 1mo ago A 253 tokens original Apache-2.0

textual

667

vinsonconsulting/califa-cards

Skill Claude CodeCodex

Build, style, and debug terminal user interfaces in Python with Textual. Use when the user mentions Textual, a TUI, App/Widget/Screen subclasses, reactive attributes, TCSS or Textual CSS, textual run, textual console, or compose(). Do NOT use for plain CLI argument parsing (use click-cli), Rich-only static output (use…

not rated 1 1mo ago A 88 tokens original Apache-2.0

a2a-js-dev

668

delexw/claude-code-misc

Skill Claude CodeCodex

Build A2A (Agent-to-Agent) protocol applications using the @a2a-js/sdk TypeScript/JavaScript SDK. Use this skill whenever the user wants to create an A2A agent server, build an A2A client, implement agent-to-agent communication, set up agent discovery, handle A2A tasks/streaming, or write any TypeScript/JavaScript…

not rated 1 5mo ago A 171 tokens original MIT

clojurescript

670

brackendev/clojurescript-skills

Skill Claude CodeCodex

Use when writing, editing, reviewing, or discussing ClojureScript code that compiles to JavaScript and runs on a JS host (browser, Node.js, or other JS runtime). Triggers: .cljs files, .cljc files compiled to JS, shadow-cljs.edn, figwheel-main.edn, ClojureScript deps.edn projects, cljs.test, JavaScript interop (js/…

not rated 1 1mo ago A 349 tokens original MIT

android-feature

671

orbitalsonic/AndroidPilot

Skill Claude Code

Workflow for implementing a new Android feature, screen, fragment, activity, dialog, adapter, or enhancement in this XML/MVVM template. Use whenever the user asks to add, build, implement, or extend functionality — before writing any code. Covers planning, the MVVM/MVI skeleton, the Android configuration checklist…

not rated 1 29d ago A 72 tokens

RoninForge/roninforge-kotlin-compose

Skill Claude CodeCodex

Modernize an Android project's Gradle build: bump to Kotlin 2.x with kotlin-compose plugin (replace kotlinCompilerExtensionVersion), migrate kapt to KSP, introduce Version Catalogs (libs.versions.toml), use the Compose BOM, switch to Material 3.

not rated 1 3mo ago A 59 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: