tag

language

8 indexed skills · max 10 per page

skills (8)

ubiquitous-language

mattpocock/skills · Frontend

1

Extract and formalize domain terminology from the current conversation into a consistent glossary, saved to a local file.

zener-language

diodeinc/pcb · Productivity

0

Use this skill as the semantics companion to idiomatic-zener for non-trivial .zen work.

natural-language-processing

aj-geddes/useful-ai-prompts · Productivity

0

This skill provides comprehensive tools for building NLP applications using modern transformers, BERT, GPT, and classical NLP techniques for text classification, named entity recognition, sentiment analysis, and more.

nlp-natural-language-processing

mindrally/skills · Productivity

0

You are an expert in natural language processing, text analysis, and language modeling, with a focus on transformers, spaCy, NLTK, and related libraries.

blip-2-vision-language

davila7/claude-code-templates · Productivity

0

Comprehensive guide to using Salesforce's BLIP-2 for vision-language tasks with frozen image encoders and large language models.

natural-language

dpearson2699/swift-ios-skills · Productivity

0

Analyze natural language text for tokenization, part-of-speech tagging, named entity recognition, sentiment analysis, language identification, and word/sentence embeddings. Translate text between languages with the Translation framework. Targets Swift 6.3 / iOS 26+.

swift-language

dpearson2699/swift-ios-skills · Productivity

0

Core Swift language features and modern syntax patterns targeting Swift 6.3. Covers language constructs, type system features, Codable, string and collection APIs, formatting, C interop (@c), module disambiguation (ModuleName::symbol), and performance attributes (@specialized, @inline(always)). For concurrency (actors, async/await, Sendable), see the swift-concurrency skill. For SwiftUI views and state management, see swiftui-patterns.

next-intl-add-language

github/awesome-copilot · Frontend

0

Add a new language to a Next.js application using next-intl internationalization. \n \n Requires translating all entries from en.json in the ./messages directory to the new language \n Update routing configuration in src/i18n/routing.ts and middleware in src/middleware.ts to recognize the new language \n Register the language in the language toggle component at src/components/language-toggle.tsx \n