Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
explaining-machine-learning-models
Build this skill enables AI assistant to provide interpretability and explainability for machine learning models. it is triggered when the user requests explanations for model predictions, insights into feature importance, or help understanding model behavior... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gcp-examples-expert
Generate production-ready Google Cloud code examples from official repositories including ADK samples, Genkit templates, Vertex AI notebooks, and Gemini patterns. Use when asked to "show ADK example" or "provide GCP starter kit". Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
preprocessing-data-with-automated-pipelines
Process automate data cleaning, transformation, and validation for ML tasks. Use when requesting "preprocess data", "clean data", "ETL pipeline", or "data transformation". Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
building-neural-networks
Execute this skill allows AI assistant to construct and configure neural network architectures using the neural-network-builder plugin. it should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
detecting-data-anomalies
Process identify anomalies and outliers in datasets using machine learning algorithms.
Use when analyzing data for unusual patterns, outliers, or unexpected deviations from normal behavior.
Trigger with phrases like "detect anomalies", "find outliers", or "identify unusual patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
creating-data-visualizations
Generate plots, charts, and graphs from data with automatic visualization type selection. Use when requesting "visualization", "plot", "chart", or "graph". Trigger with phrases like 'generate', 'create', or 'scaffold'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
analyzing-text-sentiment
Execute this skill enables AI assistant to analyze the sentiment of text data. it identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. use this skill when a user requests sentiment analysis, opinion mining, or emoti... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
ollama-setup
Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives,
or wants to eliminate hosted API costs. Trigger phrases: "install ollama",
"local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
splitting-datasets
Process split datasets into training, validation, and testing sets for ML model development. Use when requesting "split dataset", "train-test split", or "data partitioning". Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
tuning-hyperparameters
Optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization. Finds best parameter configurations to maximize performance. Use when asked to "tune hyperparameters" or "optimize model". Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evaluating-machine-learning-models
Build this skill allows AI assistant to evaluate machine learning models using a comprehensive suite of metrics. it should be used when the user requests model performance analysis, validation, or testing. AI assistant can use this skill to assess model accuracy, p... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
building-classification-models
Build and evaluate classification models for supervised learning tasks with labeled data. Use when requesting "build a classifier", "create classification model", or "train classifier". Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
building-recommendation-systems
Execute this skill empowers AI assistant to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. it analyzes user preferences, item features, and interaction data to generate personalized recommendations... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
analyzing-text-with-nlp
Execute this skill enables AI assistant to perform natural language processing and text analysis using the nlp-text-analyzer plugin. it should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or ... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
training-machine-learning-models
Build train machine learning models with automated workflows. Analyzes datasets, selects model types (classification, regression), configures parameters, trains with cross-validation, and saves model artifacts. Use when asked to "train model" or "evalua... Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
orchestrating-multi-agent-systems
Execute orchestrate multi-agent systems with handoffs, routing, and workflows across AI providers.
Use when building complex AI systems requiring agent collaboration, task delegation, or workflow coordination.
Trigger with phrases like "create multi-agent system", "orchestrate agents", or "coordinate agent workflows".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
building-automl-pipelines
Build automated machine learning pipelines with feature engineering, model selection, and hyperparameter tuning.
Use when automating ML workflows from data preparation through model deployment.
Trigger with phrases like "build automl pipeline", "automate ml workflow", or "create automated training pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
running-clustering-algorithms
Analyze datasets by running clustering algorithms (K-means, DBSCAN, hierarchical) to identify data groups. Use when requesting "run clustering", "cluster analysis", or "group data points". Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
access
Manage Slack channel access control — pairing, allowlist, channel opt-in
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
configure
Configure Slack channel tokens (bot token + app-level token)
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
repo-scanning
Internal process for the repo-scanner agent. Defines the step-by-step
procedure for scanning GitHub repos for evidence that supports or explains
bug clusters. Not user-invocable — loaded by the agent via its
`skills: ["repo-scanning"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
triage-display
Internal process for the triage-summarizer agent. Defines the step-by-step
procedure for formatting triage results as terminal markdown and parsing
review commands. Not user-invocable — loaded by the agent via its
`skills: ["triage-display"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
owner-routing
Internal process for the owner-router agent. Defines the step-by-step
procedure for determining likely bug owners using strict 6-level routing
precedence with staleness detection. Not user-invocable — loaded by the
agent via its `skills: ["owner-routing"]` frontmatter property.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
x-bug-triage
Analyzes public X/Twitter complaints to detect, cluster, and triage bugs with
repo evidence and owner routing. Use when monitoring product health from social
signals. Trigger with "/x-bug-triage" or "triage X bugs for @account".
Make sure to use this skill whenever triaging bugs from X/Twitter mentions.
jeremylongshore/claude-code-plugins-plus-skills 1,803