Browse all

Type: All Skills Tools
skill ★ 5

Image Prompt Dialect Translator for AI Models

This skill translates a normalized asset brief into the precise prompt dialect required by various image generation models (e.g., SDXL, Midjourney, Ideogram). It intelligently manages model-specific constraints, including token budgets, neg…

MohamedAbdallah-14/prompt-to-asset prompt-engineering text-to-image ai-models image-generation
skill ★ 5

Production-Grade Inline SVG Authoring

This skill enables agents to generate production-grade inline SVGs, including logos, favicons, and icon packs. It enforces strict constraints on viewBox, path budgets, and colour palettes to ensure scalability and legibility across various …

MohamedAbdallah-14/prompt-to-asset svg-generation vector-graphics asset-generation design-automation
tool ★ 5

Deterministic Open Graph Image Generator

This tool deterministically generates Open Graph and Twitter Card images (1200x630) by rendering JSX or HTML/CSS templates. It uses Satori to convert markup to SVG, which is then rasterised to a high-fidelity PNG using @resvg/resvg-js, ensu…

MohamedAbdallah-14/prompt-to-asset og-image social-media rendering jsx
skill ★ 5

Automated Favicon and Web Asset Generation

Generates a comprehensive favicon bundle including multi-resolution ICO files, dark-mode SVG variants, and PWA-ready assets from a brand mark or prompt. The skill employs SVG-first generation strategies and performs validation for WCAG cont…

MohamedAbdallah-14/prompt-to-asset favicon-generation web-assets svg-optimization pwa
tool ★ 5

production-grade logo and brand mark generator

This advanced tool generates comprehensive brand assets, including RGBA PNG, optimized SVG, and monochrome variants. It employs sophisticated model routing and post-processing pipelines to ensure reliable wordmark generation and high-fideli…

MohamedAbdallah-14/prompt-to-asset logo-generation vector-graphics brand-identity svg-export
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
tool ★ 5

Multi-platform app icon generation pipeline

This tool generates comprehensive, multi-platform app icon bundles from a single 1024² master asset. It deterministically fans out the icon for iOS, Android, PWA, and visionOS, adhering to strict platform-specific requirements like opacity,…

MohamedAbdallah-14/prompt-to-asset app-icon multi-platform mobile-design asset-generation
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
tool ★ 5

Advanced Logo Generation and Vectorization Tool

This tool generates production-grade brand marks, providing RGBA PNG, SVG, and monochrome variants. It intelligently routes generation requests across multiple specialized models based on wordmark complexity and required vector fidelity.

MohamedAbdallah-14/prompt-to-asset logo branding vector-graphics image-generation
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