Skip to content

Skill Catalog

Browse 5,478 curated AI agent skills. No account needed.

No spam. Unsubscribe anytime.

App Store Featured

When the user wants to get featured on the App Store or understand the editorial process. Also use when the user mentions "get featured", "App Store editorial", "App of the Day", "Today tab", "Apple featuring", or "how to get Apple to feature my app". For launch strategy, see app-launch. For ASO optimization, see aso-audit.

by Eronred/aso-skills / skills/app-store-featured

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

App Store Optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.

by alirezarezvani/claude-skills / marketing-skill/skills/app-store-optimization

#work-life#productivity#businessBusiness, Marketing & Sales

App Store Preflight Skills

Scan an iOS/macOS Xcode project for common App Store rejection patterns before submission. Use when preparing an app for App Store review, after receiving a rejection from Apple, or when auditing metadata, subscriptions, privacy manifests, entitlements, or design compliance. Integrates with the asc CLI for metadata inspection.

by truongduy2611/app-store-preflight-skills

#truongduy2611-app-store-preflight#ios#appMobile App Development

Ara Compiler

Compiles any research input — PDF papers, GitHub repositories, experiment logs, code directories, or raw notes — into a complete Agent-Native Research Artifact (ARA) with cognitive layer (claims, concepts, heuristics), physical layer (configs, code stubs), exploration graph, and grounded evidence. Use when ingesting a paper or codebase into a structured, machine-executable knowledge package, building an ARA from scratch, or converting research outputs into a falsifiable, agent-traversable form.

by Orchestra-Research/AI-Research-SKILLs / 22-agent-native-research-artifact/compiler

#broad-capability#ai-research#machine-learningData, AI & Research

Ara Research Manager

Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.

by Orchestra-Research/AI-Research-SKILLs / 22-agent-native-research-artifact/research-manager

#broad-capability#ai-research#machine-learningData, AI & Research

Ara Rigor Reviewer

Performs ARA Seal Level 2 semantic epistemic review on Agent-Native Research Artifacts, scoring six dimensions (evidence relevance, falsifiability, scope calibration, argument coherence, exploration integrity, methodological rigor) and producing a constructive, severity-ranked report with a Strong Accept-to-Reject recommendation. Use after Level 1 structural validation passes, when an ARA needs an objective epistemic critique before publication or release.

by Orchestra-Research/AI-Research-SKILLs / 22-agent-native-research-artifact/rigor-reviewer

#broad-capability#ai-research#machine-learningData, AI & Research

Arboreto

Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.

by K-Dense-AI/scientific-agent-skills / scientific-skills/arboreto

#github#broad-capability#externalData, AI & Research

Arboreto

Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.

by K-Dense-AI/scientific-agent-skills / skills/arboreto

#broad-capability#science#mathData, AI & Research

Architect

Designing new skill agents via gap analysis, overlap detection, SKILL.md + reference generation, and Nexus integration. Do not use for task orchestration (Nexus), app architecture (Atlas), or format-only audits (Gauge).

by simota/agent-skills / architect

#broad-capability#development#securityAgent Orchestration

Architecture Blueprint Generator

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.

by github/awesome-copilot / skills/architecture-blueprint-generator

#github-copilot#architectureSoftware Engineering

Architecture Decision Records

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

by wshobson/agents / plugins/documentation-generation/skills/architecture-decision-records

#broad-capability#engineering#agent-skillsSoftware Engineering

Architecture Designer

Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions. Invoke to create architecture diagrams, write Architecture Decision Records (ADRs), evaluate technology trade-offs, design component interactions, and plan for scalability. Use for system design, architecture review, microservices structuring, ADR authoring, scalability planning, and infrastructure pattern selection — distinct from code-level design patterns or database-only design tasks.

by Jeffallan/claude-skills / skills/architecture-designer

#engineering#full-stack#architectureSoftware Engineering

Architecture Diagram

Dark-themed SVG architecture/cloud/infra diagrams as HTML.

by NousResearch/hermes-agent / skills/creative/architecture-diagram

#broad-capability#development#creativeSoftware Engineering

Architecture Diagram Creator

Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.

by mhattingpete/claude-skills-marketplace / visual-documentation-plugin/skills/architecture-diagram-creator

#broad-capability#engineering-workflow#productivitySoftware Engineering

