Browse all
Systematic Asset Generation Failure Diagnosis and Repair
This skill diagnoses asset generation failures by mapping specific failure codes (e.g., checkerboard, palette drift) to appropriate repair primitives. It executes a systematic, budget-aware pipeline, preferring deterministic fixes over cost…
Automated Mastra Project Setup and Testing
Automates the creation of a Mastra project using create-mastra and performs automated smoke testing of the Mastra Studio via the Chrome MCP server. It handles dependency installation, environment configuration, and browser-based verificatio…
Interactive TUI testing for Mastracode
This guide details how to perform interactive testing of the Mastracode TUI within Konsole. It covers verifying thread state isolation, rendering components, and managing model configurations.
Orchestrates production-grade software asset generation
This skill manages the entire lifecycle of creating software assets, classifying the required asset type and routing the request to the optimal generation pipeline. It supports multiple execution modes, including inline SVG generation, exte…
Integration testing for core error processors
This guide provides patterns for writing robust integration tests for core error processors, detailing how to mock LLM API calls and verify complex retry and error recovery behaviors. It covers structured testing for happy paths, control te…
Cross-Platform App Icon Asset Generator
This tool takes a single 1024² master mark and deterministically generates a complete bundle of app icons for major platforms, including iOS, Android, PWA, and visionOS. It manages complex platform requirements, such as adaptive icon layers…
Tailwind CSS Best Practices for UI Consistency
This skill provides comprehensive styling guidelines for the Mastra Playground UI, ensuring design system consistency across component usage, design tokens, and class name implementation. It assists developers when writing, reviewing, or re…
React performance optimization guidelines and patterns
This skill provides comprehensive, prioritized guidelines for optimizing React applications. It covers critical patterns such as eliminating waterfalls, managing bundle size, and optimizing re-renders for peak performance.
Interactive Ralph Command Planning Assistant
An interactive assistant that guides developers through the collaborative creation of structured Ralph command sequences. It facilitates the definition of background context, environment setup, actionable tasks, and verification procedures.
Workflow for splitting complex pull requests
Use this workflow to decompose large, complex pull requests into smaller, reviewable units, safely managing the extraction of changes at the file or hunk level. It also provides mechanisms for tracking 'drift' and managing subsequent PRs ba…
Mastra Documentation Writing and Linting Skill
A skill for creating and updating Mastra documentation following specific styleguides and linting protocols. It leverages Prettier, Remark, and Vale to ensure consistency across quickstarts, tutorials, and API references.
Generates comprehensive pull request review documentation
This skill generates a self-contained HTML document that guides reviewers through the entire pull request story. It synthesises diffs, commit history, and architectural context into a structured narrative, detailing the problem, solution, a…
Comprehensive smoke testing for Mastra projects
This skill provides comprehensive smoke testing across the entire Mastra ecosystem, validating components such as agents, tools, workflows, and the Studio UI. It supports detailed verification for both local development and cloud deployment…
E2E Behavior Validation for Agentic Systems
This skill guides developers in creating robust end-to-end tests using Playwright, focusing on validating core product behaviour and data flow rather than superficial UI states. It provides patterns for testing complex agentic interactions,…
Agent Builder End-to-End Smoke Test
Performs end-to-end smoke testing of the Agent Builder feature set by scaffolding a hermetic project linked to the current worktree. It validates workspace reconciliation, RBAC, registry flows, and infrastructure diagnostics using both API …
Systematic debugging of complex runtime bugs
This skill guides the systematic debugging of complex, hard-to-reproduce bugs by instrumenting the actual runtime path. It involves generating append-only JSONL logs to capture state transitions and event sequences, allowing developers to a…
testing core agent error handling and retries
This guide details patterns for writing robust integration tests for error processors, focusing on mocking LLM API calls to simulate failures and verify retry logic. It covers best practices for asserting successful retries, error propagati…
Generate Client-Based Time Reports
Generates detailed time reports by grouping captured screen activity into client and project-specific blocks. The skill identifies work durations, detects breaks, and provides formatted summaries suitable for timesheets.
Curates and polishes detected automation patterns
This skill curates raw pattern detection output by applying rigorous scoring and filtering across multiple dimensions. It polishes the top candidates into actionable, structured automation runbooks, identifying data flow, effort, and estima…
workflow pattern to automation runbook
Automates the creation of structured runbooks by analysing activity logs to extract workflow sequences, variables, and error-handling requirements.
Summarize recent user screen activity
This skill analyzes captured screen activity logs by fetching timeline data, grouping entries by application and task, and estimating time spent. It generates a structured, narrative summary detailing the user's recent workflow.
Visualize complex workflows and process patterns
This skill analyzes historical user activity data to identify recurring patterns and multi-step processes. It then renders a clean, minimal swimlane flowchart, outputting both SVG and JPEG formats for comprehensive visualization.
Process Workflow Documentation from Activity Data
This skill synthesises raw activity logs and detected patterns into a comprehensive Process Description Document (PDD). It generates a downloadable PDF containing a visual process map, step-by-step walkthrough, and concrete automation oppor…
Financial Health and Spending Pulse
An agentic skill that performs rapid financial health assessments by aggregating transaction data to calculate discretionary budget and identify spending anomalies. It utilises Python for complex data processing and identifies subscription …