Skip to main content
Knowledge Index

Explore.

7,960 AI entities indexed across tools, models, agents, skills, benchmarks, and more — schema-verified, agent-maintained.

100 entities · skill

SkillAI Tools & APIs

Transfer Learning

by Community

Leverages knowledge from a source domain to improve model performance on a target domain with limited labeled data. A foundational technique for reducing training costs and accelerating model development across diverse applications.

transfer-learningdomain-adaptationfine-tuning
78.2B+
SkillLLMs

Chain-of-Thought

by AaaS

Guides LLMs to produce step-by-step reasoning before arriving at a final answer. Dramatically improves performance on math, logic, and multi-step problems by making the model's reasoning process explicit and verifiable.

promptingreasoningchain-of-thought
76.6B+
SkillLLMs

Prompt Engineering

by AaaS

The foundational discipline of crafting effective prompts to elicit desired behaviors from language models. Covers system prompt design, instruction formatting, output structuring, temperature tuning, and iterative prompt refinement techniques.

promptingengineeringoptimization
76.5B+
SkillAI for Code

Code Generation

by AaaS

Generates functional code from natural language descriptions, specifications, or partial implementations. Covers multiple languages and frameworks with support for boilerplate scaffolding, algorithm implementation, and API integration patterns.

codinggenerationprogramming
75B+
SkillAI Agents

Function Calling

by AaaS

Enables LLMs to invoke external functions by generating structured JSON arguments matching defined schemas. Supports parallel function calls, error handling, and chained invocations for complex multi-step tool interactions.

function-callingtoolsstructured-output
73.7B+
SkillAI Tools & APIs

Collaborative Filtering

by Community

Predicts user preferences by identifying patterns from collective user-item interaction histories, using memory-based neighborhood methods or model-based matrix factorization and neural approaches. The backbone of recommendation systems at scale across e-commerce, streaming, and social platforms.

recommendationcollaborative-filteringmatrix-factorization
73.6B+
SkillLLMs

Few-Shot Learning

by AaaS

Teaches LLMs to perform tasks by providing a small number of input-output examples in the prompt. Enables rapid task adaptation without fine-tuning by demonstrating the desired pattern through carefully selected, representative examples.

promptingfew-shotexamples
73.5B+
SkillAI Agents

Tool Use

by AaaS

Equips AI agents with the ability to select and use appropriate tools from a defined toolkit to accomplish tasks. Covers tool selection logic, input marshalling, output interpretation, and fallback strategies when tools fail or return unexpected results.

toolsagentsintegration
72B+
SkillSpeech & Audio AI

Speech Recognition

by AaaS

Teaches integration and optimization of automatic speech recognition (ASR) systems — from Whisper to streaming cloud APIs — for agentic voice pipelines. Covers language identification, word error rate reduction, punctuation restoration, and handling noisy audio environments.

asrwhispertranscription
71.9B+
SkillAI Tools & APIs

Time-Series Forecasting

by Community

Predicts future values of sequential, time-indexed data using classical statistical models (ARIMA, ETS), gradient boosting (LightGBM, XGBoost), and deep learning architectures (Transformers, N-BEATS, TFT). Handles trend, seasonality, exogenous covariates, and uncertainty quantification.

time-seriesforecastingtemporal
71.3B+
SkillAI Tools & APIs

Domain-Specific Fine-Tuning

by Community

Adapts a general-purpose pretrained model to a narrow domain by continuing training on curated domain corpora or instruction datasets. Produces specialized models that outperform generalist baselines on domain-specific benchmarks while preserving broad language understanding.

fine-tuningdomain-adaptationllm
71.2B+
SkillAI for Code

Code Review

by AaaS

Analyzes code for bugs, security vulnerabilities, performance issues, and style violations. Provides actionable feedback with severity levels and suggested fixes aligned to language-specific best practices and project conventions.

codingreviewquality
71B+
SkillAI Tools & APIs

Hybrid Recommendation Systems

by Community

Combines collaborative filtering and content-based signals — along with contextual, knowledge-graph, and session-based features — into unified ranking models that outperform single-strategy approaches. Modern implementations use two-tower neural architectures for efficient retrieval followed by cross-attention reranking.

recommendationhybridensemble
70.8B+
SkillAI Tools & APIs

Graph Neural Networks

by Community

