reversa-selo-generativo

Generate deterministic p5.js seal HTML from a SHA-256-derived seed.

1.5k|383|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/sandeco/reversa --skill reversa-selo-generativo-sandeco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-selo-generativo
Source: https://github.com/sandeco/reversa/tree/main/agents/reversa-selo-generativo
Command: npx skills add https://github.com/sandeco/reversa --skill reversa-selo-generativo-sandeco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reversa-selo-generativo creates a unique, reproducible visual seal for a legacy project so AI agents and documentation can share a consistent identity without handcrafting artwork.

Core Features & Use Cases

  • Deterministic, hash-seeded art: uses a SHA-256-derived seed (or a provided seed) so the same input always generates the same seal.
  • p5.js standalone HTML output: produces a self-contained HTML file that renders via p5.js loaded from a CDN.
  • Multiple generative patterns and palettes: supports five generative patterns (e.g., flow-field, particle-orbit, crystal-lattice, wave-interference, noise-strata) and palette selection by visual style.
  • Practical sizing for documentation: generates appropriately scaled seals for hero visuals, slide covers, and mini-header icons (including mini optimizations).

Quick Start

Ask an AI agent using Reversa to generate a reproducible generative seal HTML for your project using seed value "your-seed-string" at size 800.

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 reproducible generative art from a project seed string?

Reproducible generative art is created by deriving a deterministic seed from a project hash or identifier string, ensuring the same input always renders the identical visual output. Using p5.js, seeded randomness applies randomSeed and noiseSeed to lock pattern generation.

Can I use p5.js to create deterministic branding seals for documentation?

Yes, p5.js can create deterministic branding seals by applying seeded randomness to generate visual identities for legacy documentation. This provides a consistent project identity across hero visuals, slide covers, and mini-header icons without manual artwork.

What generative patterns are available for hash-seeded visual project seals?

Hash-seeded visual project seals support five generative patterns: flow-field, particle-orbit, crystal-lattice, wave-interference, and noise-strata. Palette selection by visual style is also supported to vary the aesthetic output.

Does the generative seal output render standalone or require external libraries?

The generative seal output renders as a self-contained standalone HTML file that loads p5.js via CDN. It includes safe fallback behaviors, requiring no local library installations or external dependencies to display the visual.

How do I size generative seals for mini-header icons and slide covers?

Generative seals are parameterized by size to scale appropriately for mini-header icons, slide covers, and hero visuals. You specify a size parameter, such as 800, to generate correctly scaled documentation artifacts with mini optimizations.