82488 Skills Available

Find awesome
Agent Skills

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

Popular searches

deepinit

Initialize project harness with AGENTS.md as table of contents,

infinite-loop-factory
infinite-loop-factory
96

deepsec

Drive the `oma-deepsec` skill end-to-end. Installs `.deepsec/`,

infinite-loop-factory
infinite-loop-factory
96

review

Full QA review pipeline covering security audit (OWASP Top 10),

infinite-loop-factory
infinite-loop-factory
96

expo-dev-client

Build and distribute Expo development clients locally or via TestFlight

infinite-loop-factory
infinite-loop-factory
96

stack-set

Auto-detect project tech stack and generate stack-specific

infinite-loop-factory
infinite-loop-factory
96

tools

Manage MCP tools with natural language commands to list, enable,

infinite-loop-factory
infinite-loop-factory
96

ultrawork

Ultrawork - high-quality 5-phase development workflow with 11

infinite-loop-factory
infinite-loop-factory
96

video

Agent-native, key-optional video generation workflow that turns a brief into a finished MP4 — script → parallel asset generation (voice/visual/caption) → render-spec → Remotion compositor (MPT fallback) → QA loop → output + manifest

infinite-loop-factory
infinite-loop-factory
96

work

Coordinate multiple agents for a complex multi-domain project using

infinite-loop-factory
infinite-loop-factory
96

expo-tailwind-setup

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

infinite-loop-factory
infinite-loop-factory
96

native-data-fetching

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.

infinite-loop-factory
infinite-loop-factory
96

plan

PM planning workflow that gathers requirements, decomposes them

infinite-loop-factory
infinite-loop-factory
96

orchestrate

Automated CLI-based parallel agent execution that spawns subagents

infinite-loop-factory
infinite-loop-factory
96

expo-deployment

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes

infinite-loop-factory
infinite-loop-factory
96

expo-cicd-workflows

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

infinite-loop-factory
infinite-loop-factory
96

expo-api-routes

Guidelines for creating API routes in Expo Router with EAS Hosting

infinite-loop-factory
infinite-loop-factory
96

gluestack-nativewind

This skill enforces Gluestack UI v3 and NativeWind v4 design patterns for consistent, performant, and maintainable styling. It should be used when creating or reviewing components, fixing styling issues, or refactoring styles to follow the constrained design system.

infinite-loop-factory
infinite-loop-factory
96

building-native-ui

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

infinite-loop-factory
infinite-loop-factory
96

oma-architecture

Architecture specialist for software/system design, module and service boundaries, tradeoff analysis, and stakeholder synthesis. Uses context-aware methods such as diagnostic routing, design-twice comparison, ATAM-style risk analysis, CBAM-style prioritization, and ADR-style decision records.

infinite-loop-factory
infinite-loop-factory
96

pdf

Convert PDF to Markdown using opendataloader-pdf, extracting text,

infinite-loop-factory
infinite-loop-factory
96

app-store-screenshots

Use when building App Store screenshot pages, generating exportable marketing screenshots for iOS apps, or creating programmatic screenshot generators with Next.js. Triggers on app store, screenshots, marketing assets, html-to-image, phone mockup.

infinite-loop-factory
infinite-loop-factory
96

ralph

Ralph - persistent self-referential execution loop wrapping

infinite-loop-factory
infinite-loop-factory
96

oma-backend

Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.

infinite-loop-factory
infinite-loop-factory
96

recap

Daily or period recap via `oma-recap`. Resolves a date or window from natural language, invokes `oma recap --json`, delegates theme analysis and Markdown formatting to the skill, and reports a TL;DR plus saved path.

infinite-loop-factory
infinite-loop-factory
96

architecture

Software architecture workflow that diagnoses architecture

infinite-loop-factory
infinite-loop-factory
96

scm

SCM workflow for Git operations (branching/merge/conflict/worktree)

infinite-loop-factory
infinite-loop-factory
96

brainstorm

Design-first ideation workflow that explores user intent, clarifies

infinite-loop-factory
infinite-loop-factory
96

otel-instrumentation

Instrument applications with OpenTelemetry SDK and validate telemetry using Kopai. Use when setting up observability, adding tracing/logging/metrics, testing instrumentation, debugging missing telemetry data, or when traces/logs/metrics aren't appearing after setup. Also use when users say things like "my traces aren't showing up", "I don't see any data", or "how do I add observability to my app".

kopai
kopai
91

create-dashboard

Create observability dashboards from OTEL metrics, logs, and traces using Kopai. Use when building metric visualizations, monitoring views, KPI panels, or when the user wants to see their telemetry data in a dashboard — even if they don't say "dashboard" explicitly. Also use when other skills or workflows need to present telemetry data visually (e.g. after root cause analysis).

kopai
kopai
91

root-cause-analysis

Analyze telemetry data for root cause analysis using Kopai CLI. Use when debugging errors, investigating latency issues, tracing request flows across services, or correlating logs with traces. Also use when users report production issues like "why is my API slow", "getting 500 errors", "service is down", "requests are timing out", or any symptom that needs telemetry-based investigation — even if they don't mention traces or observability explicitly.

kopai
kopai
91

laravel-performance-caching

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

noartem
noartem
9

shadcn-vue

shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, dark mode, MCP server setup, or encountering component imports, Reka UI errors.

noartem
noartem
9

laravel-performance-select-columns

Select only required columns to reduce memory and transfer costs; apply to base queries and relations

noartem
noartem
9

vue3-component-decomposition

Decompose large Vue 3 components into focused SFCs and composables with explicit contracts, simple templates, and SSR-safe side effects.

noartem
noartem
9

laravel-policies-and-authorization

Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections

noartem
noartem
9

laravel-laravel-prompting-patterns

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

noartem
noartem
9

laravel-rate-limiting

Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients

noartem
noartem
9

baseline-ui

Enforces an opinionated UI baseline to prevent AI-generated interface slop.

noartem
noartem
9

complexity-guardrails

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

noartem
noartem
9

laravel-api-resources-and-pagination

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

noartem
noartem
9

laravel-quality-checks

Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided

noartem
noartem
9

laravel-api

Build production-grade Laravel REST APIs using opinionated architecture patterns with Laravel best practices. Use when building, scaffoling, or reviewing Laravel APIs with specifications for stateless design, versioned endpoints, invokable controllers, Form Request DTOs, Action classes, JWT authentication, and PSR-12 code quality standards. Triggers on "build a Laravel API", "create Laravel endpoints", "add API authentication", "review Laravel API code", "refactor Laravel API", or "improve Laravel code quality".

noartem
noartem
9

laravel-config-env-storage

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

noartem
noartem
9

laravel-template-method-and-plugins

Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic

noartem
noartem
9

laravel-transactions-and-consistency

Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency

noartem
noartem
9

laravel-constants-and-configuration

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

noartem
noartem
9

laravel-controller-cleanup

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

noartem
noartem
9

laravel-controller-tests

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

noartem
noartem
9

laravel-custom-helpers

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

noartem
noartem
9

laravel-data-chunking-large-datasets

Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance

noartem
noartem
9

Page 1101 of 1650 · 82488 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.