Applies deep learning directly to graph-structured data by passing and aggregating messages between connected nodes across multiple layers, enabling node classification, link prediction, and graph-level tasks. Powers state-of-the-art knowledge graph completion, molecular property prediction, and social network analysis.

GNNgraph-learningnode-classification
70.6B+
SkillAI Tools & APIs

Reinforcement Learning for Control

by Community

Trains control policies for autonomous systems through environment interaction and reward signals using model-free (PPO, SAC, TD3) and model-based (MBPO, Dreamer) RL algorithms. Enables superhuman performance in complex continuous control tasks from locomotion to manipulation.

reinforcement-learningcontrolautonomous-systems
69.9B
SkillLLMs

Summarization

by AaaS

Condenses long documents into concise summaries while preserving key information and maintaining factual accuracy. Supports extractive, abstractive, and hierarchical summarization with configurable length, style, and focus area parameters.

summarizationcondensationnlp
69.8B
SkillAI Tools & APIs

Anomaly Detection

by Community

Identifies unusual patterns, outliers, and change points in time-series and tabular data using statistical, density-based, isolation forest, autoencoder, and transformer-based methods. Fundamental for operational monitoring, fraud detection, and predictive maintenance systems.

anomaly-detectiontime-seriesoutlier-detection
69.4B
SkillLLMs

RAG Retrieval

by AaaS

A technique that enhances large language models by dynamically retrieving relevant information from an external knowledge base. This process grounds the model's responses in factual data, reducing hallucinations and enabling it to answer questions about information not present in its original training data.

ragretrieval-augmented-generationllm
68.3B
SkillComputer Vision

Object Detection

by AaaS

A core computer vision skill that enables agents to identify and locate objects within an image or video stream. By predicting bounding boxes and class labels for each object, this skill forms the foundation for environmental understanding. It is crucial for applications requiring spatial awareness, from autonomous navigation to automated inspection.

computer-visionobject-detectionbounding-box
68.3B
SkillAI for Code

Code Debugging

by AaaS

Diagnoses and resolves software bugs by analyzing error messages, stack traces, and code behavior. Applies systematic debugging strategies including root cause analysis, state inspection, and targeted fix generation with regression awareness.

debuggingtroubleshootingerror-analysis
68.1B
SkillLLMs

Semantic Search

by AaaS

Enables meaning-based retrieval by converting queries and documents into dense vector representations and finding nearest neighbors. Foundational skill for any RAG pipeline or knowledge-base-powered agent.

searchembeddingssimilarity
67.6B
SkillAI Tools & APIs

Federated Learning

by Community

A machine learning technique that trains an algorithm across multiple decentralized edge devices or servers holding local data samples, without exchanging the data itself. It enables collaborative model training by aggregating locally computed updates, thereby preserving data privacy, security, and sovereignty.

federated-learningprivacy-preserving-mldistributed-training
67.5B
SkillAI Tools & APIs

Content-Based Recommendation

by Community

Recommends items by matching item feature profiles to user preference profiles derived from their interaction history, using TF-IDF, embeddings, and semantic similarity techniques. Effective for cold-start scenarios where user interaction data is sparse and item metadata is rich.

recommendationcontent-baseditem-features
67.5B
SkillLLMs

Text Classification

by AaaS

Automates the categorization of text into predefined classes. This skill leverages large language models to perform zero-shot and multi-label classification, eliminating the need for extensive training data. It can analyze documents, user feedback, or social media posts, assigning relevant labels from a simple list or a complex hierarchical taxonomy.

text-classificationnlpcategorization
67.3B
SkillAI Tools & APIs

Path Planning

by Community

Path Planning is a fundamental capability in robotics and autonomous systems that computes a collision-free geometric path from a start to a goal configuration. It operates within a system's configuration space, using algorithms like A* or RRT to find optimal or feasible routes, distinct from motion planning which also considers dynamics like velocity and acceleration.

path-planningroboticsmotion-planning
67.3B
SkillComputer Vision

Visual Question Answering

by AaaS

Enables agents to answer free-form natural language questions about images by grounding language in visual features. Covers prompt construction for vision-language models, chain-of-thought visual reasoning, and failure modes such as hallucination and spatial confusion.

vqavision-languagemultimodal
66.8B
SkillAI Tools & APIs

Differential Privacy

by Community

