Skip to main content

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

Sheshiyer/skill-clusters - الصفحة ١٢

جمع SkillsMP عدد ٧٢٢ من skills من Sheshiyer/skill-clusters. افتح أي skill لمراجعة مصدره وتفاصيله.

Sheshiyer/skill-clusters

عرض ٤٠ من أصل ٧٢٢ skills مجمعة.

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

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. USE WHEN an agent run fails, loops, or behaves unexpectedly and you need a repeatable post-mortem and recovery process.

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

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

Operate as an agentic engineer using eval-first execution, task decomposition, and cost-aware model routing. USE WHEN planning or executing LLM-driven engineering work and you need disciplined evals, decomposition, and model-selection practices.

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

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

Build persistent multi-agent operating systems on Claude Code, covering kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and database-free state. USE WHEN designing a multi-agent system, kernel, or file-based…

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

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

Regression testing strategies for AI-assisted development: sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch blind spots when the same model writes and reviews code. USE WHEN guarding AI-generated…

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

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

Clean Architecture patterns for Android and Kotlin Multiplatform projects, covering module structure, dependency rules, UseCases, Repositories, and data-layer patterns. USE WHEN structuring an Android/KMP codebase, defining module boundaries, or applying…

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

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

Generate Angular code and architectural guidance covering signals reactivity, forms, dependency injection, routing, SSR, ARIA, animations, styling, testing, and CLI tooling. USE WHEN creating Angular projects, components, or services, or applying modern…

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

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

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. USE WHEN designing or reviewing a REST API's endpoints, response shapes, versioning, or error…

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

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

Capture architectural decisions as structured ADRs, recording context, alternatives considered, and rationale, and maintaining an ADR log of why the codebase is shaped as it is. USE WHEN a significant design or technology choice is made and should be…

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

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

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. USE WHEN building or refactoring Node/Express/Next.js backend code, API routes, or data-access and server-side logic.

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

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

Measure performance baselines, detect regressions before and after PRs, and compare stack alternatives. USE WHEN establishing a perf baseline, checking whether a change slowed things down, or benchmarking competing libraries or approaches.

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

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

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent projects, with self-contained per-step briefs, adversarial review gate, dependency graph, and parallel-step detection. USE WHEN planning a complex multi-PR or…

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

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

Automate visual testing and UI interaction verification through browser automation. USE WHEN confirming a deployed or in-progress feature renders and behaves correctly in a real browser, or catching visual and interaction regressions.

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

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

Guide to building polished apps with Expo Router, covering fundamentals, styling, components, navigation, animations, patterns, and native tabs. USE WHEN building or styling Expo/React Native UI, setting up Expo Router navigation, or adding native tabs and…

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

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

Set up Tauri CI/CD with GitHub Actions and tauri-action for cross-platform desktop builds. USE WHEN automating Tauri build, test, or release across Windows/macOS/Linux, configuring workflow triggers, or publishing signed releases.

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

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

Bun as runtime, package manager, bundler, and test runner, including when to choose Bun vs Node. USE WHEN adopting Bun, migrating from Node, writing or debugging Bun scripts/tests, or configuring Bun on Vercel.

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

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

Call the Tauri v2 frontend from Rust via the event system, channels, and JavaScript evaluation. USE WHEN emitting events from Rust to the webview, streaming data over IPC channels, or pushing state changes from backend to frontend.

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

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

Call Rust backend functions from the Tauri v2 frontend with invoke and #[tauri::command]. USE WHEN defining commands, passing arguments or return values across IPC, handling command errors, or wiring async frontend-to-Rust calls.

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

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

Monitor and verify a deployed URL by checking HTTP endpoints, SSE streams, static assets, console errors, and performance regressions. USE WHEN smoke-testing or canary-watching after a deploy, a risky merge, or a dependency upgrade.

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

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

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, and interface hygiene. USE WHEN reviewing IOS/IOS-XE config before a change, picking read-only show commands, or verifying a change-window landed safely.

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

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

Persistent per-project memory for Claude Code that auto-loads context on session start, tracks sessions with git activity, and writes native memory via deterministic Node.js scripts. USE WHEN running /ck:* commands or keeping project context across sessions.

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

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

ClickHouse schema, query optimization, and data-engineering patterns for high-performance OLAP workloads. USE WHEN designing MergeTree tables, writing or tuning analytical queries, ingesting large data volumes, or migrating from Postgres/MySQL to ClickHouse.

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

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