Architecture Patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/architecture-patterns

#broad-capability#creative#architectureSoftware Engineering

Architecture Patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.

by wshobson/agents / plugins/backend-development/skills/architecture-patterns

#broad-capability#engineering#agent-skillsSoftware Engineering

Archive

Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says "archive this". Maintains .archive/MEMORY.md index for cross-session knowledge reuse.

by ReScienceLab/opc-skills / skills/archive

#broad-capability#industrial#opc-uaPersonal Productivity

Arch Lens

Explores a codebase for architectural friction through the lens of Ousterhout's deep-module principle (small interface, large implementation). Seven-step interactive workflow: an Explore sub-agent navigates the codebase organically — the friction it experiences IS the signal. Surfaces candidate clusters with coupling reasons, call patterns, shared types, dependency categories, and existing tests that a boundary test would replace. User picks what to explore, frames the problem, then 3–4 parallel sub-agents design competing deep-module interfaces. Chosen design becomes a structured RFC action file readable by GitHub MCP or ROVO (Jira) MCP. Use when the user says "arch review", "find shallow modules", "module depth", "deep module", "Ousterhout", "testability audit", "surface coupling", "design interfaces", "RFC issues", or "architectural friction".

by psenger/ai-agent-skills / skills/arch-lens

#broad-capability#skill-authoring#code-reviewSoftware Engineering

Arch Linux Administration Guidelines

Guidance for Arch Linux administration, pacman workflows, and rolling-release best practices.

by github/awesome-copilot / instructions/arch-linux.instructions.md

#github-copilot#awesome-copilot#externalSoftware Engineering

Arch Linux Expert

Arch Linux specialist focused on pacman, rolling-release maintenance, and Arch-centric system administration workflows.

by github/awesome-copilot / agents/arch-linux-expert.agent.md

#github-copilot#debian#administrationDevOps & Cloud

Arch Linux Triage

Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.

by github/awesome-copilot / skills/arch-linux-triage

#github-copilot#fedora#linuxDevOps & Cloud

Arduino Azure IoT Edge Integration

Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production guardrails.

by github/awesome-copilot / skills/arduino-azure-iot-edge-integration

#github-copilot#cloud#architectureDevOps & Cloud

Argocd Application Install Skill

Argocd Application Install Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-application-install-skill

#github#broad-capability#externalDevOps & Cloud

Argocd Applicationset Skill

Argocd Applicationset Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-applicationset-skill

#github#broad-capability#externalDevOps & Cloud

Argocd Cluster Bootstrapping Skill

Argocd Cluster Bootstrapping Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-cluster-bootstrapping-skill

#github#broad-capability#externalDevOps & Cloud

Argocd Command Skill

Argocd Command Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-command-skill

#github#broad-capability#externalDevOps & Cloud

Argocd Image Updater Skill

Argocd Image Updater Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-image-updater-skill

#github#broad-capability#externalDevOps & Cloud

Argocd Review Skill

Argocd Review Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-review-skill

#github#broad-capability#externalDevOps & Cloud

Argocd Skill

Argocd Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argocd-skill

#github#broad-capability#externalDevOps & Cloud

ArgoCD Skill

Complete ArgoCD operations via REST API and CLI with bearer token authentication.

by julianobarbosa/claude-code-skills / skills/argocd

#broad-capability#devops#azureDevOps & Cloud

Argo Rollouts Skill

Argo Rollouts Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/argo-rollouts-skill

#github#broad-capability#externalDevOps & Cloud

Aria Specialist

ARIA implementation specialist for web applications. Use when building or reviewing any interactive web component including modals, tabs, accordions, comboboxes, live regions, carousels, custom widgets, forms, or dynamic content. Also use when reviewing ARIA usage for correctness. Applies to any web framework or vanilla HTML/CSS/JS.

by Community-Access/accessibility-agents / codex-skills/aria-specialist

#broad-capability#accessibility#a11ySoftware Engineering

Arize AI Provider Integration

Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVIDIA NIM). Use when the user mentions AI integration, LLM provider credentials, create integration, list integrations, update credentials, delete integration, or connecting an LLM provider to Arize.

by github/awesome-copilot / skills/arize-ai-provider-integration

#github-copilot#ai#providerData, AI & Research

Arize Annotation

Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions annotation config, annotation queue, label schema, human feedback, bulk annotate spans, update_annotations, labeling queue, annotate record, or human review.