Provides mathematically rigorous privacy guarantees by adding calibrated noise to query outputs or model gradients, ensuring individual data points cannot be inferred from published statistics or trained models. The de facto standard for privacy-preserving data analysis and compliant ML training.

privacydifferential-privacynoise-injection
66.8B
SkillLLMs

Embedding Generation

by AaaS

Generates dense vector embeddings from text, images, or other data types for use in similarity search, clustering, and classification. Covers model selection, batch processing, dimensionality considerations, and normalization strategies for optimal retrieval performance.

embeddingsvectorsrepresentation
66.4B
SkillAI for Code

Test Generation

by AaaS

Automates the creation of test suites by analyzing source code, function signatures, or specifications. It generates unit tests, integration tests, and edge case scenarios for popular frameworks, complete with necessary mocks and assertions. This accelerates development cycles and improves code reliability.

test-generationautomated-testingunit-testing
66.3B
SkillLLMs

ReAct Prompting

by AaaS

Implements the Reasoning + Acting (ReAct) paradigm where LLMs alternate between thinking steps and action steps. The model reasons about what to do next, takes an action (like searching or computing), observes the result, and continues reasoning until the task is complete.

promptingreactreasoning
66.3B
SkillAI Tools & APIs

Sensor Fusion

by Community

Combines data from multiple heterogeneous sensors — cameras, LiDAR, radar, GPS, IMU — using probabilistic filters and deep learning to produce a unified, accurate state estimate of the environment. Foundational for autonomous vehicles, drones, and any robot requiring robust situational awareness.

autonomous-systemssensor-fusionKalman-filter
66B
SkillLLMs

Fine-Tuning

by AaaS

Adapts pre-trained language models to specific domains, tasks, or styles through additional training on curated datasets. Covers full fine-tuning, parameter-efficient methods like LoRA and QLoRA, and best practices for dataset preparation, hyperparameter selection, and evaluation.

trainingfine-tuningadaptation
66B
Skilldevops-foundry

Anomaly Detection

by AaaS

Identifies deviations from normal system behavior across time-series telemetry data (CPU, memory, latency, error rates, request volumes). Uses statistical methods (z-score, IQR) and learned baselines to distinguish genuine anomalies from expected variance. A critical cross-foundry skill reused by SRE (F1), Fraud Detection (F6), and Supply Chain (F8) agents.

anomalydetectiontelemetry
66B
SkillAI for Code

Code Refactoring

by AaaS

Code Refactoring is the disciplined process of restructuring existing computer code without altering its external behavior. It focuses on enhancing nonfunctional attributes like readability, maintainability, and performance. This practice is key to managing technical debt, applying design patterns, and modernizing legacy systems to align with current best practices.

refactoringclean-codedesign-patterns
65.4B
SkillLLMs

Translation

by AaaS

Provides the ability to translate text from a source language to a target language. It aims to preserve the original meaning, tone, and cultural context. The skill supports domain-specific terminology for fields like legal or medical, allows for register control between formal and informal language, and handles idiomatic expressions with contextually appropriate equivalents.

translationmultilinguallocalization
65.2B
SkillAI Tools & APIs

Synthetic Data Generation

by Community

A process for creating artificial data that mimics the statistical properties and patterns of real-world datasets. It employs techniques like GANs, VAEs, and diffusion models to generate new data points, addressing issues of data scarcity, privacy, and imbalance. This enables robust model training and testing where real data is unavailable or sensitive.

synthetic-datadata-augmentationgenerative-ai
65.2B
SkillAI Tools & APIs

Robot Perception

by Community

Enables robots to interpret their surroundings by processing and fusing data from sensors like cameras, LiDAR, and IMUs. This capability allows machines to build environmental models, detect and track objects, and determine their own position and orientation (localization). It is a cornerstone of autonomous navigation and interaction.

roboticsperceptioncomputer-vision
65.1B
SkillComputer Vision

OCR Pipeline

by AaaS

Builds end-to-end pipelines for extracting structured text from images, scanned documents, and PDFs using OCR engines combined with layout analysis. Teaches preprocessing, engine selection (Tesseract, PaddleOCR, Google Document AI), post-correction, and handoff to language models for structured extraction.

ocrdocument-parsingtext-extraction
65.1B
SkillAI Tools & APIs

Motion Planning

by Community

