skills/smithery.ai/add-buyable-item

add-buyable-item

Installation
SKILL.md

Add Buyable Item

Instructions

  1. Preconditions
  • This skill is for ONE-TIME purchase boosts only.
  • The boost MUST conform to the existing content + validation:
    • Boost schema/types live in: src/game/types.ts and src/game/schema.ts
    • Boost content lives in: src/content/boosts/boosts.json
  • If the requested behavior cannot be expressed by an existing boost type, do NOT invent fields silently:
    • Either map it to an existing supported type, or propose a new type and list the required code changes (schema + engine + UI).
  1. Review existing items for progression
Installs
1
First Seen
Apr 23, 2026
add-buyable-item from smithery.ai