Directory

Discover and filter AI agent skills. 24,621 active skills available.

Popular guides from the directory

Start with intent-focused guides, then come back to the full directory when you need broader coverage.

Results

Showing 961-984 of 24,621Page 41 of 1026

frontend-slides

29767
from sickn33/antigravity-awesome-skills

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files.

frontend-security-coder

29767
from sickn33/antigravity-awesome-skills

Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns.

frontend-mobile-security-xss-scan

29767
from sickn33/antigravity-awesome-skills

You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection poi

frontend-mobile-development-component-scaffold

29767
from sickn33/antigravity-awesome-skills

You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s

frontend-developer

29767
from sickn33/antigravity-awesome-skills

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture.

frontend-dev-guidelines

29767
from sickn33/antigravity-awesome-skills

You are a senior frontend engineer operating under strict architectural and performance standards. Use when creating components or pages, adding new features, or fetching or mutating data.

frontend-design

29767
from sickn33/antigravity-awesome-skills

You are a frontend designer-engineer, not a layout generator.

freshservice-automation

29767
from sickn33/antigravity-awesome-skills

Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools first for current schemas.

freshdesk-automation

29767
from sickn33/antigravity-awesome-skills

Automate Freshdesk helpdesk operations including tickets, contacts, companies, notes, and replies via Rube MCP (Composio). Always search tools first for current schemas.

free-tool-strategy

29767
from sickn33/antigravity-awesome-skills

You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness.

framework-migration-legacy-modernize

29767
from sickn33/antigravity-awesome-skills

Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex

framework-migration-deps-upgrade

29767
from sickn33/antigravity-awesome-skills

You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa

framework-migration-code-migrate

29767
from sickn33/antigravity-awesome-skills

You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and

fp-types-ref

29767
from sickn33/antigravity-awesome-skills

Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.

fp-ts-react

29767
from sickn33/antigravity-awesome-skills

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.

fp-ts-pragmatic

29767
from sickn33/antigravity-awesome-skills

A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.

fp-ts-errors

29767
from sickn33/antigravity-awesome-skills

Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.

fp-taskeither-ref

29767
from sickn33/antigravity-awesome-skills

Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.

fp-refactor

29767
from sickn33/antigravity-awesome-skills

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns

fp-react

29767
from sickn33/antigravity-awesome-skills

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.

fp-pragmatic

29767
from sickn33/antigravity-awesome-skills

A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead

fp-pipe-ref

29767
from sickn33/antigravity-awesome-skills

Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.

fp-option-ref

29767
from sickn33/antigravity-awesome-skills

Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.

fp-errors

29767
from sickn33/antigravity-awesome-skills

Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code