Skills
Design QA for Llamactl CLI Changes
This skill facilitates design-QA for llamactl changes, allowing human reviewers to assess the rendered output, naming conventions, and error messaging against a live backend. It generates a matrix of carefully chosen test cases and produces…
Automate GitHub Pull Request Description Updates
Automatically updates GitHub pull request descriptions by analysing git commits and diffs to generate structured summaries, breaking changes, and testing instructions.
Automates GitHub Pull Request Submission Workflow
This skill automates the end-to-end process of submitting a GitHub Pull Request, managing local changes, creating branches, and committing code. It further integrates post-PR tasks such as generating changelogs and updating the PR descripti…
Generates Google-style docstrings for Python
This skill automatically generates comprehensive, Google-style docstrings for Python modules and classes. It systematically documents all public components, including methods, constructors, and dataclasses, while respecting existing documen…
Automated multi-agent code review for pull requests
This skill orchestrates a comprehensive, multi-agent code review process for pull requests. It systematically checks for bugs, logic errors, and adherence to internal compliance standards using specialized agents before posting validated, h…
Code cleanup, refactoring, and documentation skill
This skill analyzes uncommitted and outgoing branch changes to improve code quality. It refactors for readability and performance, adds Google-style docstrings, and ensures adherence to established architectural patterns.
Generate structured changelog files from PR commits
This skill automatically generates structured changelog files for a given pull request by analysing commits against the main branch. It categorises changes (e.g., added, fixed, security) and formats the output to be highly user-facing, suit…
Analyzing and retrieving agentscope library information
This skill provides structured methods for querying the AgentScope library. It enables the retrieval of official tutorials, code examples, and detailed module structures by utilizing dedicated search scripts and file system navigation.
Comprehensive agent skill template for crewai
This skill provides a foundational, comprehensive structure for defining agent capabilities within the CrewAI framework. It includes dedicated sections for instructions, usage guidelines, and additional notes to guide agent behaviour.
A2UI JSON response generation skill
This skill facilitates the generation of rich, interactive user interfaces by retrieving specific A2UI UI JSON schematics and templates. It allows agents to structure responses according to the A2UI protocol, ensuring validation and reducin…
Minimal boilerplate skill for agent testing
This skill provides a minimal, boilerplate implementation designed specifically for testing and demonstrating the required structure of a custom agent skill within the CrewAI framework. It ensures all necessary fields are present without ad…
Fixture for testing invalid skill naming
This skill is a testing fixture designed to validate agent framework error handling. It simulates the use of an invalid or improperly formatted skill name to ensure robust system validation.
Get current weather and multi-day forecasts
This skill retrieves current weather conditions and multi-day forecasts for specified locations using external services like wttr.in. It supports various output formats, including JSON and PNG images, without requiring an API key.
Trello Board and Card Management
Provides an interface for interacting with the Trello REST API to manage boards, lists, and cards. It supports operations such as creating cards, moving cards between lists, and adding comments.
Extract Video Frames Using FFmpeg
This skill facilitates the extraction of single frames or short clips from video files using the FFmpeg utility. It supports capturing frames based on specific timestamps, frame indices, or the initial frame.
Programmatic control of tmux terminal sessions
This skill enables programmatic control over persistent tmux sessions, allowing developers to list sessions, capture pane output, and navigate panes/windows. It facilitates sending specific keystrokes and managing long-running interactive c…
TaskFlow Durable Task Orchestration Substrate
A durable substrate for managing multi-step, long-running agentic workflows with persistent state and child-task linkage. It provides a managed lifecycle for tasks that require waiting, resuming, and revision-checked mutations across detach…
Structured task flow for inbox message triage
This skill demonstrates a robust pattern for handling incoming messages by classifying intent and managing complex routing logic. It allows for immediate notifications, pausing execution while awaiting external replies, and aggregating item…
REST API Caller and JSON Data Parser
This skill enables the agent to fetch data from external REST endpoints, managing authentication and executing Python requests. It intelligently parses the resulting JSON payload to extract and summarise only the necessary fields for the us…
Control Sonos speakers via command line
This skill provides a command-line interface for managing Sonos speakers on a local network, allowing programmatic control over discovery, volume, playback, and grouping. It supports advanced functions including queue management and Spotify…
Python Scratchpad for Calculations and Transformations
This skill allows the agent to execute short, focused Python scripts for tasks requiring computation, data transformation (e.g., JSON, CSV), or validation. It is ideal for quick, reproducible checks and arithmetic that pure reasoning cannot…
Simple skill for user greetings and demos
This skill provides a standardized, easy-to-verify greeting response, primarily intended for demonstrating skill activation within agentic workflows. It ensures the output adheres to a specific format, prefixed with a unique identifier.
agent skill creation and development guide
This skill provides comprehensive guidance on structuring and authoring modular agent skills. It details best practices, including progressive disclosure, resource management (scripts, references, assets), and adhering to the AgentSkills sp…
Local offline text-to-speech generation skill
This skill provides local, offline text-to-speech functionality using the sherpa-onnx CLI. It allows developers to generate high-quality audio files from text without requiring cloud connectivity or external APIs.