Motion Planning is the process of generating a valid trajectory for an autonomous system, such as a robot arm or self-driving car, from a starting state to a desired goal state. It computes a collision-free path that respects the system's kinematic and dynamic constraints, effectively bridging perception with physical action.

motion-planningroboticspath-planning
65B
SkillAI Tools & APIs

Knowledge Graph Construction

by Community

Builds structured knowledge graphs from unstructured text and semi-structured sources through entity recognition, relation extraction, coreference resolution, and entity linking. The resulting graphs power question answering, search, recommendation, and reasoning applications.

knowledge-graphinformation-extractionNLP
64.7B
SkillComputer Vision

Image Generation Prompting

by AaaS

Master structured prompting for text-to-image diffusion models like Stable Diffusion and Midjourney. Learn to control style, composition, and quality using techniques such as negative prompting, LoRA weights, and iterative refinement. This skill enables the programmatic generation of consistent, on-brand imagery at scale.

image-generationdiffusionprompt-craft
64.6B
SkillLLMs

Prompt Chaining

by AaaS

Prompt Chaining is a technique for executing complex tasks by breaking them into a sequence of smaller, interconnected prompts. The output from one large language model (LLM) call serves as the input for the next, creating a multi-step workflow. This method enables more sophisticated reasoning, state management, and integration with external tools.

prompt-engineeringchainingllm-orchestration
64.3B
SkillLLMs

Hybrid Search

by AaaS

Hybrid search enhances information retrieval by merging the results of two distinct search methods: dense vector search for semantic understanding and sparse keyword search (like BM25) for lexical precision. This dual approach ensures that search results are not only contextually relevant but also capture exact term matches, significantly improving recall and relevance across diverse and complex queries.

ragsearchhybrid-search
63.8B
SkillLLMs

Data Extraction

by AaaS

Data Extraction is the process of automatically identifying and pulling structured information from unstructured or semi-structured sources like documents, web pages, and text. It uses NLP and computer vision to parse content into a predefined schema, enabling data to be used in databases, analytics, and automated workflows.

data-extractionstructured-dataparsing
63.8B
SkillAI Tools & APIs

Few-Shot Domain Adaptation

by Community

Adapts models to new target domains using only a handful of labeled examples, combining meta-learning, prompt engineering, and prototype-based methods. Critical for enterprise deployments where labeled data is scarce or expensive to acquire.

few-shotdomain-adaptationmeta-learning
63.5B
Skillcustomer-success-foundry

CRM Data Retrieval

by AaaS

Queries CRM systems to retrieve customer account data, ticket history, subscription status, and interaction logs. Provides the customer context foundation that support, churn, and sales agents depend on for personalized actions.

crmdata-accesssalesforce
63.5B
SkillLLMs

Document Chunking

by AaaS

Splits large documents into semantically coherent chunks optimized for embedding and retrieval. Supports recursive, semantic, and sentence-based splitting strategies with configurable overlap and size parameters.

ragchunkingpreprocessing
63.45B
SkillAI Agents

Multi-Step Reasoning

by AaaS

A core AI capability that enables agents to break down complex queries into a sequence of manageable, logical steps. By generating intermediate thoughts and verifying them, this process mimics human reasoning to solve problems that require planning, deduction, and synthesis of information over multiple stages.

multi-step-reasoningchain-of-thoughttree-of-thoughts
63.2B
SkillAI Tools & APIs

Active Learning

by Community

Active Learning is a machine learning technique that intelligently selects the most informative data points from a large pool of unlabeled data to be labeled by a human annotator. By prioritizing examples where the model is most uncertain, it aims to achieve higher model accuracy with significantly fewer labeled samples, reducing annotation costs and time.

active-learningdata-labelingannotation
63.2B
Skilldevops-foundry

Log Analysis

by AaaS

Parses, correlates, and summarizes structured and unstructured log streams from multiple sources (application logs, system logs, CI/CD logs). Identifies error patterns, correlates events across distributed services using trace IDs, and extracts actionable insights from high-volume log data. A foundational skill reused across DevOps, SRE, and security agents.

logsanalysisparsing
63.1B
SkillComputer Vision

Image Segmentation

by AaaS

Covers semantic, instance, and panoptic segmentation techniques that enable agents to produce pixel-level masks for scene understanding. Includes practical guidance on using SAM 2, Mask R-CNN, and integrating segmentation outputs into multimodal pipelines.

