$npx skillfedfor your agent

postfx-router

postfx-router intelligently directs Claude's post-processing requests to specialized skills based on the effect type being applied. This routing layer simplifies effect management by matching incoming requests with the appropriate handler, reducing manual configuration and improving workflow efficiency in MCP-based systems.

postfx-router handles the routing layer for post-processing setup in three.js by intelligently directing your requests to specialized skills based on the effect type you need. Rather than manually configuring each effect, postfx-router matches your incoming requests with the appropriate handler—whether you're implementing bloom, vignette, depth of field, or color grading. This reduces manual configuration and streamlines your workflow in MCP-based systems.

AI-generated summary based on this skill's SKILL.md

8 3 MITupdated by Bbeierle12

Decision gist · record as of 2026-07-27

postfx-router handles the routing layer for post-processing setup in three.js by intelligently directing your requests to specialized skills based on the effect type you need. Rather than manually configuring each effect, postfx-router matches your incoming requests with the appropriate handler—whether you're implementing bloom, vignette, depth of field, or color grading. This reduces manual configuration and streamlines your workflow in MCP-based systems.

manual: git clone https://github.com/Bbeierle12/Skill-MCP-Claude → cp -r Skill-MCP-Claude/skills/postfx-router ~/.claude/skills/postfx-router
skills/postfx-router/SKILL.md · version 5151da79

Use it when

  • postfx-router routes to appropriate post-processing skills based on effect type, which is its primary function (35% of its design).
  • Yes, postfx-router supports combining multiple post-processing effects for production scenes.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Bbeierle12/Skill-MCP-Claude/postfx-router · repository language: JavaScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to set up post-processing effects in three.js?

postfx-router handles the routing layer for post-processing setup in three.js by intelligently directing your requests to specialized skills based on the effect type you need. Rather than manually configuring each effect, postfx-router matches your incoming requests with the appropriate handler—whether you're implementing bloom, vignette, depth of field, or color grading. This reduces manual configuration and streamlines your workflow in MCP-based systems.

What does postfx-router do with different effect types?

postfx-router routes to appropriate post-processing skills based on effect type, which is its primary function (35% of its design). It intelligently categorizes requests for bloom, glow, luminance, vignette, depth of field, color grading, and other cinematic effects, then directs them to specialized handlers. This routing approach improves workflow efficiency by ensuring each effect type reaches the correct post-processing skill.

Can postfx-router combine multiple screen space effects?

Yes, postfx-router supports combining multiple post-processing effects for production scenes. It manages the effect composer pipeline and render targets (20% of its design focus), allowing you to layer bloom, glow, vignette, depth of field, and color grading together. The router intelligently orchestrates these effects through the appropriate specialized skills to create complex, cinematic visuals.

How does postfx-router implement bloom and glow effects?

postfx-router directs bloom and glow requests to specialized handlers that implement these luminance-based effects (25% of its design). It routes your bloom and glow effect requests to the appropriate post-processing skill, which handles the actual implementation. This includes selective bloom on objects and neon glow aesthetics for cyberpunk-style scenes.

What cinematic effects can postfx-router help apply?

postfx-router routes cinematic effects including vignette, depth of field (DOF), and color grading (15% of its design). It also handles film grain, noise, chromatic aberration, LUT-based color grading, tone mapping, god rays, and CRT scanlines. By routing these requests to specialized skills, postfx-router simplifies applying professional cinematic aesthetics to your three.js scenes.

Is postfx-router open source and what license does it use?

postfx-router is released under the MIT license, making it open source and freely available for both personal and commercial projects. This permissive license allows you to use, modify, and distribute postfx-router with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Post-Processing Router

Routes to 3 specialized skills based on post-processing requirements.

Routing Protocol

  1. Classify — Identify effect type from user request
  2. Match — Apply signal matching rules below
  3. Combine — Most production scenes need 2-3 skills together
  4. Load — Read matched SKILL.md files before implementation

Quick Route

Tier 1: Core (Start Here)
Need Skill Signals
Pipeline setup, effect ordering postfx-composer EffectComposer, setup, pipeline, render target, custom pass, multi-pass
Glow, luminance effects postfx-bloom bloom, glow, neon, emissive, luminance, UnrealBloom, selective bloom
Cinematic polish, color postfx-effects vignette, chromatic, DOF, grain, color grade, LUT, aberration

Signal Matching

Primary Signals

postfx-composer (always start

(truncated - see the full file via the links below)

File tree — 2 files
skills/postfx-router/SKILL.md
skills/postfx-router/_meta.json

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Route to appropriate post-processing skill based on effect type”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

postfx-effects
by Bbeierle12 · Bbeierle12/Skill-MCP-Claude

postfx-effects delivers a collection of post-processing filters designed to enhance 3D scene rendering with cinematic quality. Apply bloom, color grading, depth-of-field, and other visual effects to transform raw renders into polished final output. Integrate seamlessly into game engines and real-time graphics pipelines.

MITupdated Jul 2026
★ 8repo stars
postfx-composer
by Bbeierle12 · Bbeierle12/Skill-MCP-Claude

postfx-composer streamlines the setup and configuration of EffectComposer for sophisticated multi-pass post-processing workflows. This skill guides you through building layered visual effects pipelines, managing render targets, and compositing complex graphics transformations. Perfect for developers working with advanced rendering techniques and real-time graphics optimization.

MITupdated Jul 2026
★ 8repo stars
immersive-visuals-router
by Bbeierle12 · Bbeierle12/Skill-MCP-Claude

This skill provides a browser-based management layer for routing sophisticated 3D and visual projects to their appropriate specialized handlers within an MCP server environment. It integrates with Claude Code CLI to enable on-demand skill loading, letting you organize markdown-based instruction sets that extend Claude's capabilities for domain-specific visual work.

MITupdated Jul 2026
★ 8repo stars
R3f Postprocessing
by EnzeD · EnzeD/r3f-skills

This skill lets you layer visual effects onto React Three Fiber scenes after rendering. Apply color grading, bloom, depth-of-field, and other post-processing techniques to elevate your 3D graphics. Perfect for developers building immersive web experiences with enhanced cinematography.

no license declared → metadata onlyupdated Jan 2026
★ 105repo stars
shader-effects
by Bbeierle12 · Bbeierle12/Skill-MCP-Claude

shader-effects provides ready-to-use shader implementations for common visual effects in graphics programming. Access code snippets for glow, bloom, chromatic aberration, and other post-processing techniques to enhance your rendering pipeline. Perfect for developers building interactive graphics or game engines.

MITupdated Jul 2026
★ 8repo stars
audio-router
by Bbeierle12 · Bbeierle12/Skill-MCP-Claude

audio-router intelligently directs audio processing requests to the right specialized skill, whether for playback control, sound analysis, or reactive audio handling. Built for Claude, it streamlines how audio workflows are orchestrated across multiple focused capabilities.

MITupdated Jul 2026
★ 8repo stars

More skills postfx-bloom (MIT) · gsap-router (MIT) · shader-router (MIT) · Threejs Postprocessing (AGPL-3.0)

Tags
screen-space-effectsvisual-polisheffect-orchestrationrendering-pipelineaesthetic-stylingperformance-optimizationshader-integrationreal-time-graphics