All Skills
(19,009)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
ios-accessibility
dpearson2699/swift-ios-skills
Implement, review, or improve accessibility in iOS/macOS apps with SwiftUI and UIKit. Use when adding VoiceOver support with accessibility labels, hints, values, and traits; when grouping or reordering accessibility elements; when managing focus with @AccessibilityFocusState; when supporting Dynamic Type with @ScaledMetric; when building custom rotors or accessibility actions; when auditing a11y compliance; or when adapting UI for assistive technologies and system accessibility preferences.
continuous-discovery-habits
tomaszstaniak/pm-ai-skills
Product discovery framework based on Teresa Torres'' "Continuous Discovery Habits". Use when you need to: (1) build an opportunity solution tree from desired outcomes, (2) identify and prioritize customer opportunities, (3) design assumption tests for product ideas, (4) structure customer interview snapshots, (5) map assumptions to experiments, (6) move from output-driven to outcome-driven product development, (7) map current-state customer experiences, (8) build a weekly discovery habit.
cluster-diagnostics
FrankChen021/datastoria
Diagnose ClickHouse cluster health and provide concrete remediation.
writing-style
umputun/cc-thingz
Use for technical communication - GitHub/GitLab tickets, PR/MR descriptions, issue comments, code review comments, commit messages. Direct, brief style with no AI-speak. NOT for README.md, public docs, or blog posts.
riligar-dev-dashboard
riligar/agents-kit
Padrões React específicos do RiLiGar. Zustand, i18n, estrutura de arquivos, composição de componentes. Use quando construindo componentes, gerenciando estado ou implementando UI.
do
thedotmack/claude-mem
Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.
currency-converter
dkyazzentwatwa/chatgpt-skills
Convert currencies with real-time exchange rates, historical data, and multi-currency calculations.
explain-code
kimliss/claude-code-inhand
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
notification-licenciement-selim-brihi
lawvable/awesome-legal-skills
Guide pour la rédaction de notifications de licenciement conformes au droit du travail français. Utiliser ce skill quand l'utilisateur demande de rédiger, préparer, créer ou éditer une lettre de notification de licenciement, notamment pour faute grave, faute lourde ou motif personnel. Le skill guide la collecte d'informations précises et la rédaction d'une notification juridiquement solide avec tous les éléments obligatoires du droit français.
git-atomic-commits
saadjs/agent-skills
Organize uncommitted changes into atomic Git commits using Conventional Commits. Use before opening a PR or merging to produce a clean, reviewable history where each commit represents one logical change.
ln-770-crosscutting-setup
levnikolaevich/claude-code-skills
Coordinates logging, error handling, CORS, health checks, and API docs
docx-processing-lawvable
lawvable/awesome-legal-skills
Programmatically edit Word documents (.docx) with live preview and track changes via SuperDoc VS Code extension. Use when editing DOCX files, making tracked changes, redlining, marking up contracts, or when the user wants to modify Word documents with insertions/deletions visible. Triggers on docx, Word, track changes, redline, markup.
ios-networking
dpearson2699/swift-ios-skills
Build, review, or improve networking code in iOS/macOS apps using URLSession with async/await, structured concurrency, and modern Swift patterns. Use when working with REST APIs, downloading files, uploading data, WebSocket connections, pagination, retry logic, request middleware, caching, background transfers, or network reachability monitoring. Trigger for any task involving HTTP requests, API clients, network error handling, or data fetching in Swift apps.
sales-pitch
tomaszstaniak/pm-ai-skills
Framework based on April Dunford''s "Sales Pitch". Use when you need to: (1) structure a B2B sales conversation that builds buyer confidence rather than pushing features, (2) develop a pitch narrative grounded in competitive positioning, (3) diagnose why deals are stalling or ending without decisions, (4) train sales teams on a consistent, repeatable pitch structure, (5) translate product positioning into a sales story, (6) help buyers navigate complex markets and evaluate trade-offs, (7) create pitch storyboards with cross-functional teams, (8) extend sales messaging to content, demos, and marketing materials
andrew-kane-gem-writer
Microck/ordinary-claude-skills
Write Ruby gems following Andrew Kane's proven patterns and philosophy. Use when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when the user wants clean, minimal, production-ready Ruby library code. Triggers on requests like "create a gem", "write a Ruby library", "design a gem API", or mentions of Andrew Kane's style.
ln-311-agent-reviewer
levnikolaevich/claude-code-skills
Worker that runs parallel external agent reviews (Codex + Gemini) on Story/Tasks. Background tasks, process-as-arrive, critical verification with debate. Returns filtered suggestions for Story validation.
ln-130-tasks-docs-creator
levnikolaevich/claude-code-skills
Creates task management documentation (docs/tasks/README.md + kanban_board.md). L2 Worker in ln-100-documents-pipeline. Sets up Linear integration and task tracking rules.
classification-helper
dkyazzentwatwa/chatgpt-skills
Quick classifier training with automatic model selection, hyperparameter tuning, and comprehensive evaluation metrics.
ln-400-story-executor
levnikolaevich/claude-code-skills
Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-401/ln-402/ln-403/ln-404. Sets Story to To Review when all tasks Done (NOT Done — quality gate handles that). Metadata-only loading up front.
push-notifications
dpearson2699/swift-ios-skills
Implement, review, or debug push notifications in iOS/macOS apps — local notifications, remote (APNs) notifications, rich notifications, notification actions, silent pushes, and notification service/content extensions. Use when working with UNUserNotificationCenter, registering for remote notifications, handling notification payloads, setting up notification categories and actions, creating rich notification content, or debugging notification delivery. Trigger for any task involving alerts, badges, sounds, background pushes, or user notification permissions in Swift apps.
dashboard
ea-toolkit/architecture-catalog
Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.
iterative-retrieval
kimliss/claude-code-inhand
Pattern for progressively refining context retrieval to solve the subagent context problem
storekit
dpearson2699/swift-ios-skills
Implement, review, or improve in-app purchases and subscriptions using StoreKit 2. Use when building paywalls with SubscriptionStoreView or ProductView, processing transactions with Product and Transaction APIs, verifying entitlements, handling purchase flows (consumable, non-consumable, auto-renewable), implementing offer codes or promotional/win-back/introductory offers, managing subscription status and renewal state, setting up StoreKit testing with configuration files, or integrating Family Sharing, Ask to Buy, refund handling, and billing retry logic.
ln-300-task-coordinator
levnikolaevich/claude-code-skills
Orchestrates task operations. Analyzes Story, builds optimal plan (1-8 implementation tasks), delegates to ln-301-task-creator (CREATE/ADD) or ln-302-task-replanner (REPLAN). Auto-discovers team ID.