74334 Skills Available

Find awesome
Agent Skills

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

Popular searches

network-security

VPN access and firewall rules. Headscale VPN on bastion for admin access to private services.

nmime
nmime
0

k8s-gitops

ArgoCD GitOps continuous delivery for Kubernetes. Use when installing ArgoCD, configuring ApplicationSets, setting up GitLab CI integration, or managing GitOps repository structure.

nmime
nmime
0

k8s-databases

PostgreSQL and MongoDB on Kubernetes via Percona Operators. Use when deploying databases, configuring HA clusters, setting up backups, monitoring, or performing database operations.

nmime
nmime
0

k8s-cluster-management

Kubernetes cluster installation via Kubespray. Always use Kubespray for cluster provisioning. Includes core addons (Cilium, Gateway API, cert-manager, LoadBalancer). Multi-cloud support.

nmime
nmime
0

platform-orchestrator

Orchestrates all skills for unified platform deployment. All services enabled by default. Run from bastion server.

nmime
nmime
0

trader-agent-v4.1

Advanced autonomous AI trading agent for Hyperliquid perpetual futures. Features multi-indicator confirmation (RSI/MACD/BB/StochRSI/ADX/Ichimoku/Supertrend), sentiment analysis, on-chain metrics, 4 unified trading modes (Directional, Mean-Reversion, Passive, Arbitrage), regime detection, session timing, Kelly Criterion sizing, correlation-based heat, execution algorithms (TWAP/VWAP), manipulation detection, and order flow analysis. Use when user wants to trade crypto with sophisticated analysis.

nmime
nmime
0

trading-agent

Autonomous AI trading agent for Hyperliquid perpetual futures exchange. Use when user wants to trade crypto, set up trading automation, monitor positions, analyze markets, or manage a Hyperliquid account. Trigger on any trading-related message like "I want to trade", "What's my balance?", "Start trading", "Close positions", etc.

nmime
nmime
0

aeo-escalation

Human-AI interface for when to interrupt and involve humans. Presents clear options and records decisions.

ivzc07
ivzc07
0

aeo-spec-validator

Validate that tasks are sufficiently defined before execution. Returns score 0-100.

ivzc07
ivzc07
0

aeo-qa-agent

Internal code reviewer with veto power. Reviews changes before commit, blocks security issues.

ivzc07
ivzc07
0

aeo-failure-patterns

Recognize common errors and apply known fixes automatically. Hybrid: core patterns + project-specific learning.

ivzc07
ivzc07
0

aeo-architecture

Analyze and protect code architecture. Detects circular dependencies and layer violations.

ivzc07
ivzc07
0

aeo-cost-governor

Track token usage and enforce budget limits. Optional skill for cost-conscious projects.

ivzc07
ivzc07
0

aeo-core

Main AEO skill - calculates confidence scores and decides execution path. Auto-loads on /aeo command.

ivzc07
ivzc07
0

llm-tldr

Summarize and navigate this repo with the llm-tldr CLI (tree/structure/context/semantic search). Use when you need LLM-ready summaries of files or symbols, fast codebase orientation, or behavior-based search before editing.

tiberriver256
tiberriver256
0

skill-acquisition

Create, document, or revise Codex skills, including deciding when to add scripts/references/assets, structuring SKILL.md content, enforcing the 500-line rule, and updating repo references (AGENTS.md, kanban evidence).

tiberriver256
tiberriver256
0

en-zh-bilingual-json

Convert English .txt articles into a JSON array of sentence-level English/Chinese (zh) pairs. Translate English into Chinese and generating bilingual {en, zh} entries via the model (no external translation API), then saving to a JSON file.

seefreed
seefreed
0

semantic-video-clipper

AI analyzes subtitles to identify optimal split points, then clips video segments using FFmpeg based on AI-provided cue indices. Use when asked to segment videos (e.g., .mp4) based on .vtt/.srt subtitles.

seefreed
seefreed
0

transcript-reflow

Clean and reorganize transcript .txt files for clearer English grammar, punctuation, and paragraph flow. Use when asked to fix line breaks, merge fragments into sentences, normalize punctuation, or produce a reflowed transcript saved as a new file.

seefreed
seefreed
0

youtube-chapter-clipper

Generate chapter clips from YouTube videos with yt-dlp and ffmpeg. Use when asked to download YouTube videos/subtitles, generate fine-grained chapters, cut precise clips, or generate per-chapter English SRTs.

seefreed
seefreed
0

en-to-zh-translator

Translate English text files (.txt, .md) to Chinese for language learning and translation practice. Use when the user asks to translate a text file to Chinese, create a Chinese version of an English document, or generate bilingual materials for translation training. The translation preserves sentence structure and combines broken sentences into complete lines.

seefreed
seefreed
0

feature-workflow

Feature planning, specification, phased implementation, progress tracking, per-phase PRs, and archival workflow. Use when starting a new feature, creating spec documents, breaking work into phases, tracking progress, managing PRs, or archiving completed specs.

arraydude
arraydude
0

react-query-best-practices

React Query v4 (TanStack Query) best practices, patterns, and troubleshooting. Use when working with useQuery, useMutation, query invalidation, caching, WebSocket integration, or any async state management in React. Based on TkDodo's comprehensive blog series.

arraydude
arraydude
0

jotai-expert

Expert guidance for Jotai state management in React applications. Provides best practices, performance optimization, and architectural patterns. Use when designing atom structures, implementing state management, optimizing re-renders, handling async state, integrating with TypeScript, or reviewing Jotai code for performance issues. Triggers on tasks involving Jotai atoms, derived state, focusAtom, splitAtom, atomFamily, or state management architecture decisions.

