Generate persistent test cases from project analysis, or add individual test cases interactively. Supports full project analysis or adding single test cases via prompt description with browser exploration.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٢٬٢٣٥ من skills من ForceInjection/domain-driven-design-skills. افتح أي skill لمراجعة مصدره وتفاصيله.
ForceInjection/domain-driven-design-skillsعرض ٣٥ من أصل ٢٬٢٣٥ skills مجمعة.
Generate persistent test cases from project analysis, or add individual test cases interactively. Supports full project analysis or adding single test cases via prompt description with browser exploration.
لغة النص الأصلي: الإنجليزية
Webhook validation patterns with signature verification, event logging, and testing tools. Use when implementing webhooks, validating webhook signatures, securing payment webhooks, testing webhook endpoints, preventing replay attacks, or when user mentions…
لغة النص الأصلي: الإنجليزية
Search web for latest docs and articles.
لغة النص الأصلي: غير محددة
Search web for latest docs and articles.
لغة النص الأصلي: غير محددة
Automates updating googleai_dart when Gemini Live API WebSocket schema changes. Fetches latest schema, compares against current, generates changelogs and prioritized implementation plans. Use for: (1) Checking for Live API updates, (2) Generating…
لغة النص الأصلي: الإنجليزية
Generate TestBox BDD test specs for Wheels models, controllers, and integration tests. Use when creating tests for models (validations, associations), controllers (actions, filters), or integration workflows. Ensures comprehensive test coverage with proper…
لغة النص الأصلي: الإنجليزية
Step-by-step guide for creating new widgets in the Hex1b TUI library. Use when implementing new widgets from scratch, including widget records, nodes, extension methods, theming, reconciliation, and tests.
لغة النص الأصلي: الإنجليزية
Approach problems with beginner's mind while asking penetrating questions. Use when seeking fresh perspectives, cutting through complexity, challenging expert assumptions, simplifying explanations, or when deep domain knowledge may be creating blind spots.
لغة النص الأصلي: الإنجليزية
Approach problems with beginner's mind while asking penetrating questions. Use when seeking fresh perspectives, cutting through complexity, challenging expert assumptions, simplifying explanations, or when deep domain knowledge may be creating blind spots.
لغة النص الأصلي: الإنجليزية
Arma Reforger Workbench workflow, testing guidelines, and debugging patterns
لغة النص الأصلي: الإنجليزية
Generate project-specific workflow commands (research, plan, implement, qa) by asking questions about the project and creating customized commands
لغة النص الأصلي: الإنجليزية
Retrospective workflow evaluation and improvement of skills, agents, commands, and hooks. Triggers: workflow improvement, retrospective, workflow efficiency Use when: workflow felt slow, confusing, or needs optimization DO NOT use when: implementing features…
لغة النص الأصلي: الإنجليزية
Create a new AI agent skill following the Agent Skills specification
لغة النص الأصلي: الإنجليزية
Load when executing spec/design/plan/implement commands for a specific feature. Provides templates, agent dispatch patterns, and workflow orchestration for per-feature work.
لغة النص الأصلي: الإنجليزية
Clear, action-oriented description for auto-loading. CRITICAL - must be specific enough to trigger when relevant tasks are described, unique across all Skills.
لغة النص الأصلي: الإنجليزية
Build and maintain WPF MVVM patterns using CommunityToolkit.Mvvm for a .NET 8 widget-host app. Use when creating ViewModels, commands, observable state, validation, view bindings, and viewmodel-first navigation behaviors. Avoid Prism and heavy region…
لغة النص الأصلي: الإنجليزية
Implement test utilities that write test data to the source system and validate end-to-end read cycles.
لغة النص الأصلي: الإنجليزية
Write BDD scenarios in Gherkin format (Given/When/Then) in pure business language. Use when creating acceptance tests, user story scenarios, or stakeholder-readable specifications.
لغة النص الأصلي: الإنجليزية
Create Claude Code subagent configurations for .claude/agents/. Defines specialized agents with isolated contexts. Use when creating dedicated agents for code review, testing, or domain-specific tasks.
لغة النص الأصلي: الإنجليزية
테스트 코드 작성 및 실행. Use when (1) "테스트 작성해줘", (2) "테스트 실행해줘", (3) 테스트 커버리지 확인. ⚠️ QA 테스트 요청은 별도 스킬 사용: - Slack 알림 전송 → request-test
لغة النص الأصلي: الكورية
Use when adding test pseudocode to user stories or implementation guides - creates MEDIUM-IMPLEMENTATION abstraction showing test structure with Vitest terminology, placeholder comments for logic, and strategic comments…
لغة النص الأصلي: الإنجليزية
Voice guide for writing PR descriptions. Use this skill for ALL PR creation and updates (via gh CLI or editing existing PRs). Contains your specific voice rules, anti-patterns, examples, and workflow. Never write PR descriptions without invoking this skill…
لغة النص الأصلي: الإنجليزية
Use when creating or editing slash commands - applies TDD to slash command documentation by testing with SlashCommand tool and subagents before deployment, preventing inverted logic and untested conditionals
لغة النص الأصلي: الإنجليزية
Provides svc_unit.sv testbench framework, macros (TEST_CLK_NS, CHECK_EQ, etc.), and template. Triggers when creating or modifying _tb.sv files.
لغة النص الأصلي: الإنجليزية
Write Vitest unit tests and browser mode component tests for TypeScript projects. Use when asked to write tests, create test files, add test coverage, fix failing tests, test React components with browser mode, or work with Vitest testing patterns. Handles…
لغة النص الأصلي: الإنجليزية
Principles for writing effective, maintainable tests. Covers naming conventions, assertion best practices, and comprehensive edge case checklists. Based on BugMagnet by Gojko Adzic.
لغة النص الأصلي: الإنجليزية
Use when a project needs a verification plan for acceptance testing in real-world scenarios
لغة النص الأصلي: الإنجليزية
Creates comprehensive implementation plans with bite-sized tasks before touching code. USE WHEN user wants detailed implementation plan OR has spec/requirements for multi-step task OR needs to break down complex feature OR before starting significant coding…
لغة النص الأصلي: الإنجليزية
Use when running xaffinity CLI commands, or when user asks to search, find, get, export, or list people, companies, opportunities, lists, or CRM data from Affinity via command line. Also use when user mentions "xaffinity", "export to CSV", or needs help with…
لغة النص الأصلي: الإنجليزية
Use when editing ANY zellij configuration including layouts, swap layouts, keybindings, or zjstatus plugin. Provides rules for powerline characters, VHS testing, and verification.
لغة النص الأصلي: الإنجليزية
Full development cycle for Zephyr RTOS C/C++ drivers using Zephyr’s device model best practices. Use for creating or updating drivers, including devicetree bindings, driver implementation, device API wiring, instantiation macros, Kconfig/CMake integration,…
لغة النص الأصلي: الإنجليزية
Manage semantic versioning, changelog generation, and release notes. Auto-generates entries from completed issues or git diff.
لغة النص الأصلي: الإنجليزية
Macroeconomic and market regime analyst. Monitors Fed policy, inflation, GDP, unemployment, and global economic trends to determine overall market risk appetite and sector rotation strategies.
لغة النص الأصلي: الكورية
Creates custom element widgets (site widgets) for Wix sites with React components and built-in settings panels. Generates interactive widgets that site owners can add to pages via the Wix Editor, with configurable properties managed through a settings panel.…
لغة النص الأصلي: الإنجليزية
Framework for designing safeguards in autonomous systems including kill switches, resource limits, anomaly detection, and human-in-the-loop patterns.
لغة النص الأصلي: الإنجليزية