error-handling-patterns

29.9k
wshobsonwshobson

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

192 days ago

sentencepiece

21.8k
davila7davila7

Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.

TokenizationSentencePieceLanguage-Independent+7
192 days ago

whisper

21.8k
davila7davila7

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.

WhisperSpeech RecognitionASR+7
192 days ago

error-handling-patterns

18.0k
sickn33sickn33

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling...

192 days ago

security-scanning-security-sast

18.0k
sickn33sickn33

Static Application Security Testing (SAST) for code vulnerability analysis across multiple languages and frameworks

192 days ago

framework-migration-code-migrate

18.0k
sickn33sickn33

You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and

192 days ago

unit-testing-test-generate

18.0k
sickn33sickn33

Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.

192 days ago

GeoMaster

10.8k
K-Dense-AIK-Dense-AI

Comprehensive geospatial science skill covering remote sensing, GIS, spatial analysis, machine learning for earth observation, and 30+ scientific domains. Supports satellite imagery processing (Sentinel, Landsat, MODIS, SAR, hyperspectral), vector and raster data operations, spatial statistics, point cloud processing, network analysis, and 7 programming languages (Python, R, Julia, JavaScript, C++, Java, Go) with 500+ code examples. Use for remote sensing workflows, GIS analysis, spatial ML, Earth observation data processing, terrain analysis, hydrological modeling, marine spatial analysis, atmospheric science, and any geospatial computation task.

192 days ago

property-based-testing

3.0k
trailofbitstrailofbits

Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.

192 days ago

harness-writing

3.0k
trailofbitstrailofbits

Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.

192 days ago

semgrep-rule-variant-creator

3.0k
trailofbitstrailofbits

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

192 days ago

tts-whatsapp

1.8k
openclawopenclaw

Send high-quality text-to-speech voice messages on WhatsApp in 40+ languages with automatic delivery

whatsappttsvoice+3
192 days ago

addis-assistant

1.8k
openclawopenclaw

Provides Speech-to-Text (STT) and text Translation using the Addis Assistant API (api.addisassistant.com). Use when the user needs to convert an audio file to text (specifically Amharic), or translate text between languages (e.g., Amharic to English). Requires 'x-api-key'.

192 days ago

smart-ocr

1.8k
openclawopenclaw

Extract text from images and scanned documents using PaddleOCR - supports 100+ languages

ocrpaddleocrtext-extraction+2
192 days ago

elevenlabs-voices

1.8k
openclawopenclaw

High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.

ttsvoicespeech+5
192 days ago

language-learning

1.8k
openclawopenclaw

AI language tutor for learning ANY language through conversation, vocab drills, grammar lessons, flashcards, and immersive practice. Use when the user wants to: learn a new language, practice vocabulary, study grammar, do flashcard drills, translate phrases, practice conversation, prepare for travel, learn slang/idioms, or improve pronunciation. Supports ALL languages including Spanish, French, German, Japanese, Chinese (Mandarin/Cantonese), Korean, Arabic, Hindi, Bengali/Bangla, Portuguese, Russian, Italian, Turkish, Vietnamese, Thai, Swahili, Hebrew, Polish, Dutch, Greek, and 100+ more.

languagelearningeducation+27
192 days ago

video-subtitles

1.8k
openclawopenclaw

Generate SRT subtitles from video/audio with translation support. Transcribes Hebrew (ivrit.ai) and English (whisper), translates between languages, burns subtitles into video. Use for creating captions, transcripts, or hardcoded subtitles for WhatsApp/social media.

192 days ago

glin-profanity

1.8k
openclawopenclaw

Profanity detection and content moderation library with leetspeak, Unicode homoglyph, and ML-powered detection. Use when filtering user-generated content, moderating comments, checking text for profanity, censoring messages, or building content moderation into applications. Supports 24 languages.

192 days ago

parakeet-stt

1.8k
openclawopenclaw

Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.

