Browse all

Type: All Skills Tools
skill ★ 4,275

Automates GitHub Release Draft Creation

This skill automates the creation of a draft GitHub release for the C# MCP SDK, ensuring release notes are refreshed with all merged PRs. It rigorously checks for new changes, assesses version impact, and validates code samples before gener…

modelcontextprotocol/csharp-sdk release-notes github-release semver csharp
skill ★ 4,275

Automate Semantic Versioning and SDK Bumping

Automates Semantic Versioning 2.0.0 assessment and SDK version bumping by analysing merged pull requests. It updates Directory.Build.props and creates a new pull request for the updated version.

modelcontextprotocol/csharp-sdk semver sdk-management csharp automation
skill

Local Deployment and Testing of vMCP Configurations

This skill guides the deployment of VirtualMCPServer configurations within a local Kind cluster environment. It provides comprehensive steps for manual verification, including cluster setup, resource application, and testing the MCP endpoin…

StacklokLabs/toolhive kind kubernetes mcp vmcp
skill

Deploy OpenTelemetry Observability Stack to Kind

This skill automates the deployment of a comprehensive OpenTelemetry stack, including Prometheus, Grafana, Tempo, and the OTEL Collector, onto a local Kind cluster. It establishes a complete observability environment suitable for testing te…

StacklokLabs/toolhive open-telemetry observability prometheus grafana
skill ★ 4,275

Automates C# SDK Release Preparation and PR

This skill automates the entire release cycle for C# SDKs, assessing Semantic Versioning, running API compatibility and diff checks, and updating documentation. It generates a comprehensive pull request containing all necessary versioning a…

modelcontextprotocol/csharp-sdk csharp semver api-diff release-management
skill

discover and plan fixes for flaky tests

This skill analyzes GitHub Actions failure logs to discover, rank, and diagnose flaky tests across a codebase. It orchestrates parallel agents to investigate root causes, map test coverage, and propose detailed, principled fix strategies.

StacklokLabs/toolhive flaky-tests ci-analysis testing-strategy code-quality
skill ★ 4,275

Automated GitHub issue triage and SLA reporting

This skill generates a comprehensive, prioritized triage report for open GitHub issues, evaluating SLA compliance against defined tiers. It classifies issues, identifies critical candidates, and includes a mandatory safety scan for untruste…

modelcontextprotocol/csharp-sdk issue-triage github-api sla-compliance report-generation
skill

Augments Code Review with Senior Partner Insights

This skill acts as a senior review partner, helping developers thoroughly evaluate code changes by summarizing intent, mapping ownership responsibilities, detailing structural changes, and surfacing key concerns using conventional comment l…

StacklokLabs/toolhive code-review pr-review diff-analysis code-quality
skill

Validate operator chart contribution practices

This skill validates adherence to contribution guidelines for Helm charts, performing checks for template rendering, linting, and documentation generation. It provides actionable feedback on any deviations from established operator chart pr…

StacklokLabs/toolhive helm-chart k8s-validation contribution-checks linting
skill

Capture and Formalise Team Conventions

This skill parses natural language descriptions of best practices to automatically update .claude/rules/ or .claude/agents/ configuration files. It identifies the appropriate scope, drafts concise rule definitions with rationales, and ensur…

StacklokLabs/toolhive claude-rules team-conventions configuration-management automation
skill ★ 4,275

Audit PRs for C# breaking changes

This skill examines a specified range of pull requests in the C# SDK, identifying both compile-time API and runtime behavioural breaking changes. It assesses the impact and severity of these changes, and interactively reconciles existing br…

modelcontextprotocol/csharp-sdk breaking-changes pr-audit csharp api-review
skill

Walmart sales and unemployment deep analysis report

This skill facilitates deep exploratory data analysis on Walmart sales records, allowing users to correlate weekly sales performance against macroeconomic indicators like unemployment rates. It generates comprehensive visualizations, includ…

csunny/DB-GPT sales-analysis data-visualization macroeconomics report-generation
skill ★ 152

Cloud deployment using Defang CLI

Automate the deployment of containerised projects to AWS, GCP, or DigitalOcean using the Defang CLI. The skill manages authentication, stack configuration, and environment variable setup through a structured workflow.

DefangLabs/defang cloud-deployment defang aws gcp
skill

Framework for Creating Specialized AI Skills

This skill provides a comprehensive framework for designing and implementing modular, specialized agent skills. It guides developers on structuring context, managing resources (scripts, references, assets), and adhering to progressive discl…

csunny/DB-GPT skill-creation agent-framework llm-extension workflow-design
skill

Automated Financial Report Analysis and Deep Reporting

This skill automates the comprehensive analysis of listed company financial reports by extracting core metrics, calculating key ratios, and generating visualizations. It synthesises a professional report, providing deep insights into profit…

csunny/DB-GPT financial-analysis report-generation data-extraction finance
tool

Deep Automated CSV and Excel Data Analysis

This skill automates deep data exploration across CSV, Excel, and TSV formats, generating comprehensive, interactive web reports. It extracts statistical features, identifies anomalies, and provides actionable business insights using struct…

csunny/DB-GPT data-analysis csv excel statistical
tool

Deterministic CLI for AI Agent Browser Automation

This CLI provides fast, deterministic browser automation for AI agents, utilising accessibility tree snapshots and reference-based element selection. It supports complex multi-step workflows, session isolation, and network control for robus…

csunny/DB-GPT browser-automation cli agent-workflow web-scraping
tool ★ 152

Defang CLI for Cloud Project Deployment

This utility guides the full deployment lifecycle of a project to various cloud providers using the Defang CLI. It manages authentication, compose file generation, stack selection, configuration setting, and executes the final deployment co…

DefangLabs/defang defang cli deployment cloud
skill

mem0: persistent memory layer for ai agents

Mem0 provides a managed, API-driven memory layer enabling agents to store, retrieve, and manage long-term user context. Developers can integrate this persistent memory into their applications using Python or TypeScript SDKs, facilitating th…

embedchain/embedchain memory-management llm agent-framework persistent-context
skill

Mem0 integration verification and testing

This skill validates Mem0 integrations by performing static analysis, running native test suites across two feature-flag passes, and executing end-to-end smoke tests. It identifies compile-time and runtime regressions while ensuring the int…

embedchain/embedchain mem0 integration-testing automated-verification smoke-testing
skill

Mem0 Memory Provider for Vercel AI SDK

This provider integrates Mem0 memory management directly into the Vercel AI SDK, automatically retrieving relevant memories and storing conversation history during LLM calls. It supports both wrapped models for seamless integration and stan…

embedchain/embedchain vercel-ai-sdk memory-augmentation llm typescript
skill

Integrate Mem0 into existing repositories via TDD

This skill guides the integration of Mem0 into an existing codebase using a goal-driven, test-driven development pipeline. It automatically detects the language, writes failing tests, and ensures the integration is additive and opt-in via f…

embedchain/embedchain mem0 integration tdd llm
skill

Persistent Long-Term Memory Triage Protocol

An automated protocol for evaluating conversation turns to extract and persist durable, actionable facts using mem0. It employs a four-gate decision process to ensure information novelty, factuality, and security before committing to long-t…

embedchain/embedchain memory-management mem0 information-extraction agentic-workflow
tool

Mem0 CLI for Memory Operations

A robust command-line interface for managing memories within the Mem0 platform. It allows developers to programmatically add, search, list, and update memories, supporting structured JSON output for seamless integration into agentic workflo…

embedchain/embedchain mem0 cli memory-management agent-tool