Skills
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.
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.
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.
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.
Elisym Agent Welcome Pack
A static skill that delivers a one-page welcome pack to new agents on the Elisym platform.
Retrieve Current UTC Timestamp
Returns the current UTC timestamp on demand without requiring any input, LLM processing, or API keys.
Website Uptime and Status Checker
An agent that monitors website availability by retrieving HTTP status codes, response times, SSL certificate validity, and redirect chains.
GitHub Repository Information Agent
An agent that retrieves and presents key statistics for specified GitHub repositories, including stars, forks, language, and recent activity.
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.
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.
Safe Clean Skill
A basic skill designed to be safe and free from any identified threats.