by github/awesome-copilot / skills/arize-annotation

#github-copilot#fine#tuningData, AI & Research

Arize Dataset

Creates, manages, and queries Arize datasets and examples. Covers dataset CRUD, appending examples, exporting data, and file-based dataset creation using the ax CLI. Use when the user needs test data, evaluation examples, or mentions create dataset, list datasets, export dataset, append examples, dataset version, golden dataset, or test set.

by github/awesome-copilot / skills/arize-dataset

#github-copilot#ml#experimentData, AI & Research

Arize Evaluator

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

by github/awesome-copilot / skills/arize-evaluator

#github-copilot#llm#evaluationData, AI & Research

Arize Experiment Skill

Creates, runs, and analyzes Arize experiments for evaluating and comparing model performance. Covers experiment CRUD, exporting runs, comparing results, and evaluation workflows using the ax CLI. Use when the user mentions create experiment, run experiment, compare models, model performance, evaluate AI, experiment results, benchmark, A/B test models, or measure accuracy.

by github/awesome-copilot / skills/arize-experiment

#github-copilot#awesome-copilot#externalData, AI & Research

Arize Instrumentation

Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing.

by github/awesome-copilot / skills/arize-instrumentation

#github-copilot#llm#evaluationData, AI & Research

Arize Link

Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.

by github/awesome-copilot / skills/arize-link

#github-copilot#deep#researchData, AI & Research

Arize Prompt Optimization

Optimizes, improves, and debugs LLM prompts using production trace data, evaluations, and annotations. Extracts prompts from spans, gathers performance signal, and runs a data-driven optimization loop using the ax CLI. Use when the user mentions optimize prompt, improve prompt, make AI respond better, improve output quality, prompt engineering, prompt tuning, or system prompt improvement.

by github/awesome-copilot / skills/arize-prompt-optimization

#github-copilot#prompt#engineeringData, AI & Research

Arize Trace

Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.

by github/awesome-copilot / skills/arize-trace

#github-copilot#llm#evaluationData, AI & Research

Arm Migration Agent

Arm Cloud Migration Assistant accelerates moving x86 workloads to Arm infrastructure. It scans the repository for architecture assumptions, portability issues, container base image and dependency incompatibilities, and recommends Arm-optimized changes. It can drive multi-arch container builds, validate performance, and guide optimization, enabling smooth cross-platform deployment directly inside GitHub.

by github/awesome-copilot / agents/arm-migration.agent.md

#github-copilot#cloud#architectureDevOps & Cloud

Artifacts Builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

by smartnews/claude-skills / artifacts-builder

#broad-capability#creative#office-docsSoftware Engineering

Artifacts Builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

by davepoon/buildwithclaude / plugins/all-skills/skills/artifacts-builder

#github#external#license-mitSoftware Engineering

Artisan

Implementing production frontend code for React/Vue/Svelte. Handles hooks design, state management, Server Components, form handling, and data fetching. Converts Forge prototypes to production-quality code.

by simota/agent-skills / artisan

#broad-capability#development#securitySoftware Engineering

Arxiv

Search arXiv papers by keyword, author, category, or ID.

by NousResearch/hermes-agent / skills/research/arxiv

#work-life#productivity#personal-productivityData, AI & Research

Arxiv

Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find and save papers from arXiv to the local paper library.

by wanshuiyin/Auto-claude-code-research-in-sleep / skills/arxiv

#broad-capability#wanshuiyin-aris#ml-researchData, AI & Research

Arxiv

Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find and save papers from arXiv to the local paper library.

by wanshuiyin/Auto-claude-code-research-in-sleep / skills/skills-codex/arxiv

#broad-capability#wanshuiyin-aris#ml-researchData, AI & Research

Asana Automation

Automate Asana project management workflows, task tracking, team collaboration, and reporting

by claude-office-skills/skills / asana-automation

#work-life#office#productivityBusiness, Marketing & Sales

Asc App Create UI

Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.

by rorkai/app-store-connect-cli-skills / skills/asc-app-create-ui

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Aso Audit

Run an offline ASO audit on canonical App Store metadata under `./metadata` and surface keyword gaps using Astro MCP. Use after pulling metadata with `asc metadata pull`.

by rorkai/app-store-connect-cli-skills / skills/asc-aso-audit

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

