86172 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

laravel:debugging-prompts

Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions

jpcaparas
jpcaparas
1226

laravel:nova:resource-patterns

Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes

jpcaparas
jpcaparas
1226

laravel:migrations-and-factories

Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance

jpcaparas
jpcaparas
1226

laravel:laravel-prompting-patterns

Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code

jpcaparas
jpcaparas
1226

laravel:iterating-on-code

Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides

jpcaparas
jpcaparas
1226

laravel:performance-caching

Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness

jpcaparas
jpcaparas
1226

laravel:internationalization-and-translation

Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management

jpcaparas
jpcaparas
1226

laravel:constants-and-configuration

Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files

jpcaparas
jpcaparas
1226

laravel:controller-cleanup

Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/single-action controllers

jpcaparas
jpcaparas
1226

laravel:controller-tests

Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them

jpcaparas
jpcaparas
1226

laravel:api-resources-and-pagination

Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly

jpcaparas
jpcaparas
1226

laravel:writing-plans

Create an actionable Laravel implementation plan—bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points

jpcaparas
jpcaparas
1226

laravel:api-surface-evolution

Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests

jpcaparas
jpcaparas
1226

laravel:blade-components-and-layouts

Compose UIs with Blade components, slots, and layouts; keep templates pure and testable

jpcaparas
jpcaparas
1226

laravel:bootstrap-check

Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are reachable

jpcaparas
jpcaparas
1226

laravel:custom-helpers

Create and register small, pure helper functions when they improve clarity; keep them organized and tested

jpcaparas
jpcaparas
1226

laravel:daily-workflow

Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests

jpcaparas
jpcaparas
1226

laravel:brainstorming

Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments

jpcaparas
jpcaparas
1226

laravel:code-review-requests

Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions

jpcaparas
jpcaparas
1226

laravel:complexity-guardrails

Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches

jpcaparas
jpcaparas
1226

laravel:config-env-storage

Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation

jpcaparas
jpcaparas
1226

ink-component-patterns

Use when building terminal UIs with Ink component patterns for React-based CLI applications.

thebushidocollective
thebushidocollective
12214

terraform-state

Use when managing Terraform state files, remote backends, and state locking for infrastructure coordination.

thebushidocollective
thebushidocollective
12214

terraform-modules

Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.

thebushidocollective
thebushidocollective
12214

terraform-configuration

Use when writing and organizing Terraform infrastructure-as-code configurations for cloud resource provisioning.

thebushidocollective
thebushidocollective
12214

tailwind-utility-classes

Use when working with Tailwind CSS utility classes for layout, spacing, typography, colors, and visual effects. Covers utility-first CSS patterns and class composition.

thebushidocollective
thebushidocollective
12214

tailwind-responsive-design

Use when building responsive layouts and mobile-first designs with Tailwind CSS. Covers breakpoints, container queries, and responsive utilities.

thebushidocollective
thebushidocollective
12214

tailwind-performance

Use when optimizing Tailwind CSS for production, reducing bundle size, and improving performance. Covers PurgeCSS, JIT mode, and build optimization.

thebushidocollective
thebushidocollective
12214

tailwind-configuration

Use when setting up or customizing Tailwind CSS configuration, theme customization, plugins, and build setup. Covers tailwind.config.js setup and content paths.

thebushidocollective
thebushidocollective
12214

tailwind-components

Use when building reusable component patterns with Tailwind CSS. Covers component extraction, @apply directive, and composable design patterns.

thebushidocollective
thebushidocollective
12214

syncpack-version-groups

Use when defining version policies, banning dependencies, pinning versions, or creating partitioned version groups in syncpack. Covers advanced version management patterns.

thebushidocollective
thebushidocollective
12214

syncpack-configuration

Use when setting up or configuring syncpack for a monorepo. Covers configuration files, workspace detection, and custom rule definitions for dependency version management.

thebushidocollective
thebushidocollective
12214

storybook-story-writing

Use when creating or modifying Storybook stories for components. Ensures stories follow CSF3 format, properly showcase component variations, and build successfully.

thebushidocollective
thebushidocollective
12214

storybook-play-functions

Use when adding interaction testing to Storybook stories. Enables automated testing of component behavior, user interactions, and state changes directly in stories.

thebushidocollective
thebushidocollective
12214

storybook-configuration

Use when setting up or configuring Storybook for a project. Covers main configuration, addons, builders, and framework-specific setup.

thebushidocollective
thebushidocollective
12214

storybook-component-documentation

Use when creating or improving component documentation in Storybook. Helps generate comprehensive docs using MDX, autodocs, and JSDoc comments.

thebushidocollective
thebushidocollective
12214

storybook-args-controls

Use when configuring interactive controls and args for Storybook stories. Helps create dynamic, explorable component demonstrations with proper type constraints.

thebushidocollective
thebushidocollective
12214

rspec-mocking

Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.

thebushidocollective
thebushidocollective
12214

rspec-fundamentals

Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.

thebushidocollective
thebushidocollective
12214

pytest-plugins

Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.

thebushidocollective
thebushidocollective
12214

pytest-fixtures

Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.

thebushidocollective
thebushidocollective
12214

pytest-advanced

Use when advanced Pytest features including markers, custom assertions, hooks, and coverage configuration.

thebushidocollective
thebushidocollective
12214

pulumi-stacks

Use when managing multiple environments with Pulumi stacks for development, staging, and production deployments.

thebushidocollective
thebushidocollective
12214

pulumi-components

Use when building reusable infrastructure components with Pulumi for modular, composable cloud resources.

thebushidocollective
thebushidocollective
12214

pulumi-basics

Use when writing infrastructure-as-code with Pulumi using programming languages for cloud resource provisioning.

thebushidocollective
thebushidocollective
12214

playwright-test-architecture

Use when setting up Playwright test projects and organizing test suites with proper configuration and project structure.

thebushidocollective
thebushidocollective
12214

playwright-page-object-model

Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.

thebushidocollective
thebushidocollective
12214

playwright-fixtures-and-hooks

Use when managing test state and infrastructure with reusable Playwright fixtures and lifecycle hooks for efficient test setup and teardown.

thebushidocollective
thebushidocollective
12214

playwright-bdd-step-definitions

Use when creating step definitions with Given, When, Then, using createBdd() for step functions, implementing Page Object Model patterns, and sharing fixtures between steps.

thebushidocollective
thebushidocollective
12214

claude-agent-sdk-context-management

Use when managing agent context, memory, and conversation state in Claude AI agents using the Agent SDK.

thebushidocollective
thebushidocollective
12214

Page 592 of 1724 · 86172 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.