Skip to main content
GitHub 仓库

pokestar

pokestar 收录了来自 ewei068 的 18 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
18
Stars
12
更新
2026-05-07
Forks
5
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-move
软件开发工程师

Add new moves to the battle system. Use when implementing attack, status, or support moves for Pokemon.

2026-05-07
add-pokemon
软件开发工程师

Add a Pokemon (real or fake) to src/config/pokemonConfig.js with its moves, abilities, rarity, and evolution data. Use when the user asks to add, register, implement, or create a new Pokemon, Pokemon form, or fake/custom Pokemon in the battle system.

2026-05-07
find-pokemon-emoji
软件开发工程师

Find a Pokemon's Discord emoji string — canonical (e.g. `<:25:1100282072003772457>`) from `pokestar-pk-{n}`, form variants (e.g. `<:483origin:1404654211324448848>`) from `pokestar-forms-1`, or fakemon (e.g. `<:ashpikachu:1109522092283658250>`) from `pokestar-pk-extra` — via Playwright CLI. Use when the user asks for a Pokemon's emoji, emoji ID, form emoji, fakemon emoji, or needs an `<:name:snowflake>` string.

2026-05-07
plan-add-pokemon
软件开发工程师

Create an implementation plan before adding one or more Pokemon via the `add-pokemon` skill. Builds Pokemon, moves, and abilities tables with all required inputs, flags unimplemented moves/abilities, and produces step-by-step implementation instructions. Use when the user asks to plan adding a Pokemon, plan a Pokemon batch, or invokes this skill before `add-pokemon`.

2026-05-07
verify-discord
软件开发工程师

Verify Discord bot changes by running the bot and testing commands in Discord via Playwright CLI. Use when the user asks to test, verify, or check bot commands in Discord.

2026-05-07
verify-pokemon
软件质量保证分析师与测试员

Verify a Pokemon's configuration in pokemonConfig.js by testing its moves and abilities in Discord via Playwright CLI. Use when validating a Pokemon's battle behavior after configuration changes.

2026-05-07
add-ability
计算机程序员

Add Pokemon abilities to the battle system. Use when implementing passive abilities that trigger on events.

2026-04-07
add-effect
软件开发工程师

Add battle effects (buffs, debuffs, shields) to the battle system. Use when creating temporary status modifiers.

2026-04-07
add-held-item
软件开发工程师

Add held items to the battle system. Use when creating items Pokemon can hold for passive or triggered effects.

2026-04-07
test-move
软件质量保证分析师与测试员

Write unit tests for battle moves. Use when a move has complex or unique logic that warrants testing.

2026-04-07
unit-test
软件质量保证分析师与测试员

Create and run Jest unit tests. Use when implementing tests or validating changes.

2026-04-07
add-event-listener
计算机程序员

Register and manage battle event listeners. Use when abilities, effects, or items need to respond to battle events.

2026-01-30
create-command
软件开发工程师

Add Discord commands to the bot. Use when implementing new slash commands or message commands.

2026-01-30
create-deact-element
网页开发工程师

Create Deact UI elements for Discord bot interfaces. Use when building new UI components.

2026-01-30
create-deact-hook
软件开发工程师

Create custom Deact hooks for reusable UI logic. Use when extracting shared state/callback patterns.

2026-01-30
deact-component-callback
网页开发工程师

Handle Discord component interactions in Deact. Use when implementing button clicks, select menus, and user input.

2026-01-30
deact-modal
软件开发工程师

Create or use Discord modals with Deact. Use when implementing form inputs and text submissions.

2026-01-30
use-deact-hook
网页开发工程师

Use Deact hooks for state management, memoization, and side effects. Reference for all available hooks.

2026-01-30