$ skills --list
Explorar y descubrir skills de agentes IA
Explorar y descubrir skills de agentes IA
Showing 43901-43920 of 44357 skills
Inspect Supabase database schemas and data. Use when the user asks to "check table", "list columns", or "query data" in Supabase. READ-ONLY.
Manage blog posts including creating, editing, viewing, and troubleshooting blog-related features. Use when working with blog posts, articles, post forms, rich text editor, tags, thumbnails, or publishing workflows.
Workflows for the Loopwish Android app (Kotlin + Jetpack Compose): where to change code, how to run Gradle checks, and how to keep CI green.
Handle team confirmation with automatic bypass mode detection for /orca
Get contact information from macOS. Use when texting, calling, emailing or social networking with people and companies.
Pattern for creating skills with YAML frontmatter that enables progressive disclosure and token optimization. Use when building skills, optimizing context usage, or implementing domain expertise with minimal token overhead. Demonstrates how to structure SKILL.md files with metadata-driven loading that achieves 84% token reduction compared to manual instructions. Triggers on "create skill with metadata", "token optimization", "progressive disclosure", "skill frontmatter", "efficient skill design".
A simple example skill that demonstrates the basic structure of a Claude Skill, including scripts, references, and best practices. Use this as a learning template when creating new skills.
This skill should be used when the user asks to "move candidate through pipeline", "schedule an interview", "manage applications", "track hiring progress", "source candidates", "advance to next stage", or mentions recruiting workflows in Ashby. Provides guidance on effective candidate pipeline management and recruiting best practices.
Utilities and patterns for detecting execution environment (CI/CD vs local, network access, available ports, timeouts). Use when you need to adapt scripts or workflows based on where the agent is running, or when creating helper scripts that need environment-aware behavior.
Write MIDI Markdown (MMD) files with correct syntax, timing paradigms, MIDI commands, and advanced features like loops, sweeps, random values, and modulation. Use when the user wants to create or edit .mmd files, needs help with MMD syntax, is implementing MIDI automation sequences, or is troubleshooting MMD validation errors.
Advanced visibility analysis using head pose, face mesh, and temporal patterns. Use for face-visible vs body-only breakdowns.
JD(채용공고) 분석 및 맞춤형 지원서 작성. JD Pain Point 추론, 경험 매칭, 자기소개서/이력서 생성을 지원합니다.
Implement or refactor the Python CLI tic-tac-toe game in this repo, including board model, move validation, win/draw logic, game loop, and bot behavior. Use when working on core gameplay modules or CLI entrypoints for this project.
Guidelines and patterns for writing bash/shell scripts. Use when creating new shell scripts, bin scripts, or bash utilities. Includes script templates, header comments, error handling, and common patterns.
Data splitting for model validation using TD_TrainTestSplit
Deploy and manage ArgoCD using the App-of-Apps pattern. Covers bootstrap Applications, ApplicationSets, and GitOps workflows. Use when setting up or troubleshooting ArgoCD deployments.
Expert .NET 10 Debugging Strategist using CLI-first diagnosis.Use when user encounters:- Bugs, errors, exceptions in .NET/C# applications- Performance issues (slow, high CPU, memory leaks)- Crashes, deadlocks, race conditions- Need root cause analysisTriggers: "debug", "error", "exception", "crash", "memory leak", "high CPU","performance", "dotnet-dump", "dotnet-counters", "stack trace", "NullReferenceException","deadlock", "race condition", "OutOfMemoryException", "slow", "timeout"
Manages testing lifecycle including unit tests, integration tests, validation, and quality assurance.
This skill should be used when building UI components, adding animations, or reviewing design decisions with Emil Kowalski's design philosophy. Triggers include "make it feel Linear", "emil style", "tasteful animation", or when designing interactive components that need craft and restraint.
This skill teaches the agent how to implement request validation in the API project. MANDATORY - You MUST read this skill before modifying any validator files.