Skills

Type: All Skills Tools
skill ★ 24,025

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.

mastra-ai/mastra planning-assistant agentic-workflow task-automation command-builder
skill ★ 24,025

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-ai/mastra pr-review git-workflow refactoring large-pr
skill ★ 24,025

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.

mastra-ai/mastra mastra documentation-guidelines linting markdown
skill ★ 24,025

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…

mastra-ai/mastra pr-review documentation git-analysis html-generation
skill ★ 24,025

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…

mastra-ai/mastra smoke-testing mastra agent-testing workflow-validation
skill ★ 24,025

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,…

mastra-ai/mastra e2e-testing playwright behavior-validation agent-testing
skill ★ 24,025

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 …

mastra-ai/mastra agent-builder smoke-testing qa-automation integration-testing
skill ★ 24,025

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…

mastra-ai/mastra debugging-workflow runtime-logging jsonl state-management
skill ★ 24,025

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…

mastra-ai/mastra testing integration-testing error-handling llm-mocking
skill ★ 119

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.

deusXmachina-dev/memorylane time-tracking reporting productivity activity-monitoring
skill ★ 119

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…

deusXmachina-dev/memorylane pattern-review automation-workflow data-shuttling process-mining
skill ★ 119

workflow pattern to automation runbook

Automates the creation of structured runbooks by analysing activity logs to extract workflow sequences, variables, and error-handling requirements.

deusXmachina-dev/memorylane automation runbook-generation workflow-analysis process-documentation
skill ★ 119

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.

deusXmachina-dev/memorylane activity-logging screen-activity summarization user-behavior
skill ★ 119

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.

deusXmachina-dev/memorylane process-flowchart workflow-visualization data-analysis pattern-recognition
skill ★ 119

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…

deusXmachina-dev/memorylane process-mapping workflow-analysis pdf-generation activity-logs
skill ★ 42

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 …

ignaciohermosillacornejo/copilot-money-mcp finance mcp spending-analysis budgeting
skill ★ 119

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.

deusXmachina-dev/memorylane workflow-analysis pattern-detection automation screen-activity
skill ★ 42

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…

ignaciohermosillacornejo/copilot-money-mcp finance budgeting cash-flow financial-planning
skill ★ 119

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.

deusXmachina-dev/memorylane release versioning git semver
skill ★ 42

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 …

ignaciohermosillacornejo/copilot-money-mcp finance travel expense-tracking transaction-tagging
skill ★ 119

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…

deusXmachina-dev/memorylane sqlite schema-migration database storage
skill ★ 119

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…

deusXmachina-dev/memorylane git semver release ci-cd
skill ★ 163

MCP Tool Implementation Review

An automated process for auditing MCP tool implementations against project-specific patterns, registration requirements, and best practices.

nesquikm/mcp-rubber-duck mcp tool-review code-audit typescript
skill ★ 42

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…

ignaciohermosillacornejo/copilot-money-mcp finance transactions categorization data-audit