skillfed

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 MIT updated by Bbeierle12

Install

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

CLI (skillfed)coming soon
git clone https://github.com/Bbeierle12/Skill-MCP-Claude
cp -r Skill-MCP-Claude/skills/postfx-router ~/.claude/skills/postfx-router

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)

Read as markdown · JSON record · Browse the source repository

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

Related skills

Tags

screen-space-effects visual-polish effect-orchestration rendering-pipeline aesthetic-styling performance-optimization shader-integration real-time-graphics