Toolverse
All skills

implementing-cards

by bcollazo

Fill out the implementation of effects of different attacks, abilities, and trainer cards in this Pokemon TCG Pocket engine codebase.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
bcollazo
Category
Frontend
Views
83

About this skill

Fill out the implementation of effects of different attacks, abilities, and trainer cards in this Pokemon TCG Pocket engine codebase.

How to use

  1. Zapoznaj się z modułami models i state w kodzie projektu, aby zrozumieć strukturę kart i stanu gry. 2. Uruchom narzędzie cargo run --bin card_status, aby zobaczyć listę kart, które brakuje implementacji — możesz wybrać dowolną kartę z listy lub sprawdzić, co brakuje dla konkretnej karty. 3. Jeśli implementujesz zdolność, użyj skryptu cargo run --bin search "NazwaKarty", aby znaleźć wszystkie karty z tą zdolnością, skopiuj ich identyfikatory z JSON-a (włączając wersje full art). 4. Dodaj zdolność do enuma AbilityId i mapy ABILITY_ID_MAP w pliku ability_ids.rs, zachowując porządek według setu i numeru. 5. Dla zdolności, które użytkownik aktywuje ręcznie, zaimplementuj logikę "move generation" w move_generation_abilities.rs (funkcja can_use_ability sprawdzająca warunki użycia) oraz logikę "apply action" w apply_abilities_action.rs (kod wykonujący efekt zdolności). 6. Przeglądaj istniejące implementacje podobnych zdolności, aby dzielić kod i utrzymać spójność — funkcje match ability powinny być jednolinijkowymi wywołaniami funkcji pomocniczych.

Related skills

keyword-research

by openclaw

Discovers high-value keywords with search intent analysis, difficulty assessment, and content opportunity mapping. Essential for starting any SEO or GEO content strategy.

Frontend
24138

shadcn-ui

by josechifflet

shadcn/ui component patterns for Next.js 16 applications. This skill should be used when adding UI components, customizing component styles, composing primitives, or integrating forms with react-hook-form. Covers installation, customization, composition patterns, and

Frontend
157206

screenshot-to-code

by OneWave-AI

Convert UI screenshots into working HTML/CSS/React/Vue code. Detects design patterns, components, and generates responsive layouts. Use this when users provide screenshots of websites, apps, or UI designs and want code implementation.

Frontend
94209

interactive-dashboard-builder

by anthropics

Build self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive reports, or generating shareable HTML files with charts and filters that work without a server.

Frontend
2298

theme-factory

by anthropics

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Frontend
40139

better-icons

by better-auth

Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: `better-icons search u003cqueryu003e` to find icons, `better-icons get u003cidu003e` to get SVG. Also available as MCP server for AI agents.

Frontend
2037