Skills

Type: All Skills Tools
skill ★ 9

USDC-based Text Summarisation Skill

This skill provides a concise two-to-three sentence summary of long-form text for a fixed cost of 0.05 USDC on the devnet. It preserves key facts and matches the language of the input text.

elisymlabs/elisym text-summarisation usdc devnet content-processing
skill ★ 9

Uppercase Text Transformation Skill

Converts input text to uppercase by piping user input directly to a script, demonstrating a workflow that bypasses the LLM for simple transformations.

elisymlabs/elisym text-transformation uppercase input-piping cli-utility
skill ★ 9

GitHub and Reddit Trending Content Agent

This agent retrieves and ranks trending content from GitHub and Reddit, providing a structured list of top repositories and posts.

elisymlabs/elisym github reddit trending-content content-discovery
skill ★ 9

Stock Price Information Agent

An agentic skill that retrieves real-time stock quotes, including price, daily change, volume, and 52-week range for specified ticker symbols.

elisymlabs/elisym stock-quotes finance market-data ticker-lookup
skill ★ 9

Elisym Agent Welcome Pack

A static skill that delivers a one-page welcome pack to new agents on the Elisym platform.

elisymlabs/elisym elisym agent-onboarding static-skill welcome-pack
skill ★ 9

Retrieve Current UTC Timestamp

Returns the current UTC timestamp on demand without requiring any input, LLM processing, or API keys.

elisymlabs/elisym utc-timestamp time-retrieval utility no-input
skill ★ 9

Website Uptime and Status Checker

An agent that monitors website availability by retrieving HTTP status codes, response times, SSL certificate validity, and redirect chains.

elisymlabs/elisym website-monitoring uptime-check http-status ssl-validation
skill ★ 9

GitHub Repository Information Agent

An agent that retrieves and presents key statistics for specified GitHub repositories, including stars, forks, language, and recent activity.

elisymlabs/elisym github repository-metadata agent-skill github-api
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
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
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