86184 Skills Available

Find awesome
Agent Skills

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

Popular searches

symfony:config-env-parameters

Manage Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings

MakFly
MakFly
17516

symfony:bootstrap-check

Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements

MakFly
MakFly
17516

symfony:api-platform-versioning

Evolve API Platform APIs via deprecation (deprecationReason/sunset, RFC 8594/9745), the recommended alternative to versioning; plus path/header strategies

MakFly
MakFly
17516

symfony:api-platform-tests

Test API Platform resources with ApiTestCase; assert collections, items, filters, JSON schema, and authentication

MakFly
MakFly
17516

symfony:api-platform-state-providers

Master API Platform v4 State Providers and Processors (ProviderInterface/ProcessorInterface) to decouple data retrieval and persistence from entities

MakFly
MakFly
17516

symfony:api-platform-serialization

Control API Platform serialization with groups, #[Context], IRI links (readableLink/writableLink), and custom context builders

MakFly
MakFly
17516

symfony:api-platform-security

Secure API Platform resources with security expressions, voters, securityPostValidation, and operation-level access control

MakFly
MakFly
17516

symfony:tdd-with-phpunit

Apply RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; KernelTestCase/WebTestCase, attributes (#[Test]/#[DataProvider]), Foundry

MakFly
MakFly
17516

symfony:tdd-with-pest

Apply RED-GREEN-REFACTOR with Pest v4 (PHP 8.3+) for Symfony via the PHPUnit bridge; Foundry factories, WebTestCase, verify failures first

MakFly
MakFly
17516

symfony:symfony-voters

Implement granular authorization with Symfony Voters; decouple permission logic from controllers; test authorization separately

MakFly
MakFly
17516

symfony:symfony-scheduler

Schedule recurring tasks with the Symfony Scheduler component (native since 7.x); define schedules, triggers, and integrate with Messenger

MakFly
MakFly
17516

symfony:api-platform-resources

Configure API Platform v4 resources with explicit operations, pagination, and typed OpenAPI for clean, versioned REST/GraphQL APIs

MakFly
MakFly
17516

symfony:api-platform-filters

Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy #[ApiFilter] - for search, date, range, boolean, and custom filtering

MakFly
MakFly
17516

symfony:api-platform-dto-resources

Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled input/output contracts

MakFly
MakFly
17516

symfony:value-objects-and-dtos

Design Value Objects for domain concepts and DTOs for data transfer with proper immutability (readonly) and validation

MakFly
MakFly
17516

symfony:test-doubles-mocking

Create test doubles with PHPUnit mocks for isolated unit testing in Symfony

MakFly
MakFly
17516

symfony:twig-components

Build reusable UI components with Symfony UX Twig Components (props, slots, anonymous components, CVA) for clean templates

MakFly
MakFly
17516

symfony:using-symfony-superpowers

Entry point for Symfony Superpowers - lightweight workflow guidance and command map

MakFly
MakFly
17516

symfony:writing-plans

Create structured implementation plans for Symfony features with clear steps, dependencies, and acceptance criteria

MakFly
MakFly
17516

ui-automation-workflows

Accessibility-first UI automation using IDB. Query accessibility tree (fast, 50 tokens) before screenshots (slow, 170 tokens). Use when automating simulator interactions, tapping UI elements, finding buttons, or testing user flows. Covers idb-ui-describe, idb-ui-tap, idb-ui-find-element patterns.

conorluddy
conorluddy
17517

performance-profiling

Instruments integration and performance analysis workflows for iOS apps. Use when profiling CPU usage, memory allocation, network activity, or energy consumption. Covers Time Profiler, Allocations, Leaks, Network instruments, and performance optimization strategies.

conorluddy
conorluddy
17517

crash-debugging

Crash log analysis, symbolication, and debugging workflows for iOS apps. Use when investigating app crashes, analyzing crash reports, symbolicating stack traces, or identifying root causes. Covers crash log retrieval, symbolication with dSYM files, stack trace analysis, and common crash patterns.

conorluddy
conorluddy
17517

simulator-workflows

iOS Simulator device and app management with simctl. Use when managing simulator devices (boot, create, delete), installing/launching apps, or troubleshooting simulator issues. Covers device lifecycle, app lifecycle, and diagnostics.

conorluddy
conorluddy
17517

xcode-workflows

Xcode build system guidance for xcodebuild operations. Use when building iOS projects, running tests, analyzing build failures, or configuring schemes. Covers build/clean/test operations, interpreting xcodebuild output, and troubleshooting common build errors.

conorluddy
conorluddy
17517

ios-testing-patterns

XCTest and XCUITest execution workflows and flaky test detection patterns

conorluddy
conorluddy
17517

state-management

Cache management, configuration best practices, and progressive disclosure patterns for efficient context window usage. Use when working with large responses, optimizing token costs, or managing plugin state across operations.

conorluddy
conorluddy
17517

accessibility-testing

WCAG compliance testing and accessibility quality assurance workflows for iOS apps. Use when validating accessibility labels, testing VoiceOver compatibility, checking contrast ratios, or ensuring WCAG 2.1 compliance. Covers accessibility tree analysis, semantic validation, and automated accessibility testing patterns.

conorluddy
conorluddy
17517

code-review

Code review a pull request

TheBushidoCollective
TheBushidoCollective
17520

android-architecture

Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.

TheBushidoCollective
TheBushidoCollective
17520

mise-task-configuration

Use when defining and configuring Mise tasks in mise.toml. Covers task definitions, dependencies, file tasks, and parallel execution.

TheBushidoCollective
TheBushidoCollective
17520

bdd-principles

Core BDD concepts, philosophy, and the Three Amigos practice

TheBushidoCollective
TheBushidoCollective
17520

python-async-patterns

Master Python asynchronous programming with asyncio, async/await,

TheBushidoCollective
TheBushidoCollective
17520

go-concurrency

Use when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.

TheBushidoCollective
TheBushidoCollective
17520

prettier-configuration

Use when prettier configuration including options, config files, ignore patterns, and formatting rules.

TheBushidoCollective
TheBushidoCollective
17520

prettier-integration

Use when prettier integration with editors, pre-commit hooks, ESLint, and CI/CD pipelines.

TheBushidoCollective
TheBushidoCollective
17520

prettier-plugins

Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.

TheBushidoCollective
TheBushidoCollective
17520

plugin-development

Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.

TheBushidoCollective
TheBushidoCollective
17520

architect

Design system architecture and high-level technical strategy

TheBushidoCollective
TheBushidoCollective
17520

baseline-restorer

Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.

TheBushidoCollective
TheBushidoCollective
17520

boy-scout-rule

Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.

TheBushidoCollective
TheBushidoCollective
17520

debug

Investigate and diagnose issues without necessarily fixing them

TheBushidoCollective
TheBushidoCollective
17520

document

Generate or update documentation for code, APIs, or systems

TheBushidoCollective
TheBushidoCollective
17520

explain

Explain code, concepts, or technical decisions in clear, understandable terms

TheBushidoCollective
TheBushidoCollective
17520

explicit-configuration

Prefer explicit configuration over framework defaults to prevent environment-dependent failures

TheBushidoCollective
TheBushidoCollective
17520

fix

Debug and fix bugs, errors, or unexpected behavior

TheBushidoCollective
TheBushidoCollective
17520

legacy-code-safety

Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.

TheBushidoCollective
TheBushidoCollective
17520

optimize

Optimize code for performance, readability, or efficiency

TheBushidoCollective
TheBushidoCollective
17520

orthogonality-principle

Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.

TheBushidoCollective
TheBushidoCollective
17520

professional-honesty

Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.

TheBushidoCollective
TheBushidoCollective
17520

project-memory

Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.

TheBushidoCollective
TheBushidoCollective
17520

Page 548 of 1724 · 86184 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.