Browse all
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.
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…
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.
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.
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…
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.
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.
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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.
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…
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'…
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…
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.
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.
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.