Skills

Type: All Skills Tools
skill ★ 5

Brand-Consistent Illustration Set Generation Skill

This skill manages the challenge of maintaining brand style across multiple assets by injecting a structured brand bundle, including palette constraints and style references. It supports progressive style locking, allowing initial human-gat…

MohamedAbdallah-14/prompt-to-asset illustration brand-guidelines style-transfer asset-generation
skill ★ 5

Maintain Brand Consistency Across Assets

This skill enforces visual coherence across multi-asset brand sets by managing a central BrandBundle containing palettes, typography, and style references. It validates generated assets using advanced metrics like ΔE2000 and CSD similarity …

MohamedAbdallah-14/prompt-to-asset brand-consistency asset-generation style-transfer design-system
skill ★ 5

Asset Generation Diagnosis and Repair Skill

This skill diagnoses and repairs failures in automated asset generation by mapping validation error codes to specific repair primitives. It implements a retry budget and routing logic to resolve issues such as palette drift, transparency er…

MohamedAbdallah-14/prompt-to-asset asset-generation error-recovery image-validation automated-debugging
skill ★ 5

Automated pipeline for production software assets

This skill manages the entire lifecycle of generating production-grade software assets, classifying the asset type and routing the request to the optimal generation method. It supports advanced workflows including inline SVG generation, ext…

MohamedAbdallah-14/prompt-to-asset asset-generation image-pipeline svg-creation logo-design
skill ★ 5

Raster to SVG Vectorisation Pipeline

Converts raster images to optimised SVGs using Recraft, vtracer, or potrace pathways. It incorporates automated quality validation via path count analysis and SVGO-driven optimisation.

MohamedAbdallah-14/prompt-to-asset raster-to-svg vectorisation image-processing svg-optimisation
skill ★ 5

UI Brief to Designer Mockup Prompt Generator

This skill translates a functional UI brief into a highly constrained, paste-ready prompt for advanced image generation models. It intelligently selects the optimal model and enforces anti-slop design rules to ensure the output provides gen…

MohamedAbdallah-14/prompt-to-asset ui-design prompt-engineering image-generation mockup
skill ★ 5

Generating Assets with True RGBA Transparency

Implements a hierarchical workflow to produce RGBA-transparent assets from text-to-image models, overcoming checkerboard artifacts and flat backgrounds using native-RGBA providers, matting models, and automated alpha validation.

MohamedAbdallah-14/prompt-to-asset rgba-transparency image-matting t2i-post-processing asset-generation
skill ★ 5

Model-Specific Image Prompt Dialect Generator

This skill translates a normalized asset brief into a highly specific prompt dialect tailored for various text-to-image models. It intelligently handles model quirks, such as token budgets, negative prompt syntax, text-in-image ceilings, an…

MohamedAbdallah-14/prompt-to-asset image-generation prompt-engineering llm model-adaptation
skill ★ 5

Automated Open Graph Image Generation

Generates deterministic 1200×630 Open Graph and Twitter Card images using Satori and resvg-js. It supports template-based layouts with optional diffusion-generated background layers for hero art.

MohamedAbdallah-14/prompt-to-asset og-image satori image-generation social-media-assets
skill ★ 5

Authoring production-grade inline SVG assets

This skill generates production-grade, constrained inline SVG assets (logos, favicons, icons) by adhering to strict design principles, path budgets, and viewbox rules. It ensures small-scale legibility and structural integrity across variou…

MohamedAbdallah-14/prompt-to-asset svg-generation vector-graphics asset-authoring icon-design
skill ★ 24,025

Codemod Implementation Patterns and Workflow

A guide for implementing automated code transformations using AST-based patterns and utility functions. It provides a structured workflow for scaffolding, testing with fixtures, and applying efficient transformations like method renaming an…

mastra-ai/mastra codemod ast-transformation typescript tdd
skill ★ 24,025

Comprehensive security code vulnerability review checklist

Provides a comprehensive, structured checklist for identifying common security vulnerabilities, covering areas such as injection flaws, authorization bypasses, and exposed credentials. It guides developers through best practices for secure …

mastra-ai/mastra security code-review vulnerability checklist
skill ★ 5

Brand-Consistent Illustration Set Generation

This skill generates cohesive sets of branded illustrations (e.g., empty states, onboarding) by enforcing strict style and palette adherence across multiple generations. It manages brand consistency using advanced techniques like LoRA, styl…

MohamedAbdallah-14/prompt-to-asset illustration brand-guidelines asset-generation consistency
skill ★ 24,025

Performance-focused code review and optimization

Systematically reviews codebase for performance bottlenecks, covering areas such as database query efficiency, memory leaks, frontend rendering issues, and algorithmic complexity. It provides structured feedback across critical, high, mediu…

mastra-ai/mastra performance code-review optimization bottleneck
skill ★ 24,025

Structured code standards and quality review

This skill provides a comprehensive, multi-step framework for reviewing pull requests, covering critical bugs, general code quality, and adherence to defined style guides. It ensures feedback is structured into critical issues, suggestions,…

mastra-ai/mastra code-review code-quality style-guide pr-review
skill ★ 5

Generate comprehensive favicon and icon bundle

This skill generates a comprehensive favicon bundle, producing all necessary assets—including multi-resolution SVG, ICO, and PNG variants—to meet modern browser and PWA standards. It handles complex requirements like dark mode support and m…

MohamedAbdallah-14/prompt-to-asset favicon icon-generation pwa svg
skill ★ 5

Maintain Brand Consistency Across Assets

This skill enforces visual and stylistic coherence across an entire brand set by managing a comprehensive BrandBundle. It validates generated assets using palette ΔE2000 and CSD scores, while applying model-specific controls like --sref or …

MohamedAbdallah-14/prompt-to-asset brand-consistency style-guidelines asset-generation visual-coherence
skill ★ 5

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…

MohamedAbdallah-14/prompt-to-asset asset-validation repair-pipeline image-processing svg-repair
skill ★ 24,025

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…

mastra-ai/mastra mastra automation smoke-testing chrome-mcp
skill ★ 24,025

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.

mastra-ai/mastra tui testing konsole llm-interaction
skill ★ 5

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…

MohamedAbdallah-14/prompt-to-asset asset-generation logo icon-pack svg
skill ★ 24,025

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…

mastra-ai/mastra testing integration error-handling llm-mocking
skill ★ 24,025

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…

mastra-ai/mastra tailwind-css ui-design best-practices refactoring
skill ★ 24,025

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.

mastra-ai/mastra react performance optimization best-practices