Browse all
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.
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.
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.
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.
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.
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.
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…
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…
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.
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…
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 …
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…
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.
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…
Swagger API Schema Synchronization
Ensures API endpoint schemas and Swagger documentation remain synchronised by providing instructions for updating shared schemas and annotations during development.
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 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.
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…
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 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.
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…
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…
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.
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…