Browse all
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.
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.
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.
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…
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…
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.
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.
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.
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…
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…
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.
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.
Validate Operator Helm Chart Contributions
Verifies Helm chart compliance by performing template validation, linting, and documentation checks against project contribution guidelines.
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 …
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.
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.
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…
Safe Clean Skill
A basic skill designed to be safe and free from any identified threats.
Shell Command Execution and Automation
Execute arbitrary shell commands and scripts with integrated error handling and output capture.
Skipping Files Without Frontmatter
A test case designed to verify that the scanner correctly ignores files that do not contain YAML frontmatter.
Minimal Skill with No Dependencies
A minimal skill implementation designed for testing without any external binary or environment-specific dependencies.
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…
Programmatic Coding Agent Management
Enables the programmatic launch and management of coding agents, such as Claude Code and Codex CLI, as background processes.
Authenticated API Request Client
Enables making authenticated HTTP requests to external services using API keys and secrets.