AgentStack
AlizHarb avatar

AlizHarb

50 listings · 0 installs

Open-source publisher. Listings imported from github.com/AlizHarb — credited to the original author with their license.

↗ github.com/AlizHarb
50+ results
Self-run
SKILL

Design Multi Tenant Feature

Use when designing Laravel features that must be tenant-aware, isolated, authorized, and testable.

0
2
Free
Self-run
SKILL

Create Api Integration

Use when building custom external integrations, Stripe webhooks, CRM integrations, or external HTTP clients.

0
2
Free
Self-run
SKILL

Create Php Attribute

Use when creating or reviewing a custom PHP 8 attribute for metadata, framework integration, architecture checks, tests, middleware, scanners, or support tooling in this Laravel application.

0
0
Free
Self-run
SKILL

Implement Notifications

Use when adding Laravel notifications across mail, database, broadcast, Slack, or custom channels.

0
2
Free
Self-run
SKILL

Debug Phpstan

Use when PHPStan or Larastan reports type, generic, nullability, or framework inference issues.

0
2
Free
Self-run
SKILL

Implement Permissions

Use when implementing Laravel permissions, roles, gates, policies, or Filament authorization.

0
2
Free
Self-run
SKILL

Laravel Reverb Websockets

Use when setting up, configuring, or debugging real-time broadcasting and websockets using Laravel Reverb and Echo.

0
3
Free
Self-run
SKILL

Create Service

Use when creating or changing a Laravel service class that coordinates workflows, external integrations, or multiple Actions without becoming a dumping ground.

0
5
Free
Self-run
SKILL

Implement Subscription Billing

Use when configuring Laravel Cashier, setting up billing portals, handling S3/Stripe webhooks, or verifying user tiers.

0
3
Free
Self-run
SKILL

Create Console Command

Use when creating or changing a Laravel console command and its prompts, output, signature, or supporting tests.

0
2
Free
Self-run
SKILL

Create Livewire Component

Use when creating or changing Livewire pages or components in a Laravel application.

0
4
Free
Self-run
SKILL

Filament Shield

Use when installing, configuring, generating, or reviewing Filament Shield authorization for Filament v5 panels.

0
4
Free
Self-run
SKILL

Create Dto

Use when creating or changing DTOs, data objects, value objects, or input/output contracts for Laravel features.

0
2
Free
Self-run
SKILL

Create Inertia Page

Use when creating Vue/React Inertia pages, configuring controllers to render Inertia views, and managing form submissions.

0
3
Free
Self-run
SKILL

Fix Github Actions

Use when GitHub Actions are failing because of Composer, PHP versions, test matrices, linting, or workflow configuration.

0
4
Free
Self-run
SKILL

Create Action

Use when creating or changing an Action class for a Laravel business operation. Applies to reusable operations called from controllers, Livewire, jobs, commands, APIs, MCP handlers, or services.

0
2
Free
Self-run
SKILL

Manage Frontend Styling

Use when creating or updating Tailwind CSS 4, Flux, or Blade UI patterns and shared components.

0
2
Free
Self-run
SKILL

Create Eloquent Builder

Use when creating or changing an Eloquent builder or query object so reusable query constraints live outside the model.

0
1
Free
Self-run
SKILL

Debug Failing Tests

Use when Pest, PHPUnit, Livewire, browser, or package tests fail and need systematic diagnosis.

0
0
Free
Self-run
SKILL

Design Blade Component

Use when creating or refactoring Blade components, partials, and reusable view pieces.

0
0
Free
Self-run
SKILL

Audit Ai Agent Instructions

Use when auditing AGENTS.md, CLAUDE.md, Cursor rules, Copilot instructions, Boost guidelines, or skill files for safety and clarity.

0
0
Free
Self-run
SKILL

Decompose Model

Use when a model is getting too large and needs concerns, casts, builders, or other extractions.

0
1
Free
Self-run
SKILL

Implement Import Export

Use when building CSV, Excel, or structured import/export workflows in Laravel or Filament.

0
2
Free
Self-run
SKILL

Create Domain Feature

Use when building a general Laravel domain feature that spans routes, UI, API, actions, policies, DTOs, events, jobs, or tests.

0
2
Free
Self-run
SKILL

Create Job

Use when creating or changing Laravel queued jobs, batches, asynchronous workflows, or retryable background work.