asc build lifecycle

Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.

by rorkai/app-store-connect-cli-skills / skills/asc-build-lifecycle

#github#external#license-mitMobile App Development

Asc CLI Usage

Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.

by rorkai/app-store-connect-cli-skills / skills/asc-cli-usage

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

asc crash triage

Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.

by rorkai/app-store-connect-cli-skills / skills/asc-crash-triage

#github#external#license-mitMobile App Development

asc id resolver

Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.

by rorkai/app-store-connect-cli-skills / skills/asc-id-resolver

#github#external#license-mitMobile App Development

Ascii Art

ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.

by NousResearch/hermes-agent / skills/creative/ascii-art

#broad-capability#development#creativeDesign, Media & Creative

Ascii Video

ASCII video: convert video/audio to colored ASCII MP4/GIF.

by NousResearch/hermes-agent / skills/creative/ascii-video

#broad-capability#development#creativeDesign, Media & Creative

Asc Localize Metadata

Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect.

by rorkai/app-store-connect-cli-skills / skills/asc-localize-metadata

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Metadata Sync

Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata.

by rorkai/app-store-connect-cli-skills / skills/asc-metadata-sync

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Metrics

When the user wants to analyze their own app's actual performance data from App Store Connect — real downloads, revenue, IAP, subscriptions, trials, or country breakdowns synced via Appeeky Connect. Use when the user asks about "my downloads", "my revenue", "how is my app performing", "ASC data", "sales and trends", "my subscription numbers", "App Store Connect metrics", or wants to compare periods or top markets. For third-party app estimates, see app-analytics. For subscription analytics depth, see monetization-strategy.

by Eronred/aso-skills / skills/asc-metrics

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

Asc Notarization

Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization.

by rorkai/app-store-connect-cli-skills / skills/asc-notarization

#rudrankriyam-app-store-connect#ios#app-storeSoftware Engineering

Asc Ppp Pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

by rorkai/app-store-connect-cli-skills / skills/asc-ppp-pricing

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Release Flow

Determine whether an app is ready to submit, then drive the current App Store release flow with asc, including validation, staging, review submission, first-time availability, subscriptions, IAP, Game Center, and App Privacy checks.

by rorkai/app-store-connect-cli-skills / skills/asc-release-flow

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Revenuecat Catalog Sync

Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP. Use when setting up or syncing subscription catalogs across ASC and RevenueCat.

by rorkai/app-store-connect-cli-skills / skills/asc-revenuecat-catalog-sync

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Screenshot Resize

Resize and validate App Store screenshots with current asc screenshot-size data and macOS sips. Use when preparing or fixing screenshots for App Store Connect submission.

by rorkai/app-store-connect-cli-skills / skills/asc-screenshot-resize

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Shots Pipeline

Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Koubou-based framing (`asc screenshots frame`), and screenshot upload (`asc screenshots upload`). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition, or screenshot-to-upload pipelines.

by rorkai/app-store-connect-cli-skills / skills/asc-shots-pipeline

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Signing Setup

Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team.

by rorkai/app-store-connect-cli-skills / skills/asc-signing-setup

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

Asc Submission Health

Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.

by rorkai/app-store-connect-cli-skills / skills/asc-submission-health

#rudrankriyam-app-store-connect#ios#app-storeMobile App Development

asc subscription localization

Bulk-localize subscription and in-app purchase display names across all App Store locales using asc. Use when you want to fill in subscription/IAP names for every language without clicking through App Store Connect manually.

by rorkai/app-store-connect-cli-skills / skills/asc-subscription-localization

#github#external#license-mitMobile App Development

asc TestFlight orchestration

Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.

by rorkai/app-store-connect-cli-skills / skills/asc-testflight-orchestration

#github#external#license-mitMobile App Development

asc wall submit

Submit or update a Wall of Apps entry in the App-Store-Connect-CLI repository using `asc apps wall submit`. Use when the user says "submit to wall of apps", "add my app to the wall", or "wall-of-apps".

by rorkai/app-store-connect-cli-skills / skills/asc-wall-submit

#github#external#license-mitMobile App Development

Asc Whats New Writer

