74265 Skills Available

Find awesome
Agent Skills

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

Popular searches

Performing Security Code Review

|

jeremylongshore
jeremylongshore
1,723221

Generating Security Audit Reports

|

jeremylongshore
jeremylongshore
1,723221

Analyzing Security Headers

|

jeremylongshore
jeremylongshore
1,723221

Responding to Security Incidents

|

jeremylongshore
jeremylongshore
1,723221

Finding Security Misconfigurations

|

jeremylongshore
jeremylongshore
1,723221

Performing Security Audits

|

jeremylongshore
jeremylongshore
1,723221

Performing Security Testing

|

jeremylongshore
jeremylongshore
1,723221

Analyzing Text Sentiment

|

jeremylongshore
jeremylongshore
1,723221

Configuring Service Meshes

|

jeremylongshore
jeremylongshore
1,723221

Checking Session Security

|

jeremylongshore
jeremylongshore
1,723221

Marketplace Manager

Automatically manages marketplace catalog updates, syncs marketplace.json, and handles plugin distribution when user mentions marketplace update, sync catalog, or add to marketplace. Specific to claude-code-plugins two-catalog system.

jeremylongshore
jeremylongshore
1,723221

Plugin Auditor

Automatically audits Claude Code plugins for security vulnerabilities, best practices, CLAUDE.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. Specific to claude-code-plugins repository standards.

jeremylongshore
jeremylongshore
1,723221

Plugin Creator

Automatically creates new Claude Code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. Specific to claude-code-plugins repository workflow.

jeremylongshore
jeremylongshore
1,723221

Plugin Validator

Automatically validates Claude Code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. Runs comprehensive validation specific to claude-code-plugins repository standards.

jeremylongshore
jeremylongshore
1,723221

Version Bumper

Automatically handles semantic version updates across plugin.json and marketplace catalog when user mentions version bump, update version, or release. Ensures version consistency in claude-code-plugins repository.

jeremylongshore
jeremylongshore
1,723221

Generating Test Doubles

|

jeremylongshore
jeremylongshore
1,723221

Running Smoke Tests

|

jeremylongshore
jeremylongshore
1,723221

Managing Snapshot Tests

|

jeremylongshore
jeremylongshore
1,723221

Assisting with SOC2 Audit Preparation

|

jeremylongshore
jeremylongshore
1,723221

Detecting SQL Injection Vulnerabilities

|

jeremylongshore
jeremylongshore
1,723221

Optimizing SQL Queries

|

jeremylongshore
jeremylongshore
1,723221

Managing SSL/TLS Certificates

|

jeremylongshore
jeremylongshore
1,723221

Generating Stored Procedures

|

jeremylongshore
jeremylongshore
1,723221

Scanning for XSS Vulnerabilities

|

jeremylongshore
jeremylongshore
1,723221

Creating GitHub Issues from Web Research

|

jeremylongshore
jeremylongshore
1,723221

Scanning for Vulnerabilities

|

jeremylongshore
jeremylongshore
1,723221

Performing Visual Regression Testing

|

jeremylongshore
jeremylongshore
1,723221

Generating Unit Tests

|

jeremylongshore
jeremylongshore
1,723221

Adapting Transfer Learning Models

|

jeremylongshore
jeremylongshore
1,723221

Forecasting Time Series Data

|

jeremylongshore
jeremylongshore
1,723221

Analyzing System Throughput

|

jeremylongshore
jeremylongshore
1,723221

Generating Test Reports

|

jeremylongshore
jeremylongshore
1,723221

Orchestrating Test Workflows

|

jeremylongshore
jeremylongshore
1,723221

Setting Up Synthetic Monitoring

|

jeremylongshore
jeremylongshore
1,723221

Building Terraform Modules

|

jeremylongshore
jeremylongshore
1,723221

Analyzing Test Coverage

|

jeremylongshore
jeremylongshore
1,723221

Generating Test Data

|

jeremylongshore
jeremylongshore
1,723221

migrate-honcho-ts

Migrates Honcho TypeScript SDK code from v1.6.0 to v2.1.1. Use when upgrading @honcho-ai/sdk, fixing breaking changes after upgrade, or when errors mention removed APIs like .core, getConfig, observations, or snake_case properties.

plastic-labs
plastic-labs
1,710208

honcho-integration

Integrate Honcho memory and social cognition into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, implementing the dialectic chat endpoint for AI agents, or wiring Honcho into bot frameworks (nanobot, openclaw, picoclaw, etc).

plastic-labs
plastic-labs
1,710208

migrate-honcho

Migrates Honcho Python SDK code from v1.6.0 to v2.1.1. Use when upgrading honcho package, fixing breaking changes after upgrade, or when errors mention AsyncHoncho, observations, Representation class, .core property, or get_config methods.

plastic-labs
plastic-labs
1,710208

swiftui-performance-audit

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.

dimillian
dimillian
1,70797

swiftui-ui-patterns

Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.

dimillian
dimillian
1,70797

swiftui-view-refactor

Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.

dimillian
dimillian
1,70797

app-store-changelog

Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

dimillian
dimillian
1,70797

github

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

dimillian
dimillian
1,70797

swift-concurrency-expert

Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.

dimillian
dimillian
1,70797

react-component-performance

Analyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or improve a React component, reduce re-renders, or speed up UI updates in React apps.

dimillian
dimillian
1,70797

macos-spm-app-packaging

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.

dimillian
dimillian
1,70797

ios-debugger-agent

Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools.

dimillian
dimillian
1,70797

gh-issue-fix-flow

End-to-end GitHub issue fix workflow using gh, local code changes, builds/tests, and git push. Use when asked to take an issue number, inspect the issue via gh, implement a fix, run XcodeBuildMCP builds/tests, commit with a closing message, and push.

dimillian
dimillian
1,70797

Page 233 of 1486 · 74265 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.