Skip to main content

이 저장소의 skills

Sheshiyer/skill-clusters - 14페이지

SkillsMP는 Sheshiyer/skill-clusters에서 722개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

Sheshiyer/skill-clusters

수집된 skill 722개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Java coding standards for Spring Boot and Quarkus services covering naming, immutability, Optional, streams, exceptions, generics, CDI, and reactive patterns. USE WHEN writing or reviewing Java 17+ code or enforcing conventions in Spring Boot or Quarkus…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Jira API patterns via MCP or direct REST calls for retrieving tickets, extracting acceptance criteria, adding comments, transitioning status, and JQL search. USE WHEN reading Jira tickets, updating ticket status, or linking branches and MRs to issues from a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot. USE WHEN modeling JPA entities, defining relationships, fixing N+1 queries, or tuning HikariCP and caching.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Kotlin Coroutines and Flow patterns for Android and KMP, covering structured concurrency, Flow operators, StateFlow, error handling, and testing. USE WHEN writing async coroutine code, building reactive Flow/StateFlow streams, managing scopes and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern. USE WHEN setting up Exposed database access, writing DSL or DAO queries, configuring pooling or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ktor server patterns: routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing. USE WHEN building Ktor HTTP servers or REST APIs, wiring Koin DI, configuring Auth/CORS/ContentNegotiation plugins, or writing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Idiomatic Kotlin patterns and conventions covering null safety, immutability, sealed types, coroutines and Flow, extension functions, DSL builders, and Gradle Kotlin DSL. USE WHEN writing, reviewing, or refactoring Kotlin code, or designing Kotlin modules and…

원문 언어: 영어

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

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage, following TDD methodology. USE WHEN writing tests for Kotlin code, adding coverage, doing property-based tests, or running a red-green-refactor workflow…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Laravel architecture patterns: routing and controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps. USE WHEN building Laravel apps or APIs, structuring controllers and services, modeling Eloquent…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment. USE WHEN adding authentication or authorization, handling user input or file uploads, managing secrets, or…

원문 언어: 영어

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

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets. USE WHEN building new Laravel features or endpoints, fixing bugs or refactoring, or testing Eloquent models, policies, jobs, and notifications…

원문 언어: 영어

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

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness. USE WHEN preparing a Laravel PR, after major refactors or dependency upgrades, or running pre-deploy…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

iOS 26 Liquid Glass design system: dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit. USE WHEN building iOS 26+ glass buttons, cards, or toolbars, creating morphing glass transitions, or migrating old…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Subscribe to and listen for Tauri v2 events in the frontend via @tauri-apps/api/event, including typed handlers and cleanup. USE WHEN listening to Rust-emitted events in a webview, distinguishing global vs webview-specific scopes, or unsubscribing listeners…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Security patterns for autonomous trading agents with wallet or transaction authority: prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling. USE WHEN building an agent that signs transactions, auditing a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage Tauri app resources: app icon generation, embedding static files and assets, accessing bundled resources at runtime, and thread-safe state management. USE WHEN generating Tauri icons, bundling assets, reading resource files at runtime, or sharing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Tauri plugin permissions, capabilities, and security, including platform-specific and window-targeted capabilities and custom scoped permissions. USE WHEN setting up Tauri capabilities, granting plugin permissions to windows or platforms, or…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

End-to-end marketing campaign planning and execution: audience research, positioning, campaign angle, landing page copy, email sequences, social posts, ad copy, and content calendars. USE WHEN planning a product launch, defining positioning before copy, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build MCP servers with the Node/TypeScript SDK: tools, resources, prompts, Zod validation, and stdio vs Streamable HTTP transports. USE WHEN implementing a new MCP server, adding tools or resources, choosing a transport, upgrading the SDK, or debugging MCP…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrate Tauri apps from v1 or v2 beta to v2 stable, covering breaking changes, configuration updates, API migrations, and plugin system changes. USE WHEN upgrading a Tauri project to v2 stable, resolving v1-to-v2 breaking changes, or running the automated…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. USE WHEN designing MySQL/MariaDB tables and indexes, reviewing migrations on large tables, debugging slow queries or deadlocks, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, and config in production TypeScript backends. USE WHEN building NestJS APIs, structuring modules and providers, adding guards/interceptors/exception…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and error handling. USE WHEN writing or reviewing Netmiko automation to collect show output across network devices, parse with…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Diagnostics-only BGP troubleshooting for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection. USE WHEN a BGP session is down, flapping, Established but missing routes, advertising unexpected prefixes, or you need…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Pre-deployment checks for router and switch configs: dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene. USE WHEN reviewing Cisco IOS/IOS-XE snippets or script-generated config…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation, and counter trends on routers, switches, and Linux hosts. USE WHEN a link shows packet loss, latency spikes, rising ifInErrors/ifOutDiscards, or you need before/after…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Next.js 16+ and Turbopack — incremental bundling, filesystem caching, dev speed, and when to choose Turbopack vs webpack. USE WHEN developing or debugging Next.js 16+ apps, diagnosing slow dev startup or HMR, or deciding whether to disable Turbopack for a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Prevent Ethereum hashing bugs in JS/TS — Node's sha3-256 is NIST SHA3, not Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. USE WHEN computing selectors or event topics, building EIP-712/Merkle/storage helpers, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData. USE WHEN debugging hydration mismatches, choosing prerender/SWR/ISR/client-only rendering, or fixing page data…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Tauri binary size optimization to produce small, efficient desktop bundles via Cargo profile settings and build configuration. USE WHEN a Tauri production build is larger than expected and you want to shrink it with release profile tuning, stripping, LTO, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Package Tauri v2 apps for Linux distributions — AppImage, Debian (.deb), RPM, Flatpak, Snap, and AUR submission, including glibc compatibility. USE WHEN building or distributing a Tauri Linux release and choosing or configuring a packaging format for a given…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. USE WHEN writing new Perl code or modules, reviewing Perl for idiom compliance, refactoring legacy Perl, or migrating pre-5.36 code to modern…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. USE WHEN handling user input, building Perl web apps, running system commands, writing DBI…

원문 언어: 영어

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

Perl testing patterns using Test2::V0, Test::More, the prove runner, mocking, coverage with Devel::Cover, and TDD methodology. USE WHEN writing Perl tests, designing test suites for modules, setting up testing infrastructure, migrating Test::More to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via PostToolUse hooks. USE WHEN you want automatic format/lint on each edit, defense against agents weakening linter configs, or tiered…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

PostgreSQL patterns for query optimization, schema design, indexing, and security, based on Supabase best practices. USE WHEN writing SQL queries or migrations, designing schemas, troubleshooting slow queries, implementing Row Level Security, or setting up…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Research prediction markets as data sources or oracle signals for products, agents, dashboards, and decision intelligence, with source-grounded analysis of market-implied probabilities and caveats. USE WHEN evaluating a prediction market as a forecasting…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. USE WHEN a workflow handles venue authentication, user portfolio data, API keys, or trade planning, before it gains any…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and traps like updateMany returning count not records and serverless connection exhaustion. USE WHEN designing Prisma models, writing bulk ops or…

원문 언어: 영어

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

Local-evidence production readiness audit that keeps repo data off external services. USE WHEN asked is this production-ready, what would break in prod, or what did we miss, for pre-launch reviews, post-merge risk passes, or when CI is green but production…

원문 언어: 영어

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