192 days ago

voice-ai-tts

1.8k
openclawopenclaw

High-quality voice synthesis with 9 personas, 11 languages, streaming, and voice cloning using Voice.ai API.

192 days ago

mac-tts

1.8k
openclawopenclaw

Text-to-speech using macOS built-in `say` command. Use for voice notifications, audio alerts, reading text aloud, or announcing messages through Mac speakers. Supports multiple languages including Chinese (Mandarin), English, Japanese, etc.

192 days ago

edge-tts

1.8k
openclawopenclaw

Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.

192 days ago

captions

1.8k
openclawopenclaw

Extract closed captions and subtitles from YouTube videos. Use when the user asks for captions, closed captions, CC, accessibility text, or wants to read what was said in a video. Supports timestamps and multiple languages. Great for deaf/HoH accessibility, content review, quoting, and translation.

192 days ago

security-best-practices

1.6k
tech-leads-clubtech-leads-club

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

192 days ago

generating-api-sdks

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Generating Api SdksJeremylongshore Claude Code Plugins Plus Skills Generating Api Sdks

Generate client SDKs in multiple languages from OpenAPI specifications. Use when generating client libraries for API consumption. Trigger with phrases like "generate SDK", "create client library", or "build API SDK".

191 days ago

optimizing-database-connection-pooling

1.5k
jeremylongshorejeremylongshore

This skill optimizes database connection pooling for enhanced performance and resource management. It is activated when the user requests assistance with connection pooling, database performance tuning, or connection lifecycle management. Use this skill to implement and configure connection pools in various programming languages, identify optimal pool settings, and troubleshoot common connection-related issues. The skill is triggered by phrases like "connection pooling," "optimize database connections," or "improve database performance with connection pool."

191 days ago

localize

1.1k
ryokun6ryokun6

Localize ryOS apps and components by extracting hardcoded strings, replacing them with stable translation keys, and syncing translations across languages. Use this when localizing an app, adding i18n support, translating UI text, or managing translation files.

192 days ago

openakita/skills@youtube-summarizer

905
openakitaopenakita

Summarize YouTube videos by extracting transcripts and generating structured notes. Use when the user wants to summarize a YouTube video, extract key points from a talk, create study notes from a lecture, or get timestamps for important moments. Supports multiple URL formats and languages.

192 days ago

mlir-development

790
gmh5225gmh5225

Expertise in MLIR (Multi-Level Intermediate Representation) and CIR (Clang IR) development for domain-specific compilation and high-level optimizations. Use this skill when building ML compilers, domain-specific languages, or working with multi-level compilation pipelines.

192 days ago

compiler-development

790
gmh5225gmh5225

Expertise in compiler development using LLVM infrastructure including frontend design, IR generation, optimization passes, and code generation. Use this skill when building custom programming languages, implementing DSL compilers, or working on compiler internals.

192 days ago

moai-tool-ast-grep

776
modu-aimodu-ai

AST-based structural code search, security scanning, and refactoring using ast-grep (sg CLI) with pattern matching and code transformation across 40+ languages. Use when performing structural code search, AST-based refactoring, codemod operations, security pattern scanning, or syntax-aware code transformations across files. Do NOT use for simple text search (use Grep tool instead) or full codebase exploration (use Explore agent instead).

192 days ago

smart-docs

773
sopacosopaco

AI-powered comprehensive codebase documentation generator. Analyzes project structure, identifies architecture patterns, creates C4 model diagrams, and generates professional technical documentation. Use when users need to document codebases, understand software architecture, create technical specs, or generate developer guides. Supports all programming languages. Alternative to Litho/deepwiki-rs that uses Claude Code subscription without external API costs.

192 days ago

operational-semantics-builder

376
a5c-aia5c-ai

Define and test operational semantics specifications for programming languages

192 days ago

dsl-compiler-generator

376
a5c-aia5c-ai