visionsegmentationSAM
62.7B
SkillAI Tools & APIs

Feature Attribution

by AaaS

This skill involves computing and communicating which input features most influenced a model's prediction. It leverages methods like SHAP, LIME, and Integrated Gradients for tabular, text, and image data. The core focus is on generating local and global explanations and presenting them visually for both technical and non-technical audiences.

xaiexplainable-aiinterpretability
62.6B
SkillAI Tools & APIs

Causal Effect Estimation

by Community

Causal Effect Estimation quantifies the true impact of an action or intervention by analyzing observational data. It moves beyond simple correlation to isolate causality using statistical methods, which is crucial for evaluating policies, business strategies, and medical treatments where A/B tests are infeasible.

causal-inferencecausal-effect-estimationaverage-treatment-effect
62.3B
SkillAI Agents

Planning

by AaaS

Enables agents to create structured execution plans for multi-step tasks by analyzing goals, identifying sub-tasks, ordering dependencies, and allocating resources. Supports plan revision when steps fail or new information emerges during execution.

planningstrategytask-management
62.2B
SkillLLMs

Named Entity Recognition

by AaaS

Identifies and classifies named entities (people, organizations, locations, dates, etc.) within unstructured text. Supports custom entity types, relationship extraction between entities, and structured output formatting for downstream processing.

nerentity-extractionnlp
62.2B
SkillAI Tools & APIs

Sim-to-Real Transfer

by Community

Sim-to-Real Transfer is a set of techniques used in robotics and AI to bridge the 'reality gap' between simulation and the real world. It enables models and control policies trained in a virtual environment to be deployed effectively on physical hardware, drastically reducing the need for costly, time-consuming, and potentially unsafe real-world data collection.

sim-to-realroboticsreinforcement-learning
62.1B
SkillAI Agents

Multi-Agent Coordination

by AaaS

Multi-Agent Coordination involves designing systems where multiple autonomous agents collaborate to achieve a common goal. This skill encompasses architectural patterns like hierarchical supervision and peer-to-peer negotiation for task distribution and conflict resolution. It focuses on managing shared information and ensuring coherent collective action in complex, dynamic environments.

multi-agentorchestrationcoordination
62B
SkillAI Infrastructure

Streaming Responses

by AaaS

This skill involves implementing real-time, token-by-token data delivery from Large Language Models to end-users. It utilizes protocols like Server-Sent Events (SSE) or WebSockets to create interactive and responsive applications, such as chatbots or code assistants, by progressively displaying content as it's generated.

streamingssewebsockets
61.9B
SkillLLMs

Reranking

by AaaS

Applies a cross-encoder or LLM-based reranker to refine initial retrieval results by scoring query-document pairs for relevance. Dramatically improves precision by promoting the most contextually relevant passages to the top of the result set.

ragrerankingrelevance
61.3B
Skillfinance-foundry

OCR Extraction

by AaaS

Extracts structured data from unstructured documents (PDFs, scanned images, email attachments) using optical character recognition with layout-aware parsing. Handles multi-page invoices, varying formats, and poor scan quality — producing structured key-value pairs for downstream reconciliation.

ocrdocument-processinginvoice
61.3B
Skilldevops-foundry

Escalation Routing

by AaaS

Routes unresolved or high-risk incidents to the appropriate human responder with full diagnostic context. Determines escalation urgency (P1-P5), identifies the correct on-call engineer or team based on service ownership, and packages a complete incident summary (timeline, diagnostics run, hypothesis). A cross-foundry skill reused by Customer Success (F4) and Healthcare (F9) agents.

escalationroutingincident
61.3B
SkillAI Ethics & Safety

Content Filtering

by AaaS

A system that automatically screens text inputs and outputs for large language models (LLMs) to detect and manage harmful content. It uses multi-category classification to identify issues like toxicity, hate speech, and violence, applying configurable rules and thresholds to enforce safety policies and protect users.

content-moderationai-safetytrust-and-safety
61.2B
SkillAI for Code

Code Explanation

by AaaS

Provides detailed, multi-level explanations for code snippets, functions, or entire repositories. It breaks down complex algorithms, clarifies control flow, and describes the purpose of variables and dependencies. The skill supports numerous programming languages, generating documentation-style overviews or granular, line-by-line analyses to accelerate learning and code reviews.

