Browse all
API Documentation and Code Coverage Validator
This skill audits the entire HTTP API surface by comparing live controller route registrations against the defined OpenAPI specification. It detects documentation drift, missing endpoints, and discrepancies in authentication or schema defin…
Automated Documentation Sync for Source Changes
Automates the synchronization of documentation pages with source code changes by analysing git diffs and applying targeted edits to MDX files. It identifies changes in constructors, input parameters, and event handlers, while also detecting…
Placeholder skill for deployment operations
This skill is currently a placeholder and does not implement any functional deployment logic. It serves as a marker for future integration of deployment capabilities within the agent framework.
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.
WhatsApp CLI for messaging and history management
This tool provides a comprehensive command-line interface for managing WhatsApp interactions. Developers can use it to send text or files, sync chat history, or search messages across specific chats.
Agent Voice Call Management Tool
This tool enables agents to initiate, manage, and terminate voice calls using multiple providers such as Twilio, Telnyx, and Plivo. It provides structured actions for sending messages, continuing conversations, and checking the current call…
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…
Things 3 macOS Task Management CLI
This tool provides a command-line interface for interacting with the local Things 3 database on macOS. It allows developers to read, search, and list tasks, and to programmatically add or update todos using the Things URL scheme.
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…