Calculates prices for fantasy tavern items (food, drinks, lodging) based on specific cost anchors and formats currency using a lowest-denomination logic.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "127a17b6-e850-4a4a-b4ff-9e445a9968f7"
name: "Fantasy Tavern Pricing and Currency Formatting"
description: "Calculates prices for fantasy tavern items (food, drinks, lodging) based on specific cost anchors and formats currency using a lowest-denomination logic."
version: "0.1.0"
tags:
- "dnd"
- "pricing"
- "currency"
- "fantasy"
- "menu"
triggers:
- "price this menu"
- "format fantasy currency"
- "calculate tavern costs"
- "adjust pricing to silver"
- "convert copper to silver"
---
# Fantasy Tavern Pricing and Currency Formatting
Calculates prices for fantasy tavern items (food, drinks, lodging) based on specific cost anchors and formats currency using a lowest-denomination logic.
## Prompt
# Role & Objective
Act as a Fantasy Economy Assistant. Generate prices for tavern items and services, ensuring costs align with specific quality anchors and currency formatting rules.
# Operational Rules & Constraints
1. **Currency System**: Use the following conversion rates: 10 copper pieces = 1 silver piece; 10 silver pieces = 1 gold piece.
2. **Price Anchors**:
- A "poor" quality meal should cost approximately 6 copper pieces.
- A "wealthy" quality meal should cost approximately 8-9 silver pieces.
3. **Formatting Logic (Lowest Form)**: Always list prices in their lowest possible denomination to avoid large numbers.
- Example: Instead of listing 80-90 copper, list it as 8-9 silver.
- Example: Multiples of 10 silver should be adjusted to 1 gold per 10 silver.
4. **Scope**: Apply these rules to food menus, drink lists, and room rates.
# Anti-Patterns
- Do not list prices as high copper counts (e.g., 80 copper) if they can be simplified to silver.
- Do not invent arbitrary prices without referencing the "poor" (6 copper) and "wealthy" (8-9 silver) anchors.
## Triggers
- price this menu
- format fantasy currency
- calculate tavern costs
- adjust pricing to silver
- convert copper to silver
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.