explanationunderstandingdocumentation
61.1B
SkillAI Agents

Web Browsing

by AaaS

Empowers autonomous agents to interact with the web like a human user. This skill provides the core functionality to navigate to URLs, render pages including executing JavaScript, and parse DOM elements. It enables complex workflows such as filling out forms, clicking buttons, and extracting structured data for analysis or task completion.

browsingwebnavigation
60.8B
SkillAI Tools & APIs

Continual Learning

by Community

A machine learning paradigm enabling models to learn sequentially from a continuous stream of data without forgetting previously acquired knowledge. Continual Learning, or Lifelong Learning, directly addresses the problem of catastrophic forgetting in neural networks using methods like regularization, memory replay, and dynamic architectures.

continual-learninglifelong-learningcatastrophic-forgetting
60.8B
SkillAI Ethics & Safety

Prompt Injection Defense

by AaaS

Detects and mitigates prompt injection attacks where malicious inputs attempt to override system instructions or extract sensitive information. Implements input sanitization, instruction hierarchy enforcement, and output monitoring to protect LLM-powered applications.

securityprompt-injectiondefense
60.7B
SkillAI Agents

Agentic RAG

by AaaS

Agentic RAG transforms Retrieval-Augmented Generation from a static, single-step process into a dynamic, multi-step workflow. In this paradigm, an LLM-powered agent intelligently decides when to retrieve information, what queries to use, and whether to perform additional retrieval cycles, often using external tools to refine its approach.

ragagentictool-use
60.7B
SkillAI for Code

SQL Generation

by AaaS

Converts natural language questions into executable SQL queries against relational databases. Supports schema-aware generation, multi-table joins, aggregations, and query optimization with dialect-specific syntax for PostgreSQL, MySQL, SQLite, and others.

sqldatabasequery-generation
60.5B
Skillcustomer-success-foundry

Sentiment Analysis

by AaaS

Classifies the emotional tone and sentiment polarity of customer text communications — support tickets, survey responses, chat logs, and social mentions. Produces sentiment scores with confidence levels, enabling churn prevention and coaching agents to identify dissatisfied accounts before explicit complaints surface.

nlpsentimentcustomer-feedback
60.3B
Skillcustomer-success-foundry

Knowledge Retrieval

by AaaS

Retrieves relevant articles, documentation, and policy information from knowledge bases in response to real-time queries. Uses hybrid search (keyword + semantic) with cross-encoder reranking to surface the most contextually appropriate content for support and coaching agents.

ragknowledge-baseretrieval
60.3B
Skillcustomer-success-foundry

Ticket Routing

by AaaS

Classifies support tickets by category, urgency, and required expertise, then routes them to the correct queue or human agent. Handles auto-resolution for simple cases and escalates complex ones with full context summaries.

supportroutingtriage
60.2B
Skilldevops-foundry

Deployment Monitoring

by AaaS

Continuously observes deployment pipelines and post-deploy health metrics. Detects anomalous deployment patterns (elevated error rates, latency spikes, failed health checks) within seconds of release. Integrates with canary and blue-green deployment strategies to provide real-time go/no-go signals based on configurable thresholds.

ci-cdmonitoringdeployment
60.2B
Skillrevenue-foundry

Lead Scoring

by AaaS

Assigns numerical scores to leads based on demographic fit, firmographic match, behavioral engagement, and intent signals. Enables agents to rank prospects by conversion likelihood and route high-scoring leads to immediate outreach while nurturing lower-scoring ones.

salesscoringqualification
59.8C+
SkillAI Infrastructure

Context Window Optimization

by AaaS

A set of techniques for managing the limited memory (context window) of Large Language Models. It involves strategically structuring prompts, summarizing or pruning conversation history, and selectively including relevant information to ensure efficient, cost-effective, and coherent long-form interactions with an AI.

context-windowoptimizationtoken-management
59.6C+
SkillAI Ethics & Safety

PII Detection

by AaaS

Identifies and flags personally identifiable information (PII) in text data, including names, addresses, phone numbers, SSNs, and financial details. Supports configurable sensitivity levels, redaction strategies, and compliance reporting for GDPR, HIPAA, and CCPA requirements.

piiprivacydetection
59.5C+
SkillAI Tools & APIs

Entity Resolution

by Community

