Browse the registry
Every entry, alphabetically — 77,915 in total. Page 31 of 312.
- albumentations-image-filteringImage Filtering with Albumentations. image filters.
- albumentations-object-detectionObject Detection with Albumentations. detecting objects.
- albumentations-optical-flowOptical Flow with Albumentations. motion detection.
- albumentations-segmentationSegmentation with Albumentations. image segmentation.
- albumentationsx-mcpAlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.
- albyhub-admin-mcpAdmin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.
- alces-mcpAlces — MCP server for Atlassian Jira Data Center
- alchemite-mcpDesign experiments and make predictions for materials & chemicals properties in your local agent
- alchemy-automationAutomate Alchemy tasks via Rube MCP (Composio). Always search tools first for current schemas.
- alchemy-webhooksReceive and verify Alchemy Notify webhooks. Use when setting up Alchemy webhook handlers, debugging X-Alchemy-
- aldescriptionWrite a description summarizing implemented work. Generates PR/MR descriptions from completed changes.
- alDuncanson/HandlerA2A protocol client for your terminal
- aleksander-dytko-todayDaily planning - morning (fill journal, plan focus) or evening (close-out, prep tomorrow)
- alekseiul-brainstormingСтруктурированный мозговой штурм перед любой творческой работой. Используй ПЕРЕД созданием контента, скилов, а
- alekseiul-code-reviewerРевью кода: находит баги, проблемы безопасности, предлагает улучшения. Triggers: 'ревью кода', 'проверь код',
- alekseiul-last30daysResearch a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready promp
- alembicManage database migrations with Alembic. Use when a user asks to version database schemas, create migration sc
- alemtuzlak-changelogUse when the user wants to generate a changelog, release notes, or document what changed between versions, tag
- alemtuzlak-docsUse when writing, editing, or organizing documentation, when planning what docs a feature needs, and whenever
- alemtuzlak-upgrade-dependenciesUse when upgrading a JS/TS dependency or toolchain to a new/latest version (e.g. "upgrade TypeScript to the la
- alertSend an operational alert. Use when asked to send an alert, page, or notification.
- alert-managementInspect fired CCAM alerts and manage alert rules for token thresholds, event patterns, inactivity, and status
- alert-managerUse when the user asks to "set SEO alerts"; configures ranking, traffic, technical, competitor, and notificati
- alert-optimizerRestructure and optimize alert rules for monitoring platforms (Sentry, PagerDuty, Datadog, OpsGenie). Use when
- alert-prioritizationAnalyzes SIEM alert pipelines for rule optimization, alert fatigue reduction, criticality scoring, asset-based
- alert-triageGuides structured triage of security alerts using a four-phase methodology (collect, correlate, classify, esca
- alert-tuningReduces alert noise by making alerts actionable, symptom-based, and tied to SLOs. Identifies and kills flappy,
- alertingUse when the user wants alerts delivered when monitors go unhealthy - wiring monitors to notification channels
- alerting-configDesign alert configurations — thresholds, severity levels, routing, de-duplication, and escalation policies.
- alerting-monitoring-testingTesting monitoring and alerting configurations including threshold validation, alert routing, escalation polic
- alerting-oncallSet up alerting rules, configure on-call rotations, and manage incident response workflows. Integrate with Pag
- alertlogic-mcpMCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
- alessiomarcone-codexSelects and designs general Codex setup and operation across the ChatGPT desktop app, CLI, IDE, cloud, AGENTS.
- alessiomarcone-learnBuilds a sequenced learning path from verified official Anthropic and OpenAI course, tutorial, guide, video, a
- alessiomarcone-skillTurns a repeated workflow into one narrow, reusable, validated agent skill with reliable triggers and progress
- alessiomarcone-verifyFact-checks and stress-tests AI answers or artifacts with claim-level evidence, uncertainty, anti-hallucinatio
- aletheia-mcpDeterministic pre-execution filter that blocks known scope-creep and prompt-injection tool calls
- alexTurns requirements into a precise, dependency-aware implementation plan.
- alex-hormozi-from-zeroAlex Hormozi's complete entrepreneurship playbook from one transcript — covering fear, business ideas, leverag
- alex-hormozi-pitchCreate irresistible offers and pitches using Alex Hormozi's methodology from $100M Offers. Guides through valu
- alexa-cliControl Amazon Echo/Alexa devices via the `alexacli` CLI. Use when the user asks to speak/announce on Echo dev
- AlexAnys/opencrewOpenclaw多智能体协同系统 | Multi-Agent OS for Decision Makers — 基于 OpenClaw (Clawbot) + Slack,让 AI 团队各司其职、自主稳定迭代。
- alexmond-architectDesign a scalable system — architecture, data flow, APIs, schema, caching — then implement its minimal product
- alexmond-implement-issueDrive a GitHub issue from branch to pull request — read the issue, create a feature branch, implement the chan
- alexmond-security-auditDefensively scan a codebase (or a specific path) for OWASP-style vulnerabilities — injection, path traversal,
- alexzio00-project-initInterview-based project setup — generates CLAUDE.md, ROADMAP, .gitignore, .env.example from scratch. Use when:
- alexzio00-session-startLoad handoff on session start, review lessons, output readiness signal. Triggers: '/session-start', 'start ses
- alfanous3-mcpSearch and explore the Holy Qur'an with Arabic text, transliteration, and advanced search support.
- alfresco-architect-agentGiven a business requirement, proposes full Alfresco extension architecture including content types, behaviour
- alfresco-debugger-agentGiven an Alfresco stack trace or log snippet, searches documentation and known issues to diagnose the root cau
- alfresco-migrator-agentAnalyses an existing Alfresco AMP or JAR extension, identifies deprecated APIs and outdated patterns, and prod
- algenta-mcpGoverned data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
- algernon-mcpFan a goal out to cheap parallel LLM workers on your own key or a free local Ollama. Keep your mind.
- algo-ad-biddingImplement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this s
- algo-ad-budgetOptimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when t
- algo-ad-ctrBuild CTR prediction models for estimating ad click-through rates from features. Use this skill when the user
- algo-ad-gspImplement Generalized Second Price auction for ad slot allocation and pricing. Use this skill when the user ne
- algo-ad-vcgImplement VCG mechanism for incentive-compatible ad slot allocation with truthful bidding. Use this skill when
- algo-aho-corasickBuild an Aho-Corasick automaton (trie + BFS failure links) to find every pattern occurrence in one O(n+m+z) te
- algo-avl-treesImplement a self-balancing AVL binary search tree in Python with rotation-based rebalancing (LL/RR/LR/RL) guar
- algo-basic-algorithmsCompute GCD/LCM via Euclid's algorithm, find roots with Newton's method, and count k-mers using dict/Counter v
- algo-bfs-dfsBFS (queue) and DFS (stack/recursion) traversal in pure Python for shortest unweighted path, k-hop neighborhoo
- algo-binary-search-treesImplement/debug a binary search tree in Python: insert, search, delete (3 cases), successor/predecessor, inord
- algo-blockchain-basicsExplain blockchain fundamentals including distributed ledger architecture, consensus mechanisms, and block str
- algo-blockchain-smart-contractDesign and implement smart contracts as self-executing programmatic agreements on blockchain. Use this skill w
- algo-comparison-sortsImplement bubble/merge/shell/quicksort in Python; compare Big-O time/space/stability. Use when asked to sort a
- algo-complexity-analysisDerive Big O time/space complexity of loops and recursion via recurrence relations; simplify expressions, comp
- algo-dfa-matchingBuild a DFA transition table via the KMP prefix function, then scan text in O(n) with zero backtracking. Use w
- algo-dijkstraCompute single-source shortest paths in a non-negative-weight graph with Dijkstra's algorithm (binary-heap pri
- algo-dynamic-arraysImplement resizable arrays with ctypes-backed doubling/shrinking; prove append is amortized O(1). Use when ask
- algo-ecom-bm25Implement BM25 ranking function for e-commerce product search relevance scoring. Use this skill when the user
- algo-ecom-rankingDesign multi-objective e-commerce product ranking combining relevance, conversion, and business metrics. Use t
- algo-ecom-searchOptimize e-commerce search relevance across the full pipeline from query understanding to result presentation.
- algo-forecast-arimaBuild ARIMA models for time series forecasting with trend and seasonality decomposition. Use this skill when t
- algo-forecast-ensembleCombine multiple forecasting models into ensemble predictions for improved accuracy. Use this skill when the u
- algo-forecast-exponentialApply exponential smoothing methods for time series forecasting with weighted moving averages. Use this skill
- algo-forecast-prophetBuild forecasting models with Meta's Prophet for business time series with holidays and changepoints. Use this
- algo-graph-representationsBuild graph structures (adjacency matrix/list, edge list) in Python/NumPy for PPI, GRN, and metabolic networks
- algo-hash-tables-bloomImplement Python hash tables (chaining, open addressing, rehashing) and Bloom filters for set membership. Use
- algo-hr-compensationConduct compensation benchmarking analysis to position salaries against market data. Use this skill when the u
- algo-hr-matchingImplement Gale-Shapley stable matching algorithm for two-sided matching problems. Use this skill when the user
- algo-hr-turnoverBuild employee turnover prediction models to identify flight risk and retention drivers. Use this skill when t
- algo-intro-memoizationSpeed up exponential recursion (Fibonacci, alignment counting, coin change) to linear time via dict cache or l
- algo-kmp-algorithmFind all overlapping exact occurrences of a pattern/motif/primer in a string or DNA sequence in O(n+m) time vi
- algo-knapsackSolve 0/1, unbounded, subset-sum, and bitmask set-cover knapsack DP in Python with traceback and O(capacity)-s
- algo-linear-binary-searchImplement Python linear/binary search: first/last occurrence, lower_bound/upper_bound (bisect), rotated-sorted
- algo-linear-sortsImplement counting sort, radix sort, and bucket sort in Python for O(n) non-comparison sorting of integers, fi
- algo-linked-listsImplement singly/doubly linked lists in Python (O(1) head/tail insert, delete, reverse) plus pointer problems
- algo-mfg-cpkCalculate Cpk process capability index to assess whether a process meets specification requirements. Use this
- algo-mfg-doeDesign and analyze factorial experiments to identify significant process factors and optimize settings. Use th
- algo-mfg-fmeaConduct FMEA to systematically identify, prioritize, and mitigate potential failure modes. Use this skill when
- algo-mfg-spcImplement Statistical Process Control charts to monitor production process stability. Use this skill when the
- algo-mst-kruskal-primCompute minimum spanning trees with Kruskal's (Union-Find) and Prim's (min-heap) algorithms in Python or netwo
- algo-naive-pattern-matchingBrute-force O(n*m) sliding-window search for all overlapping matches of a pattern/motif/primer in text or DNA/
- algo-net-centralityCalculate network centrality metrics to identify important nodes in graphs. Use this skill when the user needs
- algo-net-communityImplement Louvain community detection to discover densely connected groups in networks. Use this skill when th
- algo-net-influenceSolve the influence maximization problem to select optimal seed nodes for maximum information spread. Use this
- algo-nlp-ldaImplement LDA topic modeling to discover latent topics in document collections. Use this skill when the user n
- algo-nlp-nerImplement Named Entity Recognition to identify and classify entities in text. Use this skill when the user nee
- algo-nlp-similarityCalculate text similarity using lexical and semantic methods for matching and deduplication. Use this skill wh
- algo-nlp-summarizationImplement text summarization using extractive and abstractive approaches. Use this skill when the user needs t
- algo-price-bundleDesign bundle pricing strategies using pure bundling, mixed bundling, and consumer surplus analysis. Use this
- algo-price-conjointRun conjoint analysis to measure how product attributes drive consumer preferences and willingness to pay. Use
- algo-price-dynamicImplement dynamic pricing strategies that adjust prices in real-time based on demand, time, and competition. U
- algo-price-elasticityCalculate price elasticity of demand to quantify how price changes affect sales volume. Use this skill when th
- algo-price-van-westendorpConduct Van Westendorp Price Sensitivity Meter analysis to identify acceptable price ranges. Use this skill wh
- algo-rabin-karpRabin-Karp rolling-hash search in Python for single/multi-pattern matching (DNA motifs, k-mers, plagiarism phr
- algo-rank-bayesianApply Bayesian averaging to rank items by combining observed ratings with prior expectations. Use this skill w
- algo-rank-eloImplement Elo rating system to rank items or players from pairwise comparison outcomes. Use this skill when th
- algo-rank-trueskillImplement TrueSkill rating system for multiplayer and team-based competitive ranking. Use this skill when the
- algo-rank-wilsonCalculate Wilson Score confidence intervals for ranking items by positive proportion with sample size correcti
- algo-rec-cfImplement collaborative filtering for recommendations based on user behavior patterns. Use this skill when the
- algo-rec-contentImplement content-based recommendation by matching item features to user preference profiles. Use this skill w
- algo-rec-hybridDesign hybrid recommendation systems combining multiple strategies for improved accuracy. Use this skill when
- algo-rec-mfImplement matrix factorization to decompose user-item interaction matrices into latent factor representations.
- algo-rec-sessionImplement session-based recommendation from short-term user behavior sequences without long-term profiles. Use
- algo-red-black-treesImplement a red-black self-balancing BST (insert, rotations, recoloring) for O(log n) search on sorted VCF var
- algo-risk-altman-zCalculate Altman Z-Score to predict corporate bankruptcy probability from financial ratios. Use this skill whe
- algo-risk-benfordApply Benford's Law to detect anomalies in numerical datasets by analyzing first-digit frequency distributions
- algo-risk-creditBuild credit scoring models to predict default probability from borrower characteristics. Use this skill when
- algo-risk-varCalculate Value at Risk to estimate maximum portfolio loss at a given confidence level. Use this skill when th
- algo-sc-bullwhipAnalyze and mitigate the bullwhip effect where demand variability amplifies upstream in supply chains. Use thi
- algo-sc-eoqCalculate Economic Order Quantity to minimize total inventory cost (ordering + holding). Use this skill when t
- algo-sc-newsvendorSolve the newsvendor problem for single-period ordering decisions under uncertain demand. Use this skill when
- algo-sc-routingSolve vehicle routing problems to optimize delivery routes under capacity and time constraints. Use this skill
- algo-sc-safety-stockCalculate safety stock levels to buffer against demand and lead time uncertainty. Use this skill when the user
- algo-senseiYour personal DSA & LeetCode mentor. Use for problem explanations, progressive hints, code reviews, mock inter
- algo-seo-backlinkEvaluate backlink quality using Domain Authority, Domain Rating, and trust metrics. Use this skill when the us
- algo-seo-contentExecute content SEO strategy from keyword research through content planning, writing, and on-page optimization
- algo-seo-crawlImplement a web crawler pipeline covering URL discovery, fetching, parsing, and storage. Use this skill when t
- algo-seo-pagerankImplement PageRank algorithm to compute web page importance scores using the random surfer model. Use this ski
- algo-seo-schemaImplement Schema.org structured data markup in JSON-LD format for enhanced search results. Use this skill when
- algo-seo-technicalOptimize Core Web Vitals (LCP, INP, CLS) for better search rankings and user experience. Use this skill when t
- algo-seo-tfidfImplement TF-IDF scoring to measure term importance relative to a document corpus. Use this skill when the use
- algo-sequence-alignmentImplement Needleman-Wunsch global and Smith-Waterman local sequence alignment: fill/traceback DP matrices, mat
- algo-social-engagementCalculate and benchmark social media engagement rates across platforms and variants. Use this skill when the u
- algo-social-influenceMeasure social media influence using engagement-weighted metrics beyond follower count. Use this skill when th
- algo-social-sentimentImplement VADER sentiment analysis for social media text scoring. Use this skill when the user needs to analyz
- algo-social-viralityModel viral spread dynamics using SIR/SIS/SEIR compartmental models. Use this skill when the user needs to pre
- algo-stacks-queuesImplement Stack (LIFO)/Queue (FIFO) in Python (array, linked-list, two-stack) with O(1) ops; validate balanced
- algo-suffix-arraysBuild a suffix array (Manber-Myers O(n log n)) and LCP array (Kasai's O(n)) in Python; binary-search substring
- algo-suffix-treesBuild a suffix tree for O(m) pattern search, longest repeated substring, and longest common substring (LCS). U
- algo-tabulationBottom-up DP (tabulation) in Python: edit distance/Levenshtein, LCS, and LIS with rolling-array space optimiza
- algo-topological-sortOrder vertices of a directed acyclic graph (DAG) with DFS-based or Kahn's BFS-based topological sort, detect c
- algo-tradingBuild algorithmic trading systems — backtesting, strategy development, live execution, and risk management. Us
- algo-triesImplement a trie (prefix tree) in Python for O(m) word insert/search, O(p) prefix checks, and O(p+k) prefix en
- algodocs-automationAutomate Algodocs tasks via Rube MCP (Composio). Always search tools first for current schemas.
- algoliaProduction-ready AI coding skills for APIs. Installable skills for Claude Code, Cursor, Codex CLI, Gemini CLI,
- algolia-automationAutomate Algolia tasks via Rube MCP (Composio). Always search tools first for current schemas.
- algolia-searchExpert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tun
- algorand-vulnerability-scannerScans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction
- algorithm-correctness-invariantsValidates algorithm correctness using invariants, preconditions, and postconditions.
- algorithmic-artCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this wh
- algorithmic-awarenessUnderstanding how algorithmic systems shape what users see, know, and do -- from recommendation feeds to searc
- algorithmic-color-paletteDerive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for
- algorithms-data-structuresAlgorithms and data structures from first principles through advanced analysis. Covers sorting (bubble, insert
- ali-videoGenerate videos using Aliyun Bailian's HappyHorse AI video generation models via DashScope API. Supports text-
- alibaba-ack-container-platform-operatorOperate ACK clusters (managed/dedicated/serverless), ACR container registries, ASM service mesh, and container
- alibaba-actiontrail-audit-analystQuery Alibaba Cloud ActionTrail management API call history, build governance audit reports, create SLS-based
- alibaba-analyticdb-realtimeOperate AnalyticDB for MySQL and PostgreSQL, Hologres real-time OLAP analytics, and DAS real-time diagnostics
- alibaba-certificate-manager-issuer-reviewReview Alibaba Cloud SSL Certificate Service — DV/OV/EV certificate lifecycle, auto-renewal configuration, cer
- alibaba-change-impact-advisorPre-change blast radius analysis for Alibaba Cloud — Resource Directory OU scope mapping, RAM policy cascade e
- alibaba-china-complianceAdvise on MLPS 2.0 grading and technical controls, DSL Article 31 cross-border data transfer, CSL network oper
- alibaba-cost-anomaly-watch-coordinatorDetect and coordinate response to Alibaba Cloud cost anomalies — MaxCompute CU vs on-demand billing mismatch,
- alibaba-cost-finops-analystAnalyze Alibaba Cloud spend via Cost Manager, optimize Savings Plans and Reserved Instance coverage, design re
- alibaba-daily-operations-briefing-coordinatorCoordinate the daily Alibaba Cloud operations standup — cost delta from Cost Manager, ActionTrail anomaly revi
- alibaba-devops-cicd-operatorBuild CI/CD pipelines with RDC (Research and Development Collaboration), Cloud Build, Flow pipeline automation
- alibaba-ecs-compute-operatorOperate ECS instances, Auto Scaling groups, ECI serverless containers, and Cloud Assistant O&M automation. Han
- alibaba-event-driven-architecture-reviewReview Alibaba Cloud EventBridge, MNS (Message Notification Service), RocketMQ, and MSE event-driven designs —
- alibaba-function-serverless-operatorDeploy and operate Function Compute 3.0, SAE (Serverless App Engine) applications, and EDAS microservice apps.
- alibaba-iac-change-safety-reviewReview Terraform and ROS (Resource Orchestration Service) changes targeting Alibaba Cloud — blast radius analy
- alibaba-kms-secret-lifecycle-stewardAudit and govern Alibaba Cloud KMS key lifecycles, Certificate Manager, SSM (Secrets Manager), and HSM key ope
- alibaba-landing-zone-architectDesign Alibaba Cloud landing zone — Resource Management org tree, Cloud SSO, Control Policy (SCP equivalent),
- alibaba-live-ack-rollout-guardGate ACK deployment mutations, node pool scaling, and cluster version upgrades against rollback posture and wo
- alibaba-live-cost-budget-action-guardGate live financial authority actions — budget threshold changes, Savings Plan purchases, and Reserved Instanc
- alibaba-live-kms-key-mutation-guardGate KMS key deletion and disable operations. All data encrypted with a deleted CMK (OSS SSE-KMS, ECS encrypte
- alibaba-live-oss-bucket-policy-guardGate OSS bucket ACL and policy mutations — public-read/write ACL exposes data to internet crawlers within seco
- alibaba-live-ram-policy-change-guardGate RAM policy/role mutations against the Alibaba Cloud account hierarchy. RAM AdministratorAccess assignment
- alibaba-live-rds-polardb-mutation-guardGate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal — database deletion without veri
- alibaba-load-balancer-traffic-engineerTraffic engineering for Alibaba Cloud load balancers — CLB (Classic, legacy), ALB (Application Load Balancer,
- alibaba-maestroAlibaba Cloud Maestro routing skill. Classify the user's Alibaba Cloud task, select the narrowest specialist a
- alibaba-maxcompute-dataworks-analystManage MaxCompute CU package governance, DataWorks scheduling, Quick BI reporting, and PAI ML platform. Optimi
- alibaba-migration-architectPlan Alibaba Cloud migrations using SMC (Server Migration Center), DTS (Data Transmission Service) for data sy
- alibaba-mse-microservice-engineConfigure and operate Alibaba MSE (Microservice Engine) — Nacos service discovery and configuration management
- alibaba-network-architectDesign Alibaba Cloud network topology — VPC peering, CEN for multi-VPC/multi-region connectivity, Express Conn
- alibaba-observability-incident-responderRespond to Alibaba Cloud incidents using CloudMonitor alarms, SLS log analytics, ARMS APM distributed tracing,
- alibaba-oss-data-perimeter-governorGovern Alibaba Cloud OSS data perimeters — bucket ACL and policy conflict resolution, Block Public Access conf
- alibaba-oss-storage-stewardManage OSS lifecycle policies, bucket policy and ACL governance, NAS/CPFS shared file storage, cross-region re
- alibaba-polardb-rds-dbaOperate PolarDB (MySQL/PG/Oracle) clusters and RDS instances — DAS diagnostics, database proxy, Global Databas
- alibaba-ram-iam-reviewAudit Alibaba Cloud RAM users, groups, roles, and policies; review STS token lifecycle and scope; assess Resou
- alibaba-registry-artifact-governorGovern Alibaba Cloud Container Registry (ACR) — Enterprise Edition vs Personal Edition selection, image vulner
- alibaba-resilience-bcdr-reviewReview Alibaba Cloud workload HA and BCDR designs — RDS High-Availability Edition failover, PolarDB Global Dat
- alibaba-security-center-hardeningHarden Alibaba Cloud security posture via Security Center (threat detection, vulnerability scanning, baseline
- alibaba-serverless-production-readinessReview Function Compute 3.0 (FC3), SAE (Serverless App Engine), and EDAS for production readiness — cold start
- alibaba-solution-architectDesign Alibaba Cloud solutions — product selection (PolarDB vs RDS, ACK vs ASK vs SAE, MaxCompute vs AnalyticD
- alibaba-support-incident-coordinatorCoordinate Alibaba Cloud support incidents — case creation with correct severity (紧急/高/中/低), Enterprise Suppor
- alibaba-ticket-triage-escalation-coordinatorTriage Alibaba Cloud operational alerts, incidents, and support tickets — P0/P1/P2/P3 classification, Alibaba
- alibaba-waf-cost-optimization-reviewAssess Alibaba Cloud cost posture: ECS instance family rightsizing, Savings Plans and Reserved Instance covera
- alibaba-waf-reliability-reviewAssess Alibaba Cloud workload reliability: multi-AZ ECS topology, SLB/ALB/NLB load balancing, Auto Scaling hea
- alibaba-waf-security-reviewAssess Alibaba Cloud workload security posture: RAM least-privilege, VPC isolation, KMS/HSM encryption, Cloud
- alibabacloud-ecs-linux-troubleshootingTroubleshoot an Alibaba Cloud ECS Linux instance. Use when user needs to troubleshoot a problem on the specifi
- alibabacloud-ecs-sec-inspectLinux 服务器安全入侵检测与取证工具,专为 AI Agent 设计。自动判断服务器是否被入侵, 提供完整证据链和可执行修复建议。50+ 安全分析器,10 个数据采集器,103+ MITRE ATT&CK 技术映射,支
- alibabacloud-ecs-sec-kernelLinux 内核 CVE 漏洞检测与 PoC 验证工具。88 个内核漏洞检测器,CTF 挑战模式验证。需要 root 权限(sudo)运行。 务必在检测内核漏洞时使用此技能。每当需要验证 CVE 或执行 PoC 验证时,
- alibabacloud-ecs-windows-online-troubleshootingTroubleshooting skills for Alibaba Cloud ECS
- align-humanUse when the user has a judge/grader and human-labeled data, and wants to measure how well the judge agrees wi
- align-rewards-and-incentivesThis skill should be used when the user asks "will this reorg actually stick," "does our reward system support
- alignfirstCollaborative problem-solving protocols. Write technical specifications (spec, or alspec), create implementati
- alignfirst-setup-guideSetup-time companion to install or upgrade any subset of {docmap, workspace, alignfirst skills} in a consumer
- alignment-and-mappingWorkflow for read alignment, sorting, indexing, mapping statistics, and downstream-ready alignment artifacts.
- alignment-theaterApplies rigorous safety and compliance review to every task before execution. Use when the user asks you to pe
- alignment-values-north-starUse when teams need shared direction and decision-making alignment. Invoke when starting new teams, scaling or
- alint-until-cleanDrive moeru-ai/alint until clean. Use when the user wants an alint fix loop, alint diagnostics cleared by edit
- alipay-webhooksReceive and verify Alipay (Antom / Alipay+) webhook notifications. Use when setting up Alipay webhook handlers
- alireza-apple-hig-expertA curated guide to convention files AI agents read, write, and act on: AGENTS.md, CLAUDE.md, SKILL.md, llms.tx
- alireza-clinical-researchA curated guide to convention files AI agents read, write, and act on: AGENTS.md, CLAUDE.md, SKILL.md, llms.tx
- alirezarezvani-ab-test-setup345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alirezarezvani-analytics-tracking345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alirezarezvani-auditUse when someone asks for an AIOS audit, asks to score their setup against the Four Cs, or says "is my AIOS wo
- alirezarezvani-brand-guidelines345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alirezarezvani-changelog345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alirezarezvani-code-reviewer345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alirezarezvani-competitor-alternatives345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alirezarezvani-experimentUse to run an autoresearch-style experiment loop — improve a measurable artifact by trying changes, measuring
- alirezarezvani-onboardUse on Day 1 of an AIS-OS install, when someone says "set me up", "onboard me", "let's get started", "fill in
- alirezarezvani-triageUse when the user dumps a batch of inputs at once — a pile of emails, a backlog of Slack/Teams messages, a lis
- alirezarezvani-workflowUse to run a dynamic, goal-driven workflow — orchestrate a multi-step goal by composing skills, tools, and MCP
- alirezarezvani/claude-code-tresorA world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and promp
- alirezarezvani/claude-skills337 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- alis-exchange/a2a-playgroundA local CLI that serves a Vue UI and proxies to an A2A (Agent-to-Agent) agent. Use it to test and interact wit
- aliyun-cli阿里云 CLI 操作
- aliyun-openapi-mcp-opsUse when operating Alibaba Cloud through a custom OpenAPI MCP server, especially for SWAS deployment workflows
- aliyun-swas-manageUse when managing Alibaba Cloud Simple Application Server (SWAS OpenAPI 2020-06-01) resources end-to-end, incl
- all-deployDeploys any web app, API, or agent to the internet with a strict pre-deploy audit and a preview → health-check
- all-hands-deckBuild an all-hands that lands with everyone from intern to VP — the mixed-altitude structure (the story for al
- all-images-ai-automationAutomate All Images AI tasks via Rube MCP (Composio). Always search tools first for current schemas.
- all-traditions-speaking-as-oneDeploy universal wisdom voices from all traditions simultaneously - Hindu, Buddhist, Taoist, Abrahamic, Indige
- allaymc-plugin-devCreate, update and troubleshoot AllayMC plugins in Java or other JVM languages. Use when (1) creating a new Al
- alliancesAirline alliance membership (Star Alliance, oneworld, SkyTeam) and cross-alliance booking relationships. Maps
- allinherog-star-agent-browser业务诊断助手适合市场营销、运营、产品、销售在用户提出“这件事该怎么做”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。
- allmcps-serverSearch, browse, and submit MCP servers to the AllMCPs.com directory.
- allnewsapi-mcpGet access to real-time and historical news data including top headlines from global sources
- alloc-contextSelf-host MCP: portfolio crypto context for agents. PyPI stdio; MIT.
- allocate-resourcesThis skill should be used when the user asks to "review our resource allocation," "are we funding the right th
- allowed-tools-mismatch-counterexampleGenerated counterexample declaring narrow tool access while scripts perform network activity
- alloydb-postgres-access-managementUse these skills when you need to manage database users, inspect permissions and roles, and verify global conf
- alloydb-postgres-adminUse these skills when you need to provision new AlloyDB clusters and instances, monitor their creation status,
- alloydb-postgres-dataUse these skills when you need to explore the database schema, identify objects like views and triggers, and e
- alloydb-postgres-healthUse these skills when you need to optimize storage, identify index issues, analyze table statistics, or manage
- alloydb-postgres-monitorUse these skills when you need to troubleshoot slow performance, analyze query execution plans, identify resou
- alloydb-postgres-optimizeUse these skills when you need to discover and manage PostgreSQL extensions or fine-tune engine-level settings