Browse all

Type: All Skills Tools
tool

BluOS CLI for media control and discovery

This tool provides a command-line interface to manage and control Bluesound/NAD streaming devices. It allows users to perform actions such as device discovery, volume adjustment, playback control, and group management.

casibase/casibase bluos cli audio streaming
skill

Automated Frontend Integration Test Generation

Analyses git diffs to identify changed frontend components and pages, then plans and writes integration tests using MSW and Vitest. It automates the creation of test coverage by identifying API endpoints and implementing appropriate mock ha…

Significant-Gravitas/Auto-GPT frontend-testing vitest msw integration-tests
tool

Monitor RSS and Blog Feeds with CLI

This command-line utility allows developers to monitor multiple blogs and RSS/Atom feeds. It provides robust commands to add sources, scan for new articles, and manage the read status of tracked content.

casibase/casibase rss atom blog monitoring
tool

Manage Bear notes via command line interface

This CLI utility allows developers to programmatically interact with Bear notes on macOS. It supports core operations such as creating, appending text, searching by tag, and retrieving note details using Bear's API token.

casibase/casibase bear-notes macos cli note-management
skill

Manage Apple Reminders via Command Line Interface

This skill provides programmatic access to Apple Reminders using the dedicated remindctl CLI. It allows developers to manage tasks, including adding, listing, completing, and deleting reminders, supporting various date formats and structure…

casibase/casibase apple-reminders cli macos to-do-list
tool

Manage Apple Notes via Command Line Interface

This tool provides comprehensive command-line access to manage Apple Notes on macOS. Users can create, view, edit, delete, search, and export notes, supporting full lifecycle management directly from the terminal.

casibase/casibase apple-notes macos cli notes-management
tool

1Password CLI for Secure Secret Management

This tool facilitates secure interaction with 1Password using the official CLI. It manages authentication, allowing developers to read, inject, and run secrets within a dedicated tmux session to prevent credential leakage.

casibase/casibase 1password cli secret-management vault
skill ★ 21,403

Red Team Setup for Promptfoo Security Scanning

This skill guides the creation of comprehensive red team configurations for Promptfoo, allowing developers to map real-world threat models and API evidence into structured, security-focused adversarial test cases. It facilitates the definit…

promptfoo/promptfoo red-teaming security-testing prompt-injection llm-security
tool ★ 21,403

Reproducible Redteaming for Prompt Security QA

This tool facilitates reproducible redteaming evaluations of prompts, allowing developers to run, inspect, and triage security scan results. It supports stable evaluation of existing test artifacts or full regeneration, enabling focused rer…

promptfoo/promptfoo redteaming prompt-security qa llm
skill

Set up isolated git worktrees for development

This skill provisions a dedicated git worktree, ensuring parallel development environments are isolated from the main repository. It handles copying necessary environment files, installing dependencies via poetry and pnpm, and generating th…

Significant-Gravitas/Auto-GPT git-worktree development-setup environment-isolation backend-setup
skill ★ 21,403

Promptfoo Provider and Target Configuration

Configure promptfoo providers and redteam targets for hosted models, HTTP APIs, or custom Python and JavaScript wrappers. The workflow facilitates discovering API contracts through live probes or static analysis and implementing smoke tests…

promptfoo/promptfoo promptfoo provider-setup api-configuration red-teaming
skill

React and Next.js Performance Optimization Guide

This skill provides comprehensive, Vercel-maintained guidelines for optimising React and Next.js applications. It guides developers through best practices for data fetching, bundle size reduction, and component rendering to ensure optimal w…

Significant-Gravitas/Auto-GPT react nextjs performance optimization
skill

Automated Git Worktree Repository Setup

Automates the creation of a git worktree-based development layout including main, reviews, and multiple parallel work branches. It handles environment variable configuration, dependency installation via poetry and pnpm, and branchlet config…

Significant-Gravitas/Auto-GPT git-worktree repository-setup automation development-environment
skill ★ 21,403

Authoring and Running Promptfoo Evaluation Suites

This skill guides developers through authoring comprehensive promptfoo evaluation suites for robust regression testing and quality assurance. It covers defining prompts, structuring test cases, implementing various assertions, and validatin…

promptfoo/promptfoo promptfoo evaluation qa regression-testing
skill ★ 21,403

Creating and managing promptfoo evaluation suites

This skill guides the creation and maintenance of comprehensive promptfoo evaluation suites, enabling rigorous QA for non-redteam coverage, regression testing, and new matrix development. It details structuring configs, writing prompts, sel…

promptfoo/promptfoo promptfoo evaluation qa llm
skill

Automated GitHub Pull Request Review Resolution

This skill automates the identification, addressing, and resolution of GitHub pull request review comments. It manages complex pagination for GraphQL threads and REST reviews to ensure all actionable feedback is addressed and threads are re…

Significant-Gravitas/Auto-GPT github pull-request code-review automation
tool

Automated End-to-End Pull Request Testing

This tool automates comprehensive end-to-end testing of pull requests, ensuring rigorous validation across both UI and API layers. It mandates detailed evidence capture, including before/after state checks, screenshots, and negative test ca…

Significant-Gravitas/Auto-GPT e2e-testing pr-validation api-testing docker-compose
skill ★ 21,403

Injects a predefined special token string

This skill is designed to output a specific, fixed token string when explicitly invoked by the user or agent. It allows for the programmatic injection of markers into the conversation flow without requiring complex logic.

promptfoo/promptfoo token marker output agent
skill

Automated Pull Request Review Agent

This skill automates comprehensive Pull Request reviews, checking for logical correctness, security vulnerabilities, and adherence to architectural standards. It structures feedback using criticality badges and posts detailed inline comment…

Significant-Gravitas/Auto-GPT pr-review code-quality security github-cli
skill ★ 21,403

Security review for authentication code

This skill reviews authentication code to identify common security vulnerabilities, such as weak password hashing (e.g., SHA-1/MD5) or unsafe direct comparisons of secrets and tokens. It ensures that reported issues strictly match the user'…

promptfoo/promptfoo security authentication code-review vulnerability
skill

Automates PR polishing to merge-ready status

This skill iteratively runs PR review and address actions, ensuring the pull request meets strict mergeability criteria. It continues until there are zero new findings, all threads are resolved, CI is stable, and two consecutive quiet polls…

Significant-Gravitas/Auto-GPT pr-polish merge-ready github-api ci-checks
skill ★ 21,403

Security review for authentication code

This skill reviews authentication code to identify common security vulnerabilities, such as the use of weak password hashing algorithms like SHA-1 or MD5. It provides a focused report, limiting output to a single actionable security issue.

promptfoo/promptfoo security code-review authentication hashing
skill ★ 21,403

Reviewing discount policy fixtures with checklist

This skill provides a structured workflow for inspecting and reviewing discount policy fixtures. It executes a helper script to generate a maintainer report detailing ticket IDs, severity, ownership, and minimal required fixes.

promptfoo/promptfoo discount-policy review code-analysis checklist
skill

Automated Pull Request Workflow

A workflow for agents to automate the pull request lifecycle, including pre-flight checks, test coverage verification, and template-based PR creation. It integrates with GitHub CLI and review bots to manage the end-to-end review process.

Significant-Gravitas/Auto-GPT git github pull-request automation