shader-router
Decision framework for GLSL shader projects. Routes to specialized shader skills (fundamentals, noise, SDF, effects) based on task requirements. Use when starting a shader project or needing guidance on which shader techniques to combine.
What this skill does
# Shader Router
Routes to 4 specialized GLSL shader skills based on task requirements.
## Routing Protocol
1. **Classify** — Identify what visual result is needed
2. **Match** — Find skill(s) with highest signal match
3. **Combine** — Most shaders need 2-3 skills together
4. **Load** — Read matched SKILL.md files before implementation
## Quick Route
### Tier 1: Core (Always Consider)
| Task Type | Skill | Primary Signal Words |
|-----------|-------|---------------------|
| Writing shaders | `shader-fundamentals` | GLSL, vertex, fragment, uniform, varying, coordinate |
| Organic patterns | `shader-noise` | noise, procedural, terrain, clouds, turbulence, organic |
### Tier 2: Specialized (Add When Needed)
| Task Type | Skill | Primary Signal Words |
|-----------|-------|---------------------|
| Shapes/geometry | `shader-sdf` | shape, circle, box, boolean, union, morph, raymarch |
| Visual polish | `shader-effects` | glow, bloom, chromatic, distortion, vignette, glitch |
## Signal Matching Rules
### Priority Order
When multiple signals present, resolve by priority:
1. **Explicit technique** — "use simplex noise" → `shader-noise`
2. **Visual goal** — "organic look" → `shader-noise`
3. **Shape need** — "rounded rectangle" → `shader-sdf`
4. **Polish need** — "add glow" → `shader-effects`
5. **Default** — Start with `shader-fundamentals`
### Confidence Scoring
- **High (3+ signals)** — Route immediately
- **Medium (1-2 signals)** — Route with `shader-fundamentals` as base
- **Low (0 signals)** — Ask: "What visual effect are you trying to achieve?"
## Common Combinations
### Procedural Texture (2 skills)
```
shader-fundamentals → Vertex/fragment setup, uniforms
shader-noise → Noise functions, FBM
```
Wiring: Fundamentals provides shader structure, noise generates patterns.
### Stylized Shape (3 skills)
```
shader-fundamentals → Shader setup, UV handling
shader-sdf → Shape definition, boolean ops
shader-effects → Glow, outline, anti-aliasing
```
Wiring: SDF defines shape, effects add visual polish.
### Terrain/Landscape (2 skills)
```
shader-fundamentals → Vertex displacement, lighting
shader-noise → Height generation, detail layers
```
Wiring: Noise generates heightmap, fundamentals handles displacement and shading.
### Holographic/Cyberpunk (3 skills)
```
shader-fundamentals → Fresnel, scanlines base
shader-noise → Animated distortion
shader-effects → Chromatic aberration, glitch, glow
```
Wiring: Layer multiple effects for complex visual style.
### UI/Logo Animation (3 skills)
```
shader-fundamentals → Animation timing, UV manipulation
shader-sdf → Shape primitives, morphing
shader-effects → Glow, dissolve, outline
```
Wiring: SDF creates shapes, effects add transitions.
### Raymarched 3D (3 skills)
```
shader-fundamentals → Ray setup, lighting math
shader-sdf → 3D primitives, scene composition
shader-noise → Surface detail, displacement
```
Wiring: SDF defines geometry, noise adds organic detail.
## Decision Table
| Visual Goal | Organic? | Shapes? | Effects? | Route To |
|-------------|----------|---------|----------|----------|
| Clouds | Yes | No | Maybe | fundamentals + noise |
| Logo | No | Yes | Yes | fundamentals + sdf + effects |
| Terrain | Yes | No | No | fundamentals + noise |
| Fire/smoke | Yes | No | Yes | fundamentals + noise + effects |
| UI element | No | Yes | Yes | fundamentals + sdf + effects |
| Abstract art | Yes | Maybe | Yes | all skills |
| 3D raymarch | Maybe | Yes | Maybe | fundamentals + sdf + (noise) |
## Skill Dependencies
```
shader-fundamentals (foundation)
├── shader-noise (extends fundamentals)
├── shader-sdf (extends fundamentals)
└── shader-effects (extends fundamentals)
```
- Always start with `shader-fundamentals`
- `shader-noise` and `shader-sdf` are often independent
- `shader-effects` typically applied last
## Visual Goal → Technique Mapping
| Want This | Use This |
|-----------|----------|
| Natural/organic look | Noise (FBM, turbulence) |
| Geometric shapes | SDF primitives |
| Smooth morphing | SDF smooth operations |
| Infinite patterns | SDF repetition |
| Terrain height | Noise + vertex displacement |
| Water/caustics | Noise + Worley |
| Glow/bloom | Effects (glow functions) |
| Retro/CRT look | Effects (scanlines, grain) |
| Transitions | SDF dissolve or Effects dissolve |
| Outlines | SDF or Effects (both have methods) |
## Fallback Behavior
- **Unknown technique** → Start with `shader-fundamentals`
- **No clear signals** → Ask: "Describe the visual you're trying to create"
- **Performance concerns** → Check `shader-noise` optimization tips
## Quick Decision Flowchart
```
User Request
│
▼
┌─────────────────────┐
│ Writing shaders? │──Yes──▶ shader-fundamentals (always)
└─────────────────────┘
│
▼
┌─────────────────────┐
│ Organic/natural? │──Yes──▶ + shader-noise
└─────────────────────┘
│
▼
┌─────────────────────┐
│ Geometric shapes? │──Yes──▶ + shader-sdf
└─────────────────────┘
│
▼
┌─────────────────────┐
│ Visual polish? │──Yes──▶ + shader-effects
└─────────────────────┘
```
## Reference
See individual skill files for detailed patterns:
- `/mnt/skills/user/shader-fundamentals/SKILL.md`
- `/mnt/skills/user/shader-noise/SKILL.md`
- `/mnt/skills/user/shader-sdf/SKILL.md`
- `/mnt/skills/user/shader-effects/SKILL.md`
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.