Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agentic-skills

يحتوي agentic-skills على 38 من skills المجمعة من leeovery، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
38
Stars
14
محدث
2026-06-11
Forks
4
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

laravel-validation
مطوّرو البرمجيات

Form request validation and comprehensive validation testing. Use when creating or modifying form requests, validation rules, or validation tests.

2026-06-11
nuxt-features
مطوّرو البرمجيات

Feature module pattern organizing domain logic into queries, mutations, and actions. Use when implementing data fetching with filters, API mutations with loading states, business logic with UI feedback, or organizing domain-specific code.

2026-06-10
nuxt-pages
مطوّرو الويب

File-based routing with page patterns for lists, details, and navigation. Use when creating pages, defining page meta (permissions, layouts), implementing list/detail patterns, or setting up breadcrumbs and headers.

2026-06-10
nuxt-architecture
مطوّرو البرمجيات

Foundational architecture for Nuxt 4 + Vue 3 + Nuxt UI applications. Use when starting new projects, understanding project structure, or making architectural decisions about directory organization, technology choices, and pattern selection.

2026-05-19
nuxt-components
مطوّرو الويب

Vue component patterns with Composition API and script setup. Use when creating components, understanding script setup order convention, organizing component directories, or implementing component patterns like slideovers, modals, and tables.

2026-05-19
nuxt-composables
مطوّرو الويب

Creating custom Vue composables with proper patterns. Use when building reusable stateful logic, shared state management, or encapsulating feature-specific behavior.

2026-05-19
nuxt-forms
مطوّرو البرمجيات

Form handling with XForm component and useFormBuilder. Use when creating forms, handling validation errors, managing form state, or building form-based slideovers and modals.

2026-05-19
nuxt-server-data
مطوّرو البرمجيات

Server-side data layer with Drizzle ORM + Cloudflare D1 + NuxtHub. Use when designing schema, generating and applying migrations, querying from Nitro routes, sharing types between client and server, or testing DB writes.

2026-05-19
nuxt-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing strategy across unit, component, composable, API integration, and E2E layers. Use when adding tests, choosing the right tier for a piece of behaviour, setting up vitest or Playwright, or designing test seams for Nitro-side effects.

2026-05-19
nuxt-design-tokens
مطوّرو الويب

Design tokens and theming via Tailwind 4 `@theme static` and Nuxt UI semantic classes. Use when registering custom type scales, motion curves, brand palettes, or contextual CSS overrides; also when building dark-mode-correct surfaces and View Transitions.

2026-05-19
nuxt-layers
مطوّرو الويب

Working with Nuxt layers (base, nuxt-ui, x-ui) that provide shared functionality. Use when understanding layer architecture, importing from layers, extending layer functionality, or creating new layers.

2026-05-19
nuxt-config
مطوّرو البرمجيات

Nuxt and app configuration files. Use when configuring nuxt.config.ts, app.config.ts, environment variables, runtime config, or understanding how configuration flows through the application.

2026-05-19
laravel-multi-tenancy
مطوّرو البرمجيات

Multi-tenant application architecture patterns. Use when working with tenant isolation, tenant scoping, or multi-tenant systems.

2026-03-30
laravel-providers
مطوّرو البرمجيات

Service providers, bootstrapping, and application configuration. Use when modifying service providers, booters, bootstrap logic, or app-level configuration.

2026-03-30
laravel-value-objects
مطوّرو البرمجيات

Immutable value objects for domain values. Use when creating or modifying value objects like money, coordinates, or other domain primitives.

2026-03-30
laravel-actions
مطوّرو البرمجيات

Action-oriented architecture for Laravel — invokable classes containing domain logic. Use when creating or modifying actions, business logic, or domain operations.

2026-03-29
laravel-architecture
مطوّرو البرمجيات

High-level architecture decisions, patterns, and project structure. Use when deciding which pattern to use, organizing code, or making structural decisions.

2026-03-29
laravel-controllers
مطوّرو البرمجيات

Thin HTTP-layer controllers with zero domain logic. Use when creating or modifying controllers, handling HTTP concerns, or structuring web vs API layers.

2026-03-29
laravel-dtos
مطوّرو البرمجيات

Data Transfer Objects using Spatie Laravel Data. Use when creating or modifying DTOs, data objects, formatters, transformers, or structured data handling.

2026-03-29
laravel-enums
مطوّرو البرمجيات

Backed enums with labels and business logic. Use when defining or modifying enums, status values, or fixed option sets.

2026-03-29
laravel-exceptions
مطوّرو البرمجيات

Custom exceptions with static factories and HTTP responses. Use when creating or modifying exceptions or error handling.

2026-03-29
laravel-jobs
مطوّرو البرمجيات

Background jobs and event listeners for async processing. Use when creating or modifying jobs, queues, listeners, or event-driven workflows.

2026-03-29
laravel-models
مطوّرو البرمجيات

Eloquent model patterns and database layer. Use when creating or modifying models, relationships, casts, or observers.

2026-03-29
laravel-packages
مطوّرو البرمجيات

Package development and extraction of reusable code. Use when creating, extracting, or modifying composer packages.

2026-03-29
laravel-policies
مطوّرو البرمجيات

Authorization policies for resource access control. Use when creating or modifying policies, permissions, or ability checks.

2026-03-29
laravel-quality
مطوّرو البرمجيات

Code quality tooling with PHPStan, Pint, and strict types. Use when configuring or running static analysis, code style, or linting.

2026-03-29
laravel-query-builders
مطوّرو البرمجيات

Custom query builders for type-safe, composable database queries. Use when creating or modifying query builders, query scopes, or complex database queries.

2026-03-29
laravel-routing
مطوّرو البرمجيات

Route configuration, route model binding, and authorization. Use when defining routes, configuring model binding, or setting up route-level authorization.

2026-03-29
laravel-services
مطوّرو البرمجيات

Service layer for external API integration using manager pattern and Saloon. Use when integrating external APIs or third-party services.

2026-03-29
laravel-state-machines
مطوّرو البرمجيات

State machines using Spatie Model States for complex state transitions. Use when implementing or modifying state machines, transitions, or transition validation.

2026-03-29
laravel-testing
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive testing patterns with Pest. Use when writing or modifying tests, mocking, factories, or test patterns.

2026-03-29
nuxt-auth
مطوّرو البرمجيات

Authentication with Laravel Sanctum and permission-based authorization. Use when implementing login/logout, protecting pages with permissions, checking permissions in components, or understanding the auth flow.

2026-03-26
nuxt-enums
مطوّرو البرمجيات

TypeScript enum pattern with Castable interface for model integration. Use when creating enums with behavior methods (colors, labels), defining fixed value sets, or integrating enums with the model casting system.

2026-03-26
nuxt-errors
مطوّرو البرمجيات

Error handling with error classes, handlers, and interceptors. Use when handling API errors, displaying validation errors, configuring error handlers, or implementing error interceptors.

2026-03-26
nuxt-models
مطوّرو البرمجيات

Domain model classes with automatic hydration, relations, and type casting. Use when creating models for API entities, defining relationships between models, casting properties to enums/dates, or creating value objects.

2026-03-26
nuxt-realtime
مطوّرو البرمجيات

Real-time features with Laravel Echo and WebSockets. Use when subscribing to channels, listening for events, implementing live updates, or managing channel subscriptions.

2026-03-26
nuxt-repositories
مطوّرو البرمجيات

Repository pattern for API access with automatic model hydration. Use when creating repositories for API resources, configuring model hydration, adding custom API methods, or registering repositories in app config.

2026-03-26
nuxt-tables
مطوّرو الويب

Table components with column builder pattern and XTable. Use when creating data tables, defining columns with custom cells, implementing row actions, or building reusable table configurations.

2026-03-26