Skip to main content

Skills dans ce dépôt

ComeOnOliver/skillshub - Page 64

SkillsMP a collecté 4 287 skills depuis ComeOnOliver/skillshub. Ouvrez un skill pour examiner sa source et ses détails.

ComeOnOliver/skillshub

Affichage de 40 skills collectés sur 4 287.

métier
Analystes en assurance qualité des logiciels et testeurs
description

Standards for unit, integration, and slice testing in Spring Boot 3. Use when writing unit tests, integration tests, or slice tests for Spring Boot 3 applications. (triggers: **/*Test.java, webmvctest, datajpatest, testcontainers, assertj)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for Guard, Value Types, Immutability, and Naming. Use when writing idiomatic Swift using guard, value types, immutability, or naming conventions. (triggers: **/*.swift, guard, let, struct, final)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for async/await, Actors, Task Groups, and MainActor. Use when implementing Swift async/await, Actors, or structured concurrency in iOS/macOS. (triggers: **/*.swift, async, await, actor, Task, MainActor)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for Throwing Functions, Result Type, and Never. Use when implementing Swift error throwing, Result<T,E>, or designing error hierarchies. (triggers: **/*.swift, throws, try, catch, Result, Error)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for Optionals, Protocols, Extensions, and Type Safety. Use when working with Swift Optionals, Protocols, Extensions, or type-safe APIs. (triggers: **/*.swift, protocol, extension, optional, guard, enum)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for ARC, Weak/Unowned References, and Capture Lists. Use when managing Swift ARC, avoiding retain cycles, or configuring capture lists in closures. (triggers: **/*.swift, weak, unowned, capture, deinit, retain)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for State Management, View Lifecycle, and Property Wrappers. Use when managing SwiftUI state, view lifecycle, or property wrappers like @State and @Binding. (triggers: **/*.swift, @State, @Binding, @ObservedObject, View, body)

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Standards for XCTest, Async Tests, and Test Organization. Use when writing XCTest cases, async tests, or organizing test suites in Swift. (triggers: **/*Tests.swift, XCTestCase, XCTestExpectation, XCTAssert)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Standards for SPM, Build Configs, and Code Quality. Use when managing Swift packages with SPM, configuring build settings, or enforcing Swift code quality. (triggers: Package.swift, .swiftlint.yml, package, target, dependency)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Universal architectural standards for robust, scalable systems. Use when designing new features, evaluating architecture, or resolving scalability concerns.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Enforces Test-Driven Development (Red-Green-Refactor). Use when writing unit tests, implementing TDD, or improving test coverage for any feature.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic. (triggers: **/*.ts, **/*.tsx, class, function, module, import, export, async, promise)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings. (triggers: **/*.ts, **/*.tsx, tsconfig.json, type, interface, generic, enum, union, intersection,…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Secure coding practices for TypeScript. Use when validating input, handling auth tokens, sanitizing data, or managing secrets and sensitive configuration. (triggers: **/*.ts, **/*.tsx, validate, sanitize, xss, injection, auth, password, secret, token)

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling. (triggers: tsconfig.json, .eslintrc.*, jest.config.*, package.json, eslint, prettier, jest, vitest, build,…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Rules for writing concise, token-efficient workflow and skill files. Prevents over-building that requires costly optimization passes.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides Typer templates, handles registration, and ensures consistency. ALWAYS use this skill when adding or modifying CLI commands. Use when user requests to add/create/implement/build/write a new command (e.g., "add edit command", "create search feature")…

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

Analyze weekly marketing campaign performance data across channels. Use when analyzing multi-channel digital marketing data to calculate funnel metrics (CTR, CVR) and compare to benchmarks, compute cost and revenue efficiency metrics (ROAS, CPA, Net Profit),…

Langue du texte source : anglais

mis à jour
métier
Graphistes
description

CraftedWell brand guidelines for presentations and documents. Use this skill whenever creating or styling documents (docx, pdf) or presentations (pptx) for CraftedWell. Apply warm, artisanal aesthetic with chocolate/caramel color palette, Georgia headings,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Generate pytest tests for Typer CLI commands. Includes fixtures (temp_storage, sample_data), CliRunner patterns, confirmation handling (y/n/--force), and edge case coverage. Use when user asks to "write tests for", "test my CLI", "add test coverage", or any…

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

Generate educational practice questions from lecture notes to test student understanding. Use when users request practice questions, exam preparation materials, study guides, or assessment items based on lecture content.

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

Create learning paths for programming tools, and define what information should be researched to create learning guides. Use when user asks to learn, understand, or get started with any programming tool, library, or framework.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides checklist for reviewing Typer CLI command implementations. Covers structure, Annotated syntax, error handling, exit codes, display module usage, destructive action patterns, and help text conventions. Use when user asks to review/check/verify a CLI…

Langue du texte source : anglais

mis à jour
métier
Artistes en effets spéciaux et animateurs
description

知识漫画生成器,支持多种风格(Ligne Claire/漫画教程风/武侠风等)。将文章/教程/人物传记转换为漫画形式。

Langue du texte source : chinois

mis à jour
métier
Rédacteurs techniques
description

多风格文档写作技能。支持乔木、小红书、Dankoe、微信公众号、Twitter等5种写作风格。Claude 根据内容智能选择风格,按规范撰写文章。

Langue du texte source : chinois

mis à jour
métier
Graphistes
description

统一配图技能,支持文章配图、封面生成、小红书图片系列、单图修改/添加/删除、3变体风格预览。20种风格×多种布局。

Langue du texte source : chinois

mis à jour
métier
Éditeurs PAO
description

Convert markdown documents to PDF with optional illustrations. Can automatically call illustration-generator if images are missing. Supports Chinese fonts and custom styling.

Langue du texte source : Plusieurs langues

mis à jour
métier
Techniciens audio et vidéo
description

生成自然真实的双人访谈播客,使用共享TTS模块支持3种引擎(Edge TTS / IndexTTS2 / MiniMax)和情感控制

Langue du texte source : chinois

mis à jour
métier
Graphistes
description

生成专业 PPT 演示文稿,支持 22 种风格,自动根据内容选择最佳风格,输出到 ~/ppt-output/

Langue du texte source : chinois

mis à jour
métier
Rédacteurs techniques
description

Intelligently compress and rewrite documents into TTS-friendly scripts. Uses Claude AI to analyze content, compress to target duration, convert to spoken style with emotional language, and auto-segment. Perfect for video narration.

Langue du texte source : chinois

mis à jour
métier
Développeurs de logiciels
description

Twitter 推文爬取器 - 指定用户名爬取推文,保存为 Markdown 格式,支持自定义数量和字段

Langue du texte source : chinois

mis à jour
métier
Rédacteurs techniques
description

将 Markdown 文章转换为微信公众号 HTML 格式,支持自动插入配图、微信样式优化。

Langue du texte source : chinois

mis à jour
métier
Développeurs de logiciels
description

Build Codex-native workflows for open-source maintenance. Use when creating AGENTS.md guidance, maintainer skills, issue triage flows, PR review prompts, release-note routines, or repository verification scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Fetches Defold API documentation. Use when working with Defold engine APIs, looking up Lua/C++ functions, or needing API reference for game development.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Searches the Defold Asset Store for community libraries and extensions. Use BEFORE writing custom modules for pathfinding, RNG, UI, save/load, localization, tweening, input handling, etc. Helps find, compare, and install Defold dependencies.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Fetches Defold manuals and documentation. Use when looking up how Defold features work, understanding concepts, components, workflows, platform setup, or needing guidance beyond API reference.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Fetches Defold code examples by topic. Use when looking for practical implementation patterns, sample code, or how to do something specific in Defold.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Defold native extension development. Use when creating or editing C/C++ (.c, .cpp, .h, .hpp), JavaScript (.js), or manifest files in native extension directories (src/, include/, lib/, api/).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Builds the project using the running Defold editor, returns build errors, and launches the game if build succeeds.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 4 287.