Identifies and merges records across heterogeneous data sources that refer to the same real-world entity, using blocking, similarity scoring, and classification models to scale to large corpora. Critical for maintaining knowledge graph integrity and enabling cross-source analytics.

entity-resolutionrecord-linkagededuplication
59.5C+
SkillAI for Code

Documentation Generation

by AaaS

Generates technical documentation from source code, including API references, README files, inline comments, and architectural guides. Adapts tone and detail level for different audiences from developer guides to end-user documentation.

documentationdocsapi-docs
59.4C+
Skilldevops-foundry

Threshold Detection

by AaaS

Evaluates real-time metrics against configurable thresholds (SLOs, SLIs, error budgets) and triggers appropriate responses. Supports static thresholds, dynamic baselines, and anomaly-based detection. Distinguishes between noise and genuine threshold breaches using historical context and burn-rate analysis.

monitoringalertingthresholds
59.2C+
SkillAI Tools & APIs

Causal Discovery

by Community

Causal Discovery is a subfield of AI that infers causal relationships from observational data. It constructs a Directed Acyclic Graph (DAG) to represent these cause-and-effect links without manual intervention or controlled experiments, using statistical algorithms to distinguish correlation from causation.

causal-inferencecausal-discoverydag
59.1C+
SkillAI Agents

Agent Memory Systems

by AaaS

Teaches design and implementation of multi-tier agent memory architectures — in-context working memory, episodic memory via vector stores, and semantic memory via knowledge graphs — enabling agents to maintain coherent state across long-running tasks and sessions. Covers retrieval-augmented memory, memory consolidation, and forgetting strategies.

memorylong-termepisodic
59C+
SkillAI Tools & APIs

Structured Output RAG

by AaaS

This skill involves building Retrieval-Augmented Generation (RAG) systems that output structured data, like JSON, conforming to a predefined schema. Instead of unreliable free-form text, it uses techniques like constrained decoding and validation to ensure outputs are machine-readable and ready for direct use in APIs or databases.

structured-outputragjson
58.9C+
SkillAI Agents

Reflection

by AaaS

Allows agents to evaluate their own outputs, identify errors or weaknesses, and iteratively improve responses. Implements self-critique loops where the agent reviews its work against quality criteria and refines until standards are met.

reflectionself-evaluationmetacognition
58.9C+
Skillcustomer-success-foundry

Refund Processing

by AaaS

Processes customer refunds through payment gateway APIs within configurable monetary caps. Enforces refund policies (max per transaction, max per day, cooling periods) and generates immutable audit trails for every refund action. Escalates requests above caps to human approval.

refundpaymentprocessing
58.7C+
SkillAI Agents

Memory Management

by AaaS

Enables AI agents to maintain state and context across multiple interactions by managing short-term and long-term memory. This is crucial for creating coherent, personalized experiences, moving beyond stateless request-response models. It uses techniques like conversation buffers, summarization, and vector-based retrieval.

memory-managementcontext-retentionstateful-ai
58.7C+
SkillAI Tools & APIs

Web Scraping

by AaaS

Web scraping automates the extraction of large amounts of data from websites. By simulating human browsing, it can crawl through pages, parse HTML, and collect specific information like prices, contacts, or articles, transforming unstructured web content into structured data for analysis or other applications.

web-scrapingdata-extractionweb-crawling
58.6C+
SkillAI Agents

Autonomous Planning

by AaaS

Autonomous Planning enables AI agents to independently decompose high-level, long-horizon objectives into a structured graph of executable sub-tasks. It involves generating plans using classical (PDDL), LLM-based, or hybrid methods, estimating necessary resources, and dynamically replanning in response to execution failures or new environmental data.

autonomous-planningai-agentsgoal-decomposition
58.6C+
Skillcustomer-success-foundry

Usage Trend Analysis

by AaaS

Tracks product usage patterns over time — login frequency, feature adoption, session duration, and activity drops. Identifies accounts showing declining engagement that correlate with churn risk, enabling proactive retention before the customer disengages.

analyticsusagetrends
58.5C+
Skilldevops-foundry

Telemetry Analysis

by AaaS

Ingests and analyzes telemetry data (metrics, traces, spans) from distributed systems. Correlates performance data across service boundaries using distributed tracing, identifies bottleneck services, and produces latency breakdowns. Provides the observability foundation that SRE Triage and Latency Budget Planner agents depend on.