Generate engaging, localized App Store release notes (What's New) from git log, bullet points, or free text using canonical metadata under `./metadata`. Optionally pairs with promotional text updates.

by rorkai/app-store-connect-cli-skills / skills/asc-whats-new-writer

#rudrankriyam-app-store-connect#ios#app-storeEducation & Writing

Asc Workflow

Define, validate, run, resume, and audit repo-local multi-step automations with current `asc workflow` and `.asc/workflow.json`, including step outputs and safe release/TestFlight workflows.

by rorkai/app-store-connect-cli-skills / skills/asc-workflow

#rudrankriyam-app-store-connect#ios#app-storeSoftware Engineering

Aso

When the user wants to audit or optimize an App Store or Google Play listing. Also use when the user mentions 'ASO audit,' 'app store optimization,' 'optimize my app listing,' 'improve app visibility,' 'app store ranking,' 'audit my listing,' 'why aren't people downloading my app,' 'improve my app conversion,' 'keyword optimization for app,' or 'compare my app to competitors.' Use when the user shares an App Store or Google Play URL and wants to improve it.

by coreyhaines31/marketingskills / skills/aso

#work-life#productivity#marketingBusiness, Marketing & Sales

Aso Audit

Aso Audit linked from Corey Haines marketing skills, with the upstream skill instructions available on GitHub.

by coreyhaines31/marketingskills / skills/aso-audit

#work-life#productivity#externalBusiness, Marketing & Sales

Aso Audit

When the user wants a full ASO health audit, review their App Store listing quality, or diagnose why their app isn't ranking. Also use when the user mentions "ASO audit", "ASO score", "why am I not ranking", "listing review", or "optimize my app store page". For keyword-specific research, see keyword-research. For metadata writing, see metadata-optimization.

by Eronred/aso-skills / skills/aso-audit

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

ASO Router

You are the routing layer for the ASO Skills library. Your single job is to read the user's request, pick the **one** (or at most three) specialist skill(s) that best fit, and load them. Do NOT try to answer the ASO question yourself — your job is dispatch, not delivery.

by Eronred/aso-skills / skills/aso-router

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

Aspire

Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application.

by github/awesome-copilot / skills/aspire

#github-copilot#docker#containerizationDevOps & Cloud

Aspnet Minimal API Openapi

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation

by github/awesome-copilot / skills/aspnet-minimal-api-openapi

#github-copilot#api#designSoftware Engineering

ASP.NET REST API Development

Guidelines for building REST APIs with ASP.NET

by github/awesome-copilot / instructions/aspnet-rest-apis.instructions.md

#github-copilot#awesome-copilot#externalSoftware Engineering

Asr Transcribe To Text

Transcribes audio and video files to text using Qwen3-ASR. Supports two modes — local MLX inference on macOS Apple Silicon (no API key, 15-27x realtime) and remote API via vLLM/OpenAI-compatible endpoints. Auto-detects platform and recommends the best path. Triggers when the user wants to transcribe recordings, convert audio/video to text, do speech-to-text, or mentions ASR, Qwen ASR, 转录, 语音转文字, 录音转文字. Also triggers for meeting recordings, lectures, interviews, podcasts, screen recordings, or any audio/video file the user wants converted to text.

by daymade/claude-code-skills / daymade-audio/asr-transcribe-to-text

#broad-capability#research#documentsData, AI & Research

Asr Transcribe To Text

Asr Transcribe To Text linked from Daymade Claude Code Skills, with the upstream skill instructions available on GitHub.

by daymade/claude-code-skills / asr-transcribe-to-text

#github#broad-capability#externalData, AI & Research

Asset Allocation

Determine how to distribute capital across asset classes using strategic and tactical allocation frameworks. Use when the user asks about portfolio allocation, mean-variance optimization, Black-Litterman, risk parity, glide paths, or target-date strategies. Also trigger when users mention 'how much in stocks vs bonds', '60/40 portfolio', 'policy portfolio', 'core-satellite', 'liability-driven investing', 'asset-liability matching', or ask how to split their money across investments.

by JoelLewis/finance_skills / plugins/wealth-management/skills/asset-allocation

#finance#personal-finance#wealth-managementPersonal Productivity

Assign Unowned Contacts

Assign an owner to marketing contacts that have no owner. Ensures every marketable contact has accountability for follow-up, proper lead routing, and accurate owner-based reporting.

by TomGranot/hubspot-admin-skills / skills/assign-unowned-contacts

#work-life#crm#hubspotBusiness, Marketing & Sales

Astro Development Instructions

Astro development standards and best practices for content-driven websites

by github/awesome-copilot / instructions/astro.instructions.md

#github-copilot#frontend#developmentSoftware Engineering

Astropy

Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/astropy

#broad-capability#creative#numericalScience & Simulation

Async Python Patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

by wshobson/agents / plugins/python-development/skills/async-python-patterns

#broad-capability#engineering#agent-skillsSoftware Engineering

Atlas

Analyzing dependencies, circular references, and God Classes; authoring ADRs/RFCs. Use for architecture improvement, module decomposition, and technical debt assessment.

by simota/agent-skills / atlas

#broad-capability#development#securitySoftware Engineering

Atlas Obscura

Search Atlas Obscura for weird, wonderful, and hidden gem places near any destination. Find the interesting stuff, not boring plaques. Search by coordinates, get full details with descriptions and images.

by borski/travel-hacking-toolkit / plugins/travel-hacking-toolkit/skills/atlas-obscura

#travel#flights#hotelsData, AI & Research

Atlassian

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).

