Create generative art through computational aesthetics using p5.js, emphasizing seeded randomness, interactive parameter exploration, flow fields, particle systems, and reproducible algorithmic outputs.
Inspired by: https://github.com/anthropics/skills
Skills are reusable instruction sets that teach Claude specific capabilities. When activated, Claude follows the skill's guidelines to perform specialized tasks like code reviews, API design, or documentation writing. Install skills to ~/.claude/skills/ and invoke them with the Skill tool.
~/.claude/skills/ (personal) or .claude/skills/ (project)1. Create HTML file with p5.js CDN 2. Define seed-based algorithms 3. Add parameter controls for exploration 4. Implement seed navigation (prev/next/random)
Use this skill when creating generative art, data visualizations, or interactive visual experiences with reproducible, seed-based outputs.
Algorithmic Art Generator(.zip)
3 KB
Git version control skill that help you work with Git with commit guidance, branching, conflict resolution, and releases. Use for: (1) Creating commits, (2) Managing branches (feature/*, bugfix/*), (3) Resolving conflicts, (4) Releases and tags.
dotnet-backend-guidelines is a skill used to help build DotNet projects by letting Claude follow best-practice guidelines and adopt your code patterns. This skill isn’t install-and-go; it may needs some customization based on your codebases. Review it and add your own customizations if you want or while working ask Claude to update it.
Angular Dev Guidelines is a skill used to help build Angular projects by letting Claude follow best-practice guidelines and adopt your code patterns. This skill isn’t install-and-go; it needs some customization based on your codebase. Review it and add your own customizations if you want or while working ask Claude to update it..