Generate compilers and interpreters for domain-specific languages

192 days ago

zk-circuits

376
a5c-aia5c-ai

Zero-knowledge circuit development using Circom and Noir languages. Supports constraint optimization, ZK-friendly cryptographic primitives, proof generation (Groth16, PLONK), and Merkle tree implementations.

192 days ago

Build and Compile

374
vstorm-covstorm-co

Building, compiling, and resolving dependency issues across languages

buildcompiledependencies+1
192 days ago

theming-components

296
ancolemanancoleman

Provides design token system and theming framework for consistent, customizable UI styling across all components. Covers complete token taxonomy (color, typography, spacing, shadows, borders, motion, z-index), theme switching (CSS custom properties, theme providers), RTL/i18n support (CSS logical properties), and accessibility (WCAG contrast, high contrast themes, reduced motion). This is the foundational styling layer referenced by ALL component skills. Use when theming components, implementing light/dark mode, creating brand styles, customizing visual design, ensuring design consistency, or supporting RTL languages.

192 days ago

unit-test-generator

288
JackyST0JackyST0

Automatically generate unit tests based on source code, supporting multiple languages and testing frameworks.

192 days ago

skill-i18n

230
guo-yuguo-yu

Translate SKILL.md and README.md files into multiple languages for sharing skills internationally

192 days ago

sast-semgrep

228
rohunjrohunj

Static application security testing (SAST) using Semgrep for vulnerability detection, security code review, and secure coding guidance with OWASP and CWE framework mapping. Use when: (1) Scanning code for security vulnerabilities across multiple languages, (2) Performing security code reviews with pattern-based detection, (3) Integrating SAST checks into CI/CD pipelines, (4) Providing remediation guidance with OWASP Top 10 and CWE mappings, (5) Creating custom security rules for organization-specific patterns, (6) Analyzing dependencies for known vulnerabilities.

sastsemgrepvulnerability-scanning+4
192 days ago

sca-trivy

228
rohunjrohunj

Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2) Analyzing dependencies for known CVEs across multiple languages (Go, Python, Node.js, Java, etc.), (3) Detecting IaC security issues in Terraform, Kubernetes, Dockerfile, (4) Integrating vulnerability scanning into CI/CD pipelines with SARIF output, (5) Generating Software Bill of Materials (SBOM) in CycloneDX or SPDX format, (6) Prioritizing remediation by CVSS score and exploitability.

scatrivycontainer-security+5
192 days ago

qe-localization-testing

215
proffesor-for-testingproffesor-for-testing

Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.

localizationi18nl10n+4
192 days ago

localization-testing

215
proffesor-for-testingproffesor-for-testing

Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.

localizationi18nl10n+4
192 days ago

ARB Translation Updater

189
calcitemcalcitem

Batch update ARB translation files across all languages when new translation keys are added to English and Chinese files; use when adding new i18n strings to the Flutter app.

192 days ago

allaymc-plugin-dev

188
aiskillstoreaiskillstore

Build, update, and troubleshoot AllayMC plugins in Java or other JVM languages. Use when creating a new AllayMC plugin, migrating an existing plugin to a new Allay API version, wiring commands/events/tasks/config, or setting up Gradle and plugin metadata (plugin.json or AllayGradle plugin block).

192 days ago

Internationalizing Websites

147
littlebenlittleben

Adds multi-language support to Next.js websites with proper SEO configuration including hreflang tags, localized sitemaps, and language-specific content. Use when adding new languages, setting up i18n, optimizing for international SEO, or when user mentions localization, translation, multi-language, or specific languages like Japanese, Korean, Chinese.

192 days ago

coding-effectively

133
ed3daied3dai

ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.

192 days ago

design-by-contract

132
MicrockMicrock

Automated contract verification, detection, and remediation across multiple languages using formal preconditions, postconditions, and invariants. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> VERIFY -> REMEDIATE workflow.

192 days ago