collectibles-and-items

Implement collectible entities, pickups, power-ups, and inventory systems in Bestow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/radical-beard/bestow --skill collectibles-and-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collectibles-and-items
Source: https://github.com/radical-beard/bestow/tree/main/template/.claude/skills/collectibles-and-items
Command: npx skills add https://github.com/radical-beard/bestow --skill collectibles-and-items

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a robust framework for implementing collectible items, power-ups, and inventory management systems within the Bestow game engine, streamlining game development.

Core Features & Use Cases

  • Collectible Entities: Define and spawn various collectible types (coins, health, keys, power-ups) with unique properties and visual representations.
  • Pickup System: Detect player interaction with collectibles via trigger volumes and apply their effects.
  • Power-Up Management: Implement timed power-ups with visual indicators and effects on player attributes.
  • Inventory System: Manage item stacks, addition, removal, and usage within a defined slot limit.
  • Drop System: Define data-driven drop tables for enemies, bosses, and chests to spawn items dynamically.
  • Use Case: Integrate this Skill to create a game world filled with discoverable coins, health packs that replenish player health, and a system for the player to collect and manage a sword and keys.

Quick Start

Use the collectibles-and-items skill to create a basic collectible coin entity at a specified position.

Frequently Asked Questions about collectibles-and-items

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement an inventory system in the Bestow game engine?

A pickup system detects player interaction via trigger volumes and applies effects to the collected items. This Skill provides scripts for physics-based collection detection within the Bestow game engine.

Can I create timed power-ups that affect player attributes?

Yes, timed power-ups with visual indicators and effects on player attributes can be created using this Skill. It provides power-up management scripts to define duration and apply attribute modifications to the player entity.

What's the best way to set up loot drops for enemies and chests?

The best way to set up loot drops is by defining data-driven drop tables for enemies, bosses, and chests. This Skill enables dynamic content generation by spawning items dynamically based on the configured drop table data.

How do I spawn collectible entities like coins and health packs?

Collectible entities like coins, health packs, keys, and power-ups are spawned by defining their unique properties and visual representations. This Skill provides entity creation scripts to generate various collectible types at specified positions.

Does the Bestow engine support stackable inventory management?

The Bestow engine supports stackable inventory management through this Skill, handling item stacks, addition, removal, and usage. It enforces a defined slot limit to manage player inventory capacity.