Skip to main content

这个仓库中的 skills

ComeOnOliver/skillshub - 第 64 页

SkillsMP 已收集 ComeOnOliver/skillshub 中的 4,287 个 Skill。打开任一 Skill 可查看来源和详情。

ComeOnOliver/skillshub

已展示 40 / 4,287 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
信息安全分析师
描述

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)

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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")…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

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),…

原文语言:英语

更新
职业分类
平面设计师
描述

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,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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…

原文语言:英语

更新
职业分类
其他高等院校教师
描述

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.

原文语言:英语

更新
职业分类
其他高等院校教师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
特效艺术家和动画师
描述

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

更新
职业分类
技术写作员
描述

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

更新
职业分类
平面设计师
描述

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

更新
职业分类
桌面出版专家
描述

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

原文语言:多语言混合

更新
职业分类
音视频技术员
描述

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

更新
职业分类
平面设计师
描述

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

更新
职业分类
技术写作员
描述

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.

更新
职业分类
软件开发工程师
描述

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

更新
职业分类
技术写作员
描述

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

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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/).

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
已展示 40 / 4,287 个已收集 Skill。