reversa-selo-generativo

Generate deterministic p5.js seals from SHA-256 seeds as standalone HTML.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-selo-generativo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-selo-generativo
Source: https://github.com/ricardops34/rcg-crm/tree/main/.agents/skills/reversa-selo-generativo
Command: npx skills add https://github.com/ricardops34/rcg-crm --skill reversa-selo-generativo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill creates distinctive project seals that are uniquely reproducible from a deterministic seed, so branding artwork can be regenerated consistently without manual design work.

Core Features & Use Cases

  • Seeded generative seals (p5.js): generates algorithmic artwork from a string-derived SHA-256 seed so the same input always produces the same seal.
  • Multiple styles via presets: derives color palettes and one of five generative patterns (flow-field, particle-orbit, crystal-lattice, wave-interference, noise-strata) based on seed and style hints.
  • Standalone HTML export: outputs an independent HTML file that embeds p5.js via CDN, with the project name shown outside the canvas (no text inside).
  • Size variants for real UI: supports hero-sized, slide-cover sized, and mini header sized seals, including automatic simplifications for small sizes.

Quick Start

Ask for a sealed HTML output by saying: generate a seeded generative selo for the project name "rcg-crm" with size 800x800 and use the style "premium".

Frequently Asked Questions about reversa-selo-generativo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate deterministic seeded visual seals in p5.js?

To generate deterministic seeded visual seals in p5.js, you hash an input string or file content into a reproducible SHA-256 seed. This seed initializes p5.js randomSeed and noiseSeed functions to consistently render identical algorithmic artwork for the same input.

Can I create standalone HTML generative art with no external dependencies?

Yes, you can create standalone HTML generative art by exporting an independent HTML file that embeds p5.js via CDN. This standalone delivery method requires no other external dependencies beyond the p5.js CDN link to render the visual identity marks.

What generative art patterns are available for visual identity branding?

Available generative art patterns for visual identity branding include flow-field, particle-orbit, crystal-lattice, wave-interference, and noise-strata. The pattern and color palette are derived deterministically from the string-based seed and style hints.

Does this generative seal generator support size variants for UI badges?

The generative seal generator supports hero-sized, slide-cover sized, and mini header sized UI badges. It applies automatic pattern simplifications for small sizes, ensuring the project name is shown outside the canvas without text inside the seal.

How do I reproduce the same algorithmic branding artwork across different runs?

You reproduce the same algorithmic branding artwork by using the exact same input string or file content to generate the SHA-256 seed. Hash-based reproducibility ensures that identical inputs always trigger the same randomSeed and noiseSeed values.

What is the best way to create unique project seals without manual design work?

The best way to create unique project seals without manual design work is using seeded randomness in p5.js. By hashing a project identifier into a deterministic seed, you can automatically regenerate consistent branding artwork for hero badges and slide covers.