Create CodeTour .tour files — persona-targeted, step-by-step walkthroughs anchored to real files and line ranges. USE WHEN building onboarding tours, architecture walkthroughs, PR tours, RCA tours, or a reusable 'explain how this works' artifact.

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

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

Compose Multiplatform and Jetpack Compose patterns for KMP — state management, navigation, theming, performance, and platform-specific UI. USE WHEN building shared Compose UI across Android/iOS/Desktop/Web, managing Compose state, or optimizing recomposition.

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

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

Configure Tauri v2 apps via tauri.conf.json, Cargo.toml, and package.json, including environment-specific overrides. USE WHEN setting up or editing Tauri config, tuning window/bundle/plugin options, or managing per-environment desktop and mobile settings.

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

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

Configure Tauri v2 capabilities to bind permissions to specific windows and webviews for access control. USE WHEN writing capability files, scoping permissions per window label, setting desktop/mobile targets, or tightening frontend security boundaries.

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

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

Configure Content Security Policy (CSP) in Tauri v2 apps to prevent XSS and restrict where the webview loads resources. USE WHEN setting or hardening CSP in tauri.conf.json, debugging blocked scripts/styles, or tightening webview trust boundaries.

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

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

Configure HTTP response headers in Tauri v2.1+ webview responses, covering security headers, custom headers, and CORS from the allowlist. USE WHEN adding security headers, setting CORS for cross-origin requests, or customizing webview response headers.

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

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

Configure the Tauri v2 permission system controlling frontend access to backend commands and resources. USE WHEN defining allow/deny lists, enabling plugin permissions, referencing permission identifiers, or wiring permissions into scopes and capabilities.

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

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

Configure Tauri v2 command scopes for fine-grained authorization with allow/deny rules, where deny wins. USE WHEN restricting filesystem paths or URL patterns per command, managing scopes dynamically, or enforcing capability-based access in command logic.

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

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

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. USE WHEN running long-lived agent loops and choosing between sequential, continuous-PR, RFC-DAG, or infinite parallel modes with safe recovery.

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

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

Instinct-based learning that observes Claude Code sessions via hooks, creates confidence-scored atomic instincts, and evolves them into skills/commands/agents with project-scoped isolation. USE WHEN setting up session learning, tuning instinct thresholds, or…

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

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

Cost optimization patterns for LLM API usage: model routing by task complexity, budget tracking, retry logic, and prompt caching. USE WHEN LLM API spend is too high, picking models per task, adding budget caps, or wiring prompt caching.

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

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

C++ test authoring and tooling with GoogleTest and CTest. USE WHEN writing, updating, or fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage or sanitizers.

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

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

Customize Tauri desktop windows: custom titlebars, transparent windows, decorations, drag regions, menus, submenus, and menu keyboard shortcuts. USE WHEN building a frameless or custom titlebar, transparent window, drag region, or native window menu in Tauri.

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

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

Production Dart and Flutter patterns: null safety, immutable state, async, widget architecture, BLoC/Riverpod/Provider, GoRouter, Dio, Freezed, and clean architecture. USE WHEN structuring a Flutter app, choosing state management, or wiring navigation and…

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

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

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deploys across PostgreSQL, MySQL, and ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate). USE WHEN writing a migration, planning a zero-downtime…

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

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

Debug Tauri v2 apps across VS Code, RustRover, IntelliJ, and Neovim: console debugging, WebView DevTools, Rust backtraces, CrabNebula DevTools, and IDE launch configs. USE WHEN a Tauri app misbehaves and you need breakpoints, DevTools, or backtraces wired up.

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

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

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows: reentrancy, CEI ordering, donation/inflation attacks, oracle manipulation, slippage, admin controls, and integer math. USE WHEN auditing or writing an AMM, liquidity pool, or swap…

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

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

Deployment workflows for web apps: CI/CD pipelines, Docker containerization, health checks, rollback strategies, and production readiness checklists. USE WHEN shipping a web app, setting up a CI/CD pipeline, containerizing with Docker, or hardening a release…

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

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

Generate or audit design systems, check visual consistency, and review styling changes. USE WHEN creating a design system or design tokens, auditing visual consistency, or reviewing a PR that touches CSS, theming, or styling.

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

آخر تحديث
عرض ٤٠ من أصل ٧٢٢ skills مجمعة.