by sanjay3290/ai-skills / skills/atlassian

#broad-capability#image-generation#researchSoftware Engineering

Atlassian Jira Expert

Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all Jira features. Use for Jira project setup, configuration, advanced search, dashboard creation, workflow design, and technical Jira operations.

by alirezarezvani/claude-skills / project-management/skills/jira-expert

#github#external#license-mitPersonal Productivity

Atlassian MCP

Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.

by Jeffallan/claude-skills / skills/atlassian-mcp

#engineering#full-stack#projectBusiness, Marketing & Sales

Atlassian Requirements to Jira

Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.

by github/awesome-copilot / agents/atlassian-requirements-to-jira.agent.md

#github-copilot#project#managementSoftware Engineering

ATS-Optimized Resume Builder

Parses a job description, extracts ATS keywords, and rebuilds your resume with optimized phrasing, quantified achievements, and keyword density scoring. Prerequisites: brave-search MCP, python3, pandoc.

by AgentArmory

#career#resume#ATSCareer & Professional

Attack Tree Construction

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.

by wshobson/agents / plugins/security-scanning/skills/attack-tree-construction

#broad-capability#engineering#agent-skillsSecurity & Compliance

Attest

Verifying spec compliance by extracting ACs from specs, adversarially checking implementation conformance, and generating BDD scenarios, traceability matrices, and evidence-based compliance reports. No code. Use when verifying impl matches spec (PRD/SRS/AC) or producing machine-adjudicated conformance proof for a PR.

by simota/agent-skills / attest

#broad-capability#development#securitySoftware Engineering

Attribute Creation

Guides you step-by-step through defining a calculated attribute (dimension) on a Honeydew entity. Covers SQL expression building and pushes to Honeydew via the MCP tools.

by honeydew-ai/honeydew-ai-coding-agents-plugins / skills/attribute-creation

#honeydew-ai-plugins#coding-agents#structuredData, AI & Research

Attribution Setup

When the user wants to set up, debug, or interpret app install attribution — including SKAdNetwork (SKAN), Apple's AdAttributionKit, Google Play Install Referrer, MMPs (AppsFlyer, Adjust, Singular, Branch, Kochava), deep links, deferred deep links, conversion values, postback windows, or privacy thresholds. Use when the user mentions "SKAdNetwork", "SKAN", "SKAN 4", "AdAttributionKit", "AAK", "MMP", "AppsFlyer", "Adjust", "Singular", "Branch", "attribution", "conversion value", "postback", "Install Referrer", "deferred deep link", "iOS 14.5", "ATT", "App Tracking Transparency", "IDFA", or "I can't measure my ad campaigns". For paid campaign strategy, see ua-campaign and apple-search-ads. For analytics events, see app-analytics.

by Eronred/aso-skills / skills/attribution-setup

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

Atuin

Shell history management with Atuin. Use when configuring shell history, setting up history sync, searching command history, importing history from other shells, troubleshooting atuin issues, or optimizing history workflows. Covers installation, sync setup, search modes, statistics, and self-hosting.

by julianobarbosa/claude-code-skills / skills/atuin

#broad-capability#devops#azurePersonal Productivity

Atuin Skill

Atuin Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/atuin-skill

#github#broad-capability#externalDevOps & Cloud