Browse all

Type: All Skills Tools
skill ★ 5,059

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…

maximhq/bifrost api-validation openapi code-audit documentation
skill ★ 12,318

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…

pipecat-ai/pipecat documentation-automation git-diff mdx automated-updates
skill ★ 11,379

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.

tensorzero/tensorzero placeholder deployment skill
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
tool

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.

casibase/casibase whatsapp cli messaging chat-history
tool

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…

casibase/casibase voice-call telephony communication llm-agent
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
tool

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.

casibase/casibase things macos todo-management cli
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