0
2
Free
Self-run
SKILL

Create Event Listener

Use when creating or changing Laravel events, listeners, subscribers, or event-driven side effects.

0
1
Free
Self-run
SKILL

Implement Observability

Use when adding logs, metrics, traces, health checks, Pulse recorders, or operational dashboards.

0
1
Free
Self-run
SKILL

Create Database Migration

Use when creating, altering, or adding new database tables, indexes, or constraints in Laravel migrations.

0
2
Free
Self-run
SKILL

Laravel Pulse Monitoring

Use when configuring, integrating, or parsing application metrics and performance bottlenecks using Laravel Pulse.

0
2
Free
Self-run
SKILL

Create Laravel Boost Guidelines

Use when adding Laravel Boost guidelines for a package or application.

0
1
Free
Self-run
SKILL

Refactor Business Logic

Use when moving business logic out of controllers, Livewire components, models, routes, Blade views, or duplicated client layers.

0
0
Free
Self-run
SKILL

Create Policy

Use when creating or changing Laravel policies, gates, or authorization checks for protected resources and operations.

0
1
Free
Self-run
SKILL

Create Architecture Test

Use when creating or updating Pest architecture tests for Laravel layer boundaries.

0
2
Free
Self-run
SKILL

Implement Api Rate Limiting

Use when adding API rate limits, abuse controls, throttles, and tests for Laravel routes or integrations.

0
2
Free
Self-run
SKILL

Filament Development

Use when creating or changing Filament v5 panels, resources, relation managers, pages, widgets, forms, tables, infolists, actions, notifications, query-builder filters, or Filament-related extensions.

0
2
Free
Self-run
SKILL

Create Laravel Package

Use when creating a Laravel package with Composer metadata, service provider, config publishing, commands, tests, CI, and release docs.

0
4
Free
Self-run
SKILL

Format Codebase Pint

Use when running Laravel Pint to fix styling drift, verifying import sorting, or configuring custom rules inside pint.json.

0
2
Free
Self-run
SKILL

Reuse Filament Resources

Use when building Filament relation managers, pages, or admin screens that should reuse existing resource form and table definitions.

0
4
Free
Self-run
SKILL

Deploying Laravel Cloud

Deploys and manages Laravel applications on Laravel Cloud using the `cloud` CLI. Use when the user wants to deploy an app, ship to cloud, create/manage environments, databases, caches, domains, instances, background processes, check billing/usage/spend, or any Laravel Cloud infrastructure. Triggers on deploy, ship, cloud management, environment setup, database provisioning, billing/usage queries,…

0
3
Free
Self-run
SKILL

Implement Webhooks

Use when implementing inbound or outbound webhooks with validation, signatures, retries, idempotency, and tests.

0
4
Free
Self-run
SKILL

Laravel Pennant Feature Flags

Use when creating feature toggles, checking flag status, or configuring class-based features using Laravel Pennant.

0
2
Free
Self-run
SKILL

Create Request

Use when creating Laravel Form Request classes for validation and authorization.

0
2
Free
Self-run
SKILL

Audit Package Version

Use when checking whether a Laravel package or feature should be used and which version-specific APIs are safe.

0
2
Free
Self-run
SKILL

Create Api Endpoint

Use when creating or changing Laravel API routes, controllers, requests, resources, or endpoint behavior.

0
2
Free
Self-run
SKILL

Debug Composer Conflicts

Use when Composer cannot install or update because of dependency conflicts, platform requirements, or security advisories.

0
2
Free
Self-run
SKILL

Configure Secure Storage

Use when setting up file uploads, configuring private/public disks, and serving sensitive document URLs.

0
2
Free
Self-run
SKILL

Manage Localization

Use when adding or restructuring Laravel translation files and localization keys.

0
2
Free
Self-run
SKILL

Prepare Package Release

Use when preparing a package release with changelog, semantic versioning, validation, tags, and GitHub release notes.

0
4
Free
Self-run
SKILL

Configure Local Environment

Use when setting up site domain mapping, configuring Mailpit SMTP credentials, and switching PHP versions locally using Laravel Herd.

0
4
Free
Self-run
SKILL

Review Accessibility

Use when reviewing Blade, Livewire, Inertia, Tailwind, Flux, or Filament UI for accessibility.

0
3
Free