Skip to main content

Skills في هذا المستودع

aiskillstore/marketplace - الصفحة ١٧

جمع SkillsMP عدد ١٬٠٩٥ من skills من aiskillstore/marketplace. افتح أي skill لمراجعة مصدره وتفاصيله.

aiskillstore/marketplace

عرض ٤٠ من أصل ١٬٠٩٥ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Four-phase root cause investigation before attempting fixes. Use when debugging bugs, test failures, or unexpected behavior.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Enforce RED-GREEN-REFACTOR cycle. Use when implementing features, fixing bugs, or writing any production code.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Auto-escalate reasoning depth for complex problems. Use proactively when encountering architecture, debugging, or unfamiliar code.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create detailed implementation plans with granular tasks. Use before implementing features or complex changes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement persistent memory patterns for AI agents using AgentDB - session memory, long-term storage, pattern learning, and context management for stateful agents, chat systems, and intelligent assistants

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build semantic vector search systems with AgentDB for intelligent document retrieval, RAG applications, and knowledge bases using embedding-based similarity matching

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement ReasoningBank adaptive learning with AgentDB for trajectory tracking, verdict judgment, memory distillation, and pattern recognition to build self-learning agents that improve decision-making through experience.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Use Claude Code's AskUserQuestion tool to gather comprehensive requirements through structured multi-select questions.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مديرو الشبكات وأنظمة الحاسوب
الوصف

Comprehensive Flow Nexus platform management covering authentication, sandboxes, storage, databases, app deployment, payments, and monitoring. This SOP provides end-to-end platform operations.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Clean code principles adapted for TypeScript-first, functional development.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Techniques for analyzing existing codebases to reverse-engineer requirements and understand business logic. Use when conducting brownfield analysis or understanding existing system capabilities.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Command Query Separation (CQS) and CQRS patterns for .NET. Use when designing methods, handlers, and application architecture. Ensures predictable, testable code.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Functional programming patterns that promote testability, composability, and maintainability.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Requirements gathering and elicitation techniques for business analysis. Use when conducting stakeholder interviews, gathering functional/non-functional requirements, or identifying gaps in requirements.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

SOLID principles adapted for functional and TypeScript-first development.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Test-Driven Development methodology for Node.js/TypeScript projects.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Technical analysis capabilities for APIs, data models, integrations, and security requirements. Use when analyzing technical aspects of systems or documenting technical requirements.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Complete code review workflow for both requesting and receiving reviews. Use when creating PRs, reviewing code, or responding to feedback.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو الويب
الوصف

Create interactive data visualizations using D3.js. Use this when creating charts, graphs, network diagrams, geographic visualizations, or custom SVG-based data visualization.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Enforce proper error handling patterns. Use when writing async code, API calls, or user-facing features. Covers try-catch, error boundaries, graceful degradation, and user feedback.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Execute plan in batches with review checkpoints. Use when partner provides a complete implementation plan to execute with controlled batches and architect review between batches.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Enforce file line count limits (200 recommended, 300 max) for CODE IMPLEMENTATION files only. Use this when reviewing code, creating files, or when files exceed line limits and need modularization.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Guide for creating MCP (Model Context Protocol) servers. Use this when building integrations with external services, creating new MCP servers, or connecting Claude to APIs.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Forbid hardcoded values in code. Use this when reviewing code, writing new features, or when magic numbers/strings are detected. Enforces constants, env variables, and config files.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Transform ideas into actionable implementation plans. Combines Socratic questioning for requirements discovery with detailed task breakdown for zero-context engineers. Use before any feature development.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Write developer-oriented README as onboarding documentation. Use when creating/updating README, setting up new projects, or when new developers need to understand the codebase quickly. README = Entry point + Architecture overview + Working agreement.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
موظفو المكاتب العامون
الوصف

작업 완료 후 상세 리포트 문서를 작성. 변경 이력, 영향도 분석, 검증 결과를 문서화할 때 사용. 파일명 규칙 YYYY-MM-DD-<제목>-report.md

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Clean Architecture and SOLID principles guide. Use this when designing systems, reviewing architecture, or making structural decisions.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement JSON-based structured logging for observability. Use when setting up logging, debugging production issues, or preparing for log aggregation (ELK, Datadog). Covers log levels, context, and best practices.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent for each task with code review between tasks.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Four-phase framework ensuring understanding before attempting solutions.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Comprehensive testing workflow combining TDD, real implementations (no mocking), and E2E testing. Use when implementing features, writing tests, or setting up test infrastructure.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
المهن الحاسوبية الأخرى
الوصف

Verify 3-Mirror skill sync consistency across .public/skills, .codex/skills, and .claude/skills. Use after skill changes, before commits, or for CI validation.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Enforce TypeScript strict mode and type safety. Use when setting up projects, reviewing code, or when type errors are ignored. Covers strict flags, no-any rules, and type inference best practices.

لغة النص الأصلي: الكورية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
موظفو المكاتب العامون
الوصف

判断政务服务问题是否模糊,识别缺失要素(主语、证照名称、具体环节),生成精准的政务服务引导语。当用户提出不完整的办事问题或需要引导用户提供更多信息时使用。

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
محللو أبحاث السوق ومتخصصو التسويق
الوصف

Write and add new blog posts for this Next.js site by matching the existing BlogPost structure in `src/lib/blog-data.ts`. Use when asked to draft a new blog article, update blog content, or produce SEO metadata/slug/image details for a new post.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Master receipt scanning operations including parsing, debugging, enhancing accuracy, and database integration. Use when working with receipts, images, OCR issues, expense categorization, or troubleshooting receipt uploads.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

This skill is a practical, 'use-it-while-debugging' reference for getting a LiveKit + Letta voice agent working reliably.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو الويب
الوصف

Design and build reusable, composable UI components following single responsibility principle with clear props, proper encapsulation, and minimal state management. Use this skill when creating or modifying React, Vue, Svelte, or web components, defining…

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٤٠ من أصل ١٬٠٩٥ skills مجمعة.