Skills
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 …
Discovering repeatable workflow patterns from screen activity
This skill mines a user's historical screen activity timeline to identify recurring, automatable workflows. It applies a rigorous fitness filter to surface patterns suitable for integration via n8n, Make, Zapier, or custom scripting.
Advanced financial planning and affordability analysis
This skill provides comprehensive financial reasoning by analysing user profiles, current budgets, and projected cash flow to determine affordability and potential tradeoffs. It synthesises data across multiple accounts and spending categor…
End-to-End Software Release and Versioning Workflow
Guides the end-to-end process for publishing stable or prerelease versions, handling version bumping, generating comprehensive release notes, and pushing tags to trigger CI/CD pipelines.
Automated travel expense tracking and tagging
This skill automates the process of identifying, scoring, and tagging travel-related bank transactions. It analyzes spending within a specified date range and a subsequent buffer period to accurately capture late-posting charges, providing …
Automating SQLite Storage Schema Migrations
This skill manages the lifecycle of SQLite storage schema evolution by generating forward-only, idempotent migrations. It guides the developer through identifying schema deltas, implementing safe SQL changes, and registering updates to keep…
Semantic versioning release workflow automation
This skill guides the developer through the complete semantic versioning release process, including updating package metadata, generating release notes, and committing/tagging the changes. It ensures all necessary steps, from linting to pus…
MCP Tool Implementation Review
An automated process for auditing MCP tool implementations against project-specific patterns, registration requirements, and best practices.
Comprehensive financial transaction cleanup and audit
This skill performs a structured, multi-phase audit of financial data, first validating the underlying category taxonomy before detecting miscategorized transactions and identifying missing or misclassified transfers. It ensures robust data…