Browse all

Type: All Skills Tools
tool

Meta-Agent Supervisor for Parallel Development Workflows

This meta-agent supervisor manages multiple parallel development agents within a single tmux session. It automates worktree lifecycle management, monitors agent status, handles checkpoints, and safely recycles completed work.

Significant-Gravitas/Auto-GPT agent-orchestration tmux parallel-development workflow-management
skill ★ 21,403

comprehensive code review for security and bugs

Analyzes provided codebases to identify logical bugs, security vulnerabilities (such as injection risks), and deviations from established best practices. Findings are structured by severity level with actionable remediation suggestions.

promptfoo/promptfoo code-review security bug-detection best-practices
skill ★ 21,403

Security review for authentication code

This skill reviews authentication code to identify common security vulnerabilities, such as weak password hashing (SHA-1/MD5) and insecure secret/token comparisons. It ensures reported issues strictly adhere to the user-defined scope.

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

Redteam Plugin and Grader Development Standards

Provides standardised protocols for developing redteam plugins and graders, including XML tag requirements, rubric structures, and attack template configurations.

promptfoo/promptfoo red-teaming plugin-development promptfoo llm-evaluation
skill ★ 21,403

Security review for authentication code

This skill reviews authentication code to identify potential security vulnerabilities. It specifically checks for weak password hashing algorithms, such as SHA-1 or MD5, and is constrained to reporting a maximum of one issue.

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

Validate project adherence to standards

This skill validates a project's structure by checking for the presence of required documentation files, such as README.md. It reports which essential files are missing to ensure adherence to established conventions.

promptfoo/promptfoo standards validation project-structure linting
skill ★ 21,403

Managing URL Search Parameters and State

This skill provides best practices for managing URL search parameters and hash states in modern web applications. It guides developers on correctly using replace versus push history behavior to prevent browser history pollution when handlin…

promptfoo/promptfoo search-params url-management react-hooks state-management
tool ★ 21,403

Comprehensive prompt evaluation and regression testing tool

This framework facilitates the creation and execution of robust prompt evaluation suites, supporting deterministic assertions, model-graded rubrics, and diverse providers like LLMs and HTTP endpoints. It ensures comprehensive coverage for r…

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

URL Search Param and Hash Management

Provides patterns for managing URL search parameters and hash state to maintain correct browser history behaviour. It details when to use replace versus push for in-page state versus navigable steps.

promptfoo/promptfoo url-management browser-history react-hooks state-management
skill ★ 21,403

Redteaming Plugin Development Standards and Guidelines

This guide establishes the required standards and structures for developing redteaming plugins and graders. It details standardized tags, rubric formats, and variable handling, including specific guidance for multimodal prompts, ensuring ro…

promptfoo/promptfoo redteaming plugin-development llm-security prompt-engineering
skill ★ 1,357

Implementing Built-in Webhook Source Providers

A framework for implementing new built-in webhook source providers, such as GitHub or Linear, within the Dust architecture. It covers the separation of UI-safe presets from server-only services, including OAuth integration and event schema …

dust-tt/dust webhook-providers api-integration oauth-integration event-schemas
tool ★ 1,357

CLI tool for isolated development environments

dust-hive is a CLI utility that orchestrates multiple isolated development environments, managing dedicated resources like port ranges, Docker containers, and databases. It automates environment setup and provides state management (cold/war…

dust-tt/dust cli-tool dev-environment isolation docker
skill ★ 1,357

Optimising React Components by Avoiding Effects

Guides best practices for writing React components by identifying when effects are truly necessary. It advises developers to derive state during rendering rather than using useEffect for simple data transformations or calculations.

dust-tt/dust react react-hooks performance javascript
skill ★ 1,357

Writing Focused, Practical Codebase Tests

This skill guides developers through writing high-impact, focused tests for complex codebases, adhering to the 80/20 principle. It mandates minimal mocking, preferring real database interactions while focusing assertions on core behavior an…

dust-tt/dust unit-testing integration-testing typescript testing-strategy
skill ★ 1,357

Swagger API Schema Synchronization

Ensures API endpoint schemas and Swagger documentation remain synchronised by providing instructions for updating shared schemas and annotations during development.

dust-tt/dust swagger api-documentation schema-sync typescript
skill ★ 1,357

Creating durable asynchronous workflows with Temporal

This skill provides a comprehensive guide to setting up durable, asynchronous workflows using Temporal. It covers defining activities, orchestrating workflows, and running dedicated workers for robust background processing.

dust-tt/dust temporal workflow background-jobs async
skill ★ 1,357

Dust MCP Server Integration Guide

A technical guide for implementing internal MCP server integrations within Dust to connect to external platforms like Jira or Salesforce. It covers metadata definition, tool handler implementation, and OAuth configuration.

dust-tt/dust mcp dust integration-guide api-integration
skill ★ 1,357

React Form Writing and Validation Best Practices

This skill guides the creation and refactoring of complex React forms using react-hook-form, enforcing best practices like Zod validation, controlled component handling via useController, and managing state updates using field.onChange vers…

dust-tt/dust react-hook-form zod forms validation
skill ★ 1,357

Guide for integrating new large language models

This skill provides a comprehensive, step-by-step guide for developers to integrate support for a novel LLM provider into the Dust framework. It details necessary modifications across configuration, pricing, central registries, and testing …

dust-tt/dust llm-integration developer-guide typescript model-support
skill ★ 1,357

Dust Agent CLI Interface

Interface to interact with Dust agents via the CLI to retrieve company information, perform actions, or execute tasks. It supports multi-turn conversations and project-specific context.

dust-tt/dust dust cli agent-interaction automation
skill ★ 1,357

Managing Elasticsearch Indices for Front Application

This skill guides the creation and maintenance of versioned Elasticsearch indices within the front application layer. It details best practices for managing mappings, utilizing stable aliases, and implementing robust indexing and querying l…

dust-tt/dust elasticsearch indexing search data-modeling
skill ★ 1,357

API Breaking Change Detection and Prevention

This skill enforces a critical guideline, automatically detecting potential breaking changes across API endpoints, schemas, and contracts. It halts execution and requires explicit user validation before implementing any modification that co…

dust-tt/dust api breaking-changes safety guidelines
skill ★ 748

SDK Skill Integration Test Skill

A test skill used to verify the integration of skills within the SDK, enabling validation of the skill-reading mechanism.

LSTM-Kirigaya/openmcp-client sdk-integration testing mcp skill-verification
skill ★ 1,357

WorkOS Audit Log Event Instrumentation Guide

This skill outlines the comprehensive workflow for instrumenting new user or system actions to generate valid WorkOS audit log events. It details schema creation, action string registration, and non-blocking event emission patterns for both…

dust-tt/dust workos audit-logging event-emission typescript