Browse all

Type: All Skills Tools
skill ★ 9

Concise Text Processing Assistant

An instruction set for configuring an agent to perform concise summarisation, translation, and code review using plain text. It enforces strict constraints on response length and prohibits markdown formatting to ensure minimal overhead.

elisymlabs/elisym text-processing summarisation translation code-review
skill ★ 9

Cost-efficient text summarisation skill

This skill provides concise text summaries by overriding the agent's default LLM with a smaller, more cost-effective model. It enables independent configuration of the provider, model, and maximum token budget.

elisymlabs/elisym text-summarisation llm-override cost-optimisation openai
tool ★ 1,806

ToolHive CLI for MCP Management

A command-line interface for managing the lifecycle of Model Context Protocol (MCP) servers and skills. It supports container-based execution, secrets management, and network isolation for secure server deployment.

Stacklok/toolhive mcp cli server-management containerization
skill ★ 1,806

Split Large Pull Requests into Smaller Changes

This skill analyses git diffs to propose a structured strategy for decomposing large changesets into smaller, reviewable pull requests. It identifies logical groupings by component, layer, or concern to ensure atomic and independent updates…

Stacklok/toolhive git pull-requests code-review refactoring
skill ★ 1,806

Automated GitHub Release Notes Generator

This skill automates the generation of publication-ready GitHub release notes by analysing merged pull requests and cross-referencing linked issues. It employs specialised agents to assess breaking changes and provide migration guidance for…

Stacklok/toolhive github release-notes automation changelog
skill ★ 1,806

GitHub Pull Request Reviewer

Automate GitHub pull request reviews by submitting inline comments, code suggestions, and managing review threads using the GitHub CLI and GraphQL API.

Stacklok/toolhive github pr-review gh-cli automation
skill ★ 1,806

Automated GitHub User Story Implementation

An agentic workflow that automates the end-to-end implementation of GitHub user stories, from initial context gathering and codebase research to PR creation and CI monitoring.

Stacklok/toolhive github-automation software-development-lifecycle automated-pr issue-to-code
skill ★ 1,806

Automated Documentation Review and Fact-Checking

This skill audits documentation for factual accuracy by verifying claims, examples, and link integrity. It produces a structured report of findings presented as a todo list for manual correction.

Stacklok/toolhive documentation-review fact-checking content-audit quality-assurance
skill ★ 1,806

Deploying VirtualMCPServer Configurations Locally

This skill enables the deployment and manual verification of VirtualMCPServer configurations within a local Kind cluster. It provides instructions for setting up the environment, applying Kubernetes manifests, and testing MCP protocol endpo…

Stacklok/toolhive kubernetes kind mcp local-testing
skill ★ 1,806

Deploy OpenTelemetry Stack to Kind

Automates the deployment of an OpenTelemetry observability stack, including Prometheus, Grafana, and Tempo, to a Kind cluster via Helm. It provides a ready-to-use environment for testing metrics collection and distributed tracing capabiliti…

Stacklok/toolhive opentelemetry kind kubernetes helm
skill ★ 1,806

Automated Flaky Test Detection and Resolution

This skill analyses GitHub Actions failures to identify, rank, and investigate flaky tests. It employs parallel agents to determine root causes and propose remediation strategies.

Stacklok/toolhive flaky-tests github-actions test-automation ci-cd
skill ★ 1,806

Code Review Augmentation Partner

Augments human-in-the-loop code reviews by summarising changes, surfacing critical concerns, and mapping ownership and responsibilities within a codebase.

Stacklok/toolhive code-review github developer-productivity ai-agent
skill ★ 1,806

Validate Operator Helm Chart Contributions

Verifies Helm chart compliance by performing template validation, linting, and documentation checks against project contribution guidelines.

Stacklok/toolhive helm kubernetes linting operator-charts
skill ★ 1,806

Formalise Team Conventions in Claude Rules

This skill automates the formalisation of team conventions and best practices into Claude rules or agent files. It parses natural language input to identify scope and rationale, then drafts and applies structured markdown updates to ensure …

Stacklok/toolhive claude-rules team-conventions automation developer-experience
skill ★ 75

Safe Code Refactoring Workflow

Execute safe, risk-aware code refactoring by assessing change impact, detecting name collisions, and performing atomic renames across all project files.

nikolai-vysotskyi/trace-mcp refactoring code-analysis risk-assessment trace-mcp
skill ★ 75

Automated pre-commit security and quality validation

Perform automated security scans, quality gate validations, and antipattern detection before committing or opening pull requests. It also enables symbol-level diffing and bug prediction for high-risk code changes.

nikolai-vysotskyi/trace-mcp pre-commit security-scanning code-quality static-analysis
tool ★ 75

Bulk code refactoring with apply_codemod

Perform efficient, regex-based bulk modifications across multiple files to replace repetitive manual edits. The tool supports dry runs, multiline patterns, and content filtering for precise refactoring of function signatures, imports, or de…

nikolai-vysotskyi/trace-mcp codemod refactoring regex automation
skill ★ 16

Safe Clean Skill

A basic skill designed to be safe and free from any identified threats.

agentward-ai/agentward safe-skill no-threats test-fixture agent-skill
skill ★ 16

Shell Command Execution and Automation

Execute arbitrary shell commands and scripts with integrated error handling and output capture.

agentward-ai/agentward shell-commands automation system-administration script-execution
skill ★ 16

Skipping Files Without Frontmatter

A test case designed to verify that the scanner correctly ignores files that do not contain YAML frontmatter.

agentward-ai/agentward testing scanner yaml frontmatter
skill ★ 16

Minimal Skill with No Dependencies

A minimal skill implementation designed for testing without any external binary or environment-specific dependencies.

agentward-ai/agentward minimal-skill no-dependencies test-fixture openclaw
skill ★ 16

Crypto Trading and DeFi Operations Agent

An agentic skill for executing cryptocurrency trades, managing multi-chain portfolios, and performing DeFi operations via natural language. It supports token swaps, cross-chain bridging, automated trading, and ERC-20 token deployment on Bas…

agentward-ai/agentward crypto-trading defi portfolio-management automation
skill ★ 16

Programmatic Coding Agent Management

Enables the programmatic launch and management of coding agents, such as Claude Code and Codex CLI, as background processes.

agentward-ai/agentward coding-agents process-management automation llm-agents
skill ★ 16

Authenticated API Request Client

Enables making authenticated HTTP requests to external services using API keys and secrets.

agentward-ai/agentward api-client http-requests authentication external-services