s-hiraoku
s-hiraoku
0

handover

>

s-hiraoku
s-hiraoku
0

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

s-hiraoku
s-hiraoku
0

anthropic-skill-creator

Design, review, and improve Claude/Codex skills based on Anthropic's "The Complete Guide to Building Skills for Claude". Use when creating a new skill, rewriting SKILL.md frontmatter and workflows, fixing under-triggering or over-triggering, designing scripts/references/assets, building test cases, or preparing a skill for upload/distribution.

s-hiraoku
s-hiraoku
0

git-commit

Git 提交信息规范,遵循 Conventional Commits 格式。适用于所有 Git 提交操作,确保提交信息清晰、规范、可追溯。

datagradient-ui
datagradient-ui
0

vue2-development

Vue 2 + TypeScript 组件开发规范,使用 vue-property-decorator 类组件模式。适用于开发 Vue 单文件组件、表单组件、对话框组件等场景。

datagradient-ui
datagradient-ui
0

vue2-typescript-standards

Vue 2 项目 TypeScript 编码规范与类型定义标准。适用于编写 TypeScript 代码、定义类型接口、使用装饰器模式、工具函数开发等场景。

datagradient-ui
datagradient-ui
0

vue2-business-development

Vue 2 项目从规范到业务开发的完整工作流程,包括创建新业务模块、开发CRUD页面、实现业务功能、遵循项目规范等。适用于开发新功能、创建新模块、实现业务需求等场景。

datagradient-ui
datagradient-ui
0

vue2-code-style

Vue 2 项目代码风格与开发规范,包含命名规范、代码组织、注释规范、错误处理等。适用于所有代码编写场景,确保代码一致性、可读性和可维护性。

datagradient-ui
datagradient-ui
0

exploration-creator

Create exploration content for SHINOBI WAY game with node-based path navigation. Use when user wants to add new regions, locations, room layouts, intel missions, path networks, or exploration mechanics. Guides through the Region→Location→Room hierarchy with intel-gated path choices. (project)

cesaraugustusgrob
cesaraugustusgrob
0

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

cesaraugustusgrob
cesaraugustusgrob
0

nano-banana-builder

>

cesaraugustusgrob
cesaraugustusgrob
0

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

cesaraugustusgrob
cesaraugustusgrob
0

jutsu-creator

Create new jutsu/skills for SHINOBI WAY game. Use when user wants to add abilities, techniques, jutsu, or combat skills. Guides through all parameters and generates TypeScript code.

cesaraugustusgrob
cesaraugustusgrob
0

combat-ui-pattern-a

Implement Split-Panel Combat UI (Pattern A) for SHINOBI WAY game. Use when user wants to create the horizontal confrontation combat layout, character panels, action dock, phase header, VS divider, or any component from the Pattern A combat UI system. Guides through component creation following the established architecture.

cesaraugustusgrob
cesaraugustusgrob
0

threejs-builder

>

cesaraugustusgrob
cesaraugustusgrob
0

art-style-creator

Create and define visual art styles for projects. Use when user wants to establish an art direction, create a style guide, define visual language, document aesthetic choices, or create consistent artwork guidelines for games, illustrations, animations, or other visual media.

cesaraugustusgrob
cesaraugustusgrob
0

combat-system-creator

Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.

cesaraugustusgrob
cesaraugustusgrob
0

benno-style

This skill should be used when the user asks to "im Benno-Stil antworten", "professionelle Nachricht schreiben", "LinkedIn Antwort formulieren", "geschäftlich auf Deutsch schreiben", "Networking-Nachricht erstellen". Aktiviere bei deutscher Business-Kommunikation auf LinkedIn.

bennoloeffler
bennoloeffler
0

german-professional

This skill should be used when the user asks to "auf Deutsch formulieren", "geschäftsdeutsch schreiben", "professionell übersetzen", "Business-Deutsch", "formelle Nachricht". Aktiviere für professionelle deutsche Kommunikation.

bennoloeffler
bennoloeffler
0

linkedin-navigation

This skill should be used when the user asks to "LinkedIn öffnen", "zum Posteingang gehen", "Mitteilungen anzeigen", "LinkedIn Profil aufrufen", "LinkedIn navigieren". Aktiviere für alle LinkedIn Browser-Aktionen.

bennoloeffler
bennoloeffler
0

love-letter

This skill writes a romantic love letter. Use this skill when the user asks for a love letter, romantic message, or declaration of love. The letter is always from Benno to Sabine.

bennoloeffler
bennoloeffler
0

satori

|

satori-sh
satori-sh
0

numscript-guidelines

Numscript is a Domain-Specific Language (DSL) designed to help you model complex financial transactions, replacing complex and error-prone custom code with easy-to-read, declarative scripts.

direktly
direktly
0

go-architecture

Architectural guidelines for Go projects following Domain-Driven Design (DDD) and Clean Architecture principles. Focuses on layer boundaries, dependency rules, and rich domain models.

Direkt, Inc.
Direkt, Inc.
0

go-style-guide

Go programming best practices and style guide. This skill should be used when writing, reviewing, or refactoring Go code to ensure optimal performance patterns. Triggers on tasks involving Go code, data structures, concurrency, or performance improvements.

Direkt, Inc.
Direkt, Inc.
0

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Go (MCP SDK).

direktly
direktly
0

Page 1398 of 1487 · 74334 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.