Skip to main content

이 저장소의 skills

ComeOnOliver/skillshub - 64페이지

SkillsMP는 ComeOnOliver/skillshub에서 4,287개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

ComeOnOliver/skillshub

수집된 skill 4,287개 중 40개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
수집된 skill 4,287개 중 40개를 표시합니다.