Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问clear审计通过

postfx-router后置路由器

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

1,035

周安装

44

GitHub Stars

8

下载量

363
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:postfx-router(后置路由器)
来源仓库:https://github.com/bbeierle12/skill-mcp-claude
仓库路径:skills/postfx-router
安装命令:
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill postfx-router
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill postfx-router

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合生成或审查 React、Next.js、Vue、Tailwind、CSS 等代码,整理组件结构或定位布局问题。
  • 需结合项目现有设计系统和构建方式使用,避免生成孤立片段;涉及页面改动时应配合本地预览确认效果。
  • 通过 GitHub 安装,需确认权限范围和维护状态,注意是否会触发文件读写或构建操作。
  • 建议在安装前检查仓库状态,确保与当前项目技术栈兼容后再集成到开发流程中。

SKILL.md

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)

NeedSkillSignals
Pipeline setup, effect orderingpostfx-composerEffectComposer, setup, pipeline, render target, custom pass, multi-pass
Glow, luminance effectspostfx-bloombloom, glow, neon, emissive, luminance, UnrealBloom, selective bloom
Cinematic polish, colorpostfx-effectsvignette, chromatic, DOF, grain, color grade, LUT, aberration

Signal Matching

Primary Signals

postfx-composer (always start here for new projects):

  • "set up post-processing"
  • "configure effect pipeline"
  • "create custom effect/pass"
  • "render targets", "effect ordering"

postfx-bloom:

  • "bloom", "glow", "luminance", "neon", "emissive"
  • "selective bloom", "object glow", "UnrealBloomPass"

postfx-effects:

  • "chromatic aberration", "vignette", "depth of field", "DOF"
  • "film grain", "noise", "color grading", "LUT", "tone mapping"
  • "scanlines", "CRT", "god rays"

Confidence Scoring

  • High (3+ signals) — Route directly to matched skill
  • Medium (1-2 signals) — Route with composer as foundation
  • Low (0 signals) — Start with postfx-composer for setup

Common Combinations

Basic Post-Processing Setup (2 skills)

postfx-composer → Pipeline architecture, effect ordering
postfx-bloom    → Basic glow effects

Cinematic Scene (3 skills)

postfx-composer → Pipeline setup, tone mapping
postfx-bloom    → Subtle glow on lights
postfx-effects  → Vignette, grain, color grading

Neon/Cyberpunk Aesthetic (2 skills)

postfx-bloom    → High-intensity selective bloom
postfx-effects  → Chromatic aberration, vignette

Custom Effect Development (1-2 skills)

postfx-composer → Custom Effect class, shader writing
postfx-effects  → Reference existing effects

Decision Table

Effect TypeComplexityPrimary SkillSupporting Skill
Glow/bloom onlySimplebloomcomposer
Cinematic lookMediumeffectscomposer + bloom
Custom effectComplexcomposer-
Selective bloomMediumbloomcomposer
Color gradingSimpleeffectscomposer
Full productionComplexAll three-

Effect Categories

Lighting Effects → postfx-bloom

  • Bloom/glow, selective bloom, emissive enhancement, HDR luminance

Camera Effects → postfx-effects

  • Chromatic aberration, vignette, depth of field, lens distortion

Color Effects → postfx-effects

  • Tone mapping, color grading, LUT, hue/saturation

Texture Effects → postfx-effects

  • Film grain, noise, scanlines, CRT

Architecture → postfx-composer

  • EffectComposer setup, effect ordering, custom effects, render targets

Integration with Other Domains

With R3F (r3f-*)

r3f-fundamentals → Scene setup
postfx-composer  → Effect pipeline
postfx-bloom     → Object glow

With Shaders (shaders-*)

shaders-glsl     → Custom effect shader code
postfx-composer  → Wrap in Effect class

With Particles (particles-*)

particles-systems → Particle emitters
postfx-bloom      → Particle glow
postfx-effects    → Atmosphere

With Audio (audio-*)

audio-analysis    → Frequency data
postfx-bloom      → Audio-reactive bloom
postfx-effects    → Audio-reactive aberration

Quick Reference

EffectSkill
Bloompostfx-bloom
Selective Bloompostfx-bloom
Vignettepostfx-effects
Chromatic Aberrationpostfx-effects
Depth of Fieldpostfx-effects
Film Grain/Noisepostfx-effects
Color Gradingpostfx-effects
LUTpostfx-effects
Tone Mappingpostfx-effects
Custom Effectspostfx-composer
Render Targetspostfx-composer

Temporal Collapse Stack

postfx-composer → HDR pipeline, tone mapping, adaptive quality
postfx-bloom    → Cosmic glow on digits, particles, UI
postfx-effects  → Vignette (void edge), subtle chromatic, grain

Fallback Behavior

  • No framework context → Assume @react-three/postprocessing
  • Unclear effect type → Start with postfx-composer + postfx-bloom
  • Performance concerns → Prioritize postfx-composer optimization patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

28.59%
按下载量换算104

OpenCode

21.67%
按下载量换算79

Claude Code

18.28%
按下载量换算66

windsurf

11.15%
按下载量换算40

Gemini CLI

8.13%
按下载量换算30

Codex

3.35%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills