p5js-hermes
Catalogue stub — full skill: nousresearch/hermes-agent
Decision tree
Is the full skill already installed? Check whether the skill at this location still has a
das:block:- Global:
grep -q "^das:" ~/.agents/skills/p5js-hermes/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project:
grep -q "^das:" .agents/skills/p5js-hermes/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No
das:block → full skill installed, invoke it and proceed das:block present → go to step 2
- Global:
Detect scope, then install:
To detect scope:
[ -e ~/.agents/skills/p5js-hermes ] && echo "global" || echo "project"Global (installed with
-g):npx skills add nousresearch/hermes-agent --skill p5js-hermes -g -yProject (installed without
-g):npx skills add nousresearch/hermes-agent --skill p5js-hermes -yClaude Code: send either command as a chat message starting with
!to run it without leaving the conversation.
Invoke after install
- Skill name:
p5js-hermes - Trigger phrases: "p5.js", "p5js", "generative art p5", "flow field", "audio reactive"
What it does
Full production pipeline for interactive and generative visual art in p5.js. Covers 2D/3D rendering with noise functions, particle systems, flow fields, GLSL shader integration, pixel array manipulation, kinetic typography, WebGL, and audio-reactive visuals. Backed by 10 reference files from NousResearch's Hermes agent — substantially deeper than the official algorithmic-art skill.