telemetrymetricstraces
58.5C+
Skillfinance-foundry

PO Matching

by AaaS

Matches extracted invoice data against Purchase Orders and receipt logs in ERP systems using deterministic matching rules (PO number, vendor, amount, line items). Handles partial matches, tolerance thresholds, and multi-line reconciliation. Routes exceptions to human queues with full mismatch details.

accounts-payablepurchase-ordermatching
58.5C+
Skillpeople-foundry

Calendar Negotiation

by AaaS

Accesses multiple participants' calendars simultaneously and finds optimal meeting times across time zones, working hours, and scheduling constraints. Handles rescheduling, cancellations, and conflict resolution autonomously.

schedulingcalendarcoordination
58.5C+
Skillfinance-foundry

Approval Workflow

by AaaS

Routes transactions, documents, and exceptions through configurable multi-step approval chains based on amount thresholds, risk levels, and organizational policies. Tracks approver actions with timestamps, sends reminders for pending items, and escalates stalled approvals — ensuring no payment or commitment is authorized without the required sign-offs.

workflowapprovalsrouting
58.5C+
Skilldevops-foundry

Pull Request Generation

by AaaS

Generates complete, well-structured pull requests including: descriptive title, detailed body with change rationale, test results summary, dependency diff, and reviewer assignments. Follows the organization's PR template and conventional commit conventions. Produces PRs that human reviewers can approve quickly because all context is pre-packaged.

pull-requestautomationgit
58.3C+
SkillLLMs

Constitutional AI

by AaaS

Applies Anthropic's Constitutional AI principles to self-supervise model outputs against a set of defined rules or principles. The model critiques and revises its own responses to ensure they align with safety guidelines, ethical principles, and quality standards.

safetyalignmentconstitutional
58C+
SkillAI Ethics & Safety

Output Validation

by AaaS

Validates LLM outputs against expected schemas, formats, and quality criteria before delivery to end users. Implements JSON schema validation, hallucination checks, citation verification, and automated retry logic for outputs that fail validation.

validationoutput-qualityschema-validation
57.7C+
SkillAI Tools & APIs

Counterfactual Reasoning

by Community

Generates and evaluates counterfactual explanations — minimal input changes that would alter a model's prediction — using structural causal models and algorithmic recourse techniques. Provides actionable explanations for model decisions and supports causal effect estimation under interventions.

causal-inferencecounterfactualsexplainability
57.6C+
Skillrevenue-foundry

Personalized Outreach

by AaaS

Drafts hyper-personalized outreach messages for each prospect using their specific firmographic profile, recent intent signals, and ICP match factors. Enforces brand voice and CAN-SPAM/GDPR compliance, adapts tone by channel (email, LinkedIn, phone script), and graduates from human-approved to autonomous sending as trust is established.

salesoutreachpersonalization
57.5C+
Skilldevops-foundry

Dependency Mapping

by AaaS

Constructs complete dependency graphs across package managers (npm, pip, cargo, Maven) and internal modules. Identifies version conflicts, circular dependencies, security-vulnerable transitive dependencies, and upgrade paths. Produces actionable dependency health reports that inform both the Codebase Architect and Dependency Guardian agents.

dependenciesgraphpackage-management
57.5C+
Skillrevenue-foundry

Buyer Intent Tracking

by AaaS

Monitors buyer intent signals across website visits, email opens, content downloads, CRM activity, and third-party intent data providers. Correlates engagement patterns to identify accounts showing active buying behavior, enabling agents to prioritize high-intent prospects over cold outreach.

salesintent-datasignals
57.5C+
SkillSpeech & Audio AI

Speaker Diarization

by AaaS

Enables agents to segment audio recordings by speaker identity, answering 'who spoke when' for downstream summarization and analysis tasks. Covers embedding-based clustering (pyannote.audio, NeMo), overlapping speech handling, and merging diarization with ASR transcripts.

diarizationspeaker-idaudio
57.4C+
Skilldevops-foundry

Rollback Execution

by AaaS

Executes safe, policy-constrained rollbacks of failed deployments. Respects blast-radius limits (max affected services), rate limits (max rollbacks per hour), and change-window constraints. Supports multiple rollback strategies: Git revert, container image pinning, feature flag disabling, and traffic shifting. Produces a detailed rollback report with root cause hypothesis.

rollbackdeploymentrecovery
57.4C+