skills/smithery.ai/add-effect

add-effect

Installation
SKILL.md

Adding Effects to Pokestar

Quick Reference

Files to modify:

  1. src/enums/battleEnums.js - Add effectIdEnum.YOUR_EFFECT entry (ONLY if not exists)
  2. src/battle/data/effects.js - Add the effect implementation

DO NOT modify other effects or battleConfig.js unless explicitly asked.

Effect Structure

Installs
1
First Seen
Mar 26, 2026
add-effect from smithery.ai