Skip to main content

Skills in diesem Repository

Sheshiyer/skill-clusters - Seite 14

SkillsMP hat 722 Skills aus Sheshiyer/skill-clusters gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Sheshiyer/skill-clusters

Es werden 40 von 722 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenbankarchitekten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenbankarchitekten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 722 gesammelten Skills angezeigt.