Skip to main content

这个仓库中的 skills

ForceInjection/domain-driven-design-skills - 第 33 页

SkillsMP 已收集 ForceInjection/domain-driven-design-skills 中的 2,238 个 Skill。打开任一 Skill 可查看来源和详情。

ForceInjection/domain-driven-design-skills

已展示 40 / 2,238 个已收集 Skill。

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

コマンド/エージェント/スキルの統合設計を整理し、連携パターンと複合ワークフローを支援するスキル。 起動パターン、参照パターン、統合検証の手順を一貫して整理する。 Anchors: • The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 連携手順の設計 / 目的: 再現性の確保 • Multi-Agent Systems (Wooldridge) / 適用: エージェント連携 / 目的: 協調設計の整理 • Workflow Patterns…

原文语言:日语

更新
职业分类
网络与计算机系统管理员
描述

コマンドの配置場所と優先順位(プロジェクト/ユーザー/MCP、名前空間、競合解決)を整理し、配置判断と移行方針を支援するスキル。 配置基準、優先順位ルール、移行フローを一貫して整理する。 Anchors: • The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 配置判断の実務 / 目的: 運用の一貫性確保 • Priority Resolution Protocol / 適用: 同名競合の解決 / 目的: 優先順位の明確化 Trigger: Use…

原文语言:日语

更新
职业分类
建筑检查员
描述

Building commissioning workflows including MBCx procedures, testing protocols, report generation, and energy conservation measure verification following ASHRAE Guideline 0 and NEBB standards

原文语言:英语

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

Generate clear conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or after completing TDD cycles.

原文语言:英语

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

Expert competitive analyst specializing in competitor intelligence, strategic analysis, and market positioning. Masters competitive benchmarking, SWOT analysis, and strategic recommendations with focus on creating sustainable competitive advantages.

原文语言:英语

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

Expert competitive analyst specializing in competitor intelligence, strategic analysis, and market positioning. Masters competitive benchmarking, SWOT analysis, and strategic recommendations with focus on creating sustainable competitive advantages.

原文语言:英语

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

Achieves 100% test coverage with minimal redundancy through progressive test writing. Writes tests one-at-a-time with immediate coverage verification, removes redundant tests while maintaining coverage, fixes standards violations, restructures fixtures. Use…

原文语言:英语

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

Intelligently identify missing test coverage based on component type

原文语言:英语

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

Crée des composants React pour Motivia. Utilise ce skill quand l'utilisateur demande de créer un composant, un bouton, un formulaire, une carte, ou tout élément UI. Suit les conventions shadcn/ui, Radix UI et les standards Ultracite.

原文语言:法语

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

Write, run, and analyze component tests using Vitest and React Testing Library with coverage analysis and accessibility validation

原文语言:英语

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

Jest and React Native Testing Library patterns. Use when writing component tests.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Streaming chat and collaborative features for Composable Svelte. Use when implementing LLM chat interfaces, real-time messaging, or collaborative features. Covers StreamingChat (transport-agnostic), presence tracking, typing indicators, and WebSocket…

原文语言:英语

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

Navigation and animation patterns for Composable Svelte. Use when implementing modals, sheets, drawers, alerts, navigation flows, or component lifecycle animations. Covers state-driven navigation, PresentationState, parent observation, URL routing, and Motion…

原文语言:英语

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

Testing patterns for Composable Svelte. Use when writing tests, using TestStore, mocking dependencies, or testing reducers and effects. Covers the send/receive pattern, mock implementations, testing composition strategies, and testing best practices.

原文语言:英语

更新
职业分类
高校哲学与宗教教师
描述

Master conceptual analysis methodology - defining concepts through necessary and sufficient conditions. Use for: analyzing concepts, testing definitions, finding counterexamples. Triggers: 'what is X', 'define', 'definition', 'necessary conditions',…

原文语言:英语

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

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

原文语言:英语

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

Produces comprehensive, well-sourced research reports through iterative refinement using Time-Tested Diffusion methodology. Triggers on "deep research", "thorough analysis", "comprehensive report", "investigate", "due diligence", or when multiple sources are…

原文语言:英语

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

Kafka Connect integration expert. Covers source and sink connectors, JDBC, Elasticsearch, S3, Debezium CDC, SMT (Single Message Transforms), connector configuration, and data pipeline patterns. Activates for kafka connect, connectors, source connector, sink…

原文语言:英语

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

Find community members with relevant expertise using vector search

原文语言:英语

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

Writes connector_config for segment/journey activations using `tdx connection schema <type>` to discover available fields. Use when configuring activations - always run schema command first to see connector-specific fields.

原文语言:英语

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

Pre-flight verification for scheduling constraint development. Use when adding, modifying, or testing constraints to ensure they are properly implemented, exported, registered, and tested before commit.

原文语言:英语

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

Map relationships between bounded contexts using DDD context mapping patterns. Use when defining upstream/downstream relationships, integration strategies (ACL, OHS, PL), or generating Context Mapper DSL output. Follows event storming for bounded context…

原文语言:英语

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

Tiered testing strategy (UI mock, auth stub, full-stack), fixtures, mocks, and test configuration. Handles test setup, Playwright E2E tests, pytest backend tests, mocking strategies, and CI test configuration. Use when working with tests, test setup, mocking…

原文语言:英语

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

Design consumer-driven contract testing strategies using Pact, verify provider contracts, and manage API evolution with contract-first approaches.

原文语言:英语

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

Park Golf Platform 계약 테스트 가이드. Pact를 사용한 Consumer-Driven Contract Testing, OpenAPI 스펙 검증, NATS 메시지 스키마 검증 방법 안내. "계약테스트", "contract", "pact", "스키마 검증" 관련 질문 시 사용합니다.

原文语言:韩语

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

Optimize CTA copy, hero sections, and button text for higher conversions using therapy-appropriate frameworks (PAS, AIDA, BAB). Maintains empathetic, non-salesy tone while driving action. Creates A/B test variations, scores conversion potential, and ensures…

原文语言:英语

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

Generates detailed actionable conversion specifications from audit results for architectural migration

原文语言:英语

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

Convex Components - Presence, ProseMirror/BlockNote collaborative editing, and Resend email integration

原文语言:英语

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

Analyze website cookie consent compliance by testing consent banner behavior. Use when asked to audit cookies, check GDPR/CCPA compliance, analyze tracking, or assess consent mechanisms on websites.

原文语言:英语

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

Generate unit tests, integration tests, and test fixtures for code. Supports Jest, Mocha, pytest. Use when writing tests or improving test coverage. This skill provides automated test generation: - Unit tests with AAA pattern (Arrange, Act, Assert) -…

原文语言:日语

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

Clean Architecture and Cosmic Python guidance for well-tested, layered Python systems. Use for designing Python projects with layered architecture (models, adapters, services, entrypoints), enforcing Clean Code and SOLID principles, testing strategies (unit…

原文语言:英语

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

Ensure new (staged and unstaged) changes are covered by tests at >70% and the full test suite is green. Use when asked to validate coverage for recent changes, add tests for modified code, or verify nothing else broke.

原文语言:英语

更新
职业分类
电子工程师(非计算机)
描述

RAN coverage analysis with signal strength mapping, cognitive consciousness, and intelligent optimization for comprehensive network coverage management. Use when analyzing signal coverage, optimizing antenna parameters, implementing coverage mapping, or…

原文语言:英语

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

Generate and analyze test coverage reports. Use to identify coverage gaps, track coverage trends, and ensure quality thresholds are met.

原文语言:英语

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

Coverage thresholds and reporting. Use when analyzing and improving test coverage.

原文语言:英语

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

Integrate coverport into Go repositories with Tekton pipelines to enable e2e test coverage collection and upload to Codecov. Use this skill when users ask to integrate coverport, add e2e coverage tracking, or set up coverage instrumentation for Go projects.

原文语言:英语

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

Use this skill when configuring, building, or rebuilding CPython from source, running tests, or debugging test failures. Covers ./configure with --with-pydebug, make commands, ccache for faster rebuilds, Argument Clinic regeneration (make clinic),…

原文语言:英语

更新
职业分类
人力资源助理(非薪资与考勤)
描述

Orchestrates the creation of a full job application package. Triggers whenever the user shares a new job posting, provides a link/URL, pastes a job description or specification, or uses phrases like "apply for this job", "create application package", or…

原文语言:英语

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

Create new BAP (Bitcoin Attestation Protocol) identities using the bap CLI. Supports Type42 (modern) and Legacy identity formats. Creates encrypted .bep backup files stored in Flow's /.flow/.bsv/backups/ directory.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

This skill should be used when the user asks to "create BAP identity", "new BAP", "Type42 identity", "Legacy BAP identity", "generate BAP", "set up BAP identity", "initialize BAP", or needs to create Bitcoin Attestation Protocol identities using the bap CLI.

原文语言:英语

更新
已展示 40 / 2,238 个已收集 Skill。