Skills

Type: All Skills Tools
skill ★ 379

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…

run-llama/llama-agents llamactl cli qa design-review
skill ★ 12,318

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.

pipecat-ai/pipecat github git pull-requests automation
skill ★ 12,318

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…

pipecat-ai/pipecat github pull-request git automation
skill ★ 12,318

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…

pipecat-ai/pipecat python docstring documentation code-generation
skill ★ 12,318

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…

pipecat-ai/pipecat code-review pr-review agentic github
skill ★ 12,318

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.

pipecat-ai/pipecat code-cleanup refactoring documentation python
skill ★ 12,318

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…

pipecat-ai/pipecat changelog pr-management git-analysis documentation
skill

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.

modelscope/agentscope agentscope library-analysis knowledge-retrieval documentation
skill

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.

joaomdmoura/crewai crewai agent skill template
skill

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…

modelscope/agentscope a2ui ui-generation json-schema agent-response
skill

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…

joaomdmoura/crewai minimal skill boilerplate testing
skill

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.

joaomdmoura/crewai testing fixtures error-handling validation
skill

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.

casibase/casibase weather forecast wttr-in location
skill

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.

casibase/casibase trello rest-api project-management task-management
skill

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.

casibase/casibase video-frames ffmpeg media-processing extraction
skill

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…

casibase/casibase tmux terminal-multiplexer session-control cli-interaction
skill

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…

casibase/casibase task-orchestration durable-workflows agentic-framework state-management
skill

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…

casibase/casibase taskflow inbox-triage workflow state-management
skill ★ 33,136

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…

OpenBMB/ChatDev rest-api json-parsing http-requests data-extraction
skill

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…

casibase/casibase sonos smart-home cli home-audio
skill ★ 33,136

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…

OpenBMB/ChatDev python scripting calculation data-transformation
skill ★ 33,136

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.

OpenBMB/ChatDev greeting demo skill-activation
skill

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…

casibase/casibase agent-skills skill-creation agent-design documentation
skill

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.

casibase/casibase tts text-to-speech offline audio