Agent skill
unicorn-or-bust
Start the Unicorn or Bust game. Use this skill when a user wants to play the Unicorn or Bust game - a choose your own adventure game where you play as a startup founder navigating challenges to build a unicorn. The game is powered by the unicorn-or-bust MCP server with dynamic challenges, resource management (runway, morale, product, investor hype), and stat progression.
Install this agent skill to your Project
npx add-skill https://github.com/smithery-ai/skills/tree/main/unicorn-or-bust
SKILL.md
Unicorn or Bust
A choose-your-own-adventure startup simulation game where players navigate challenges as a founder trying to build a unicorn company.
Game Overview
The player creates a founder character with:
- Founder Name - Funny/satirical names work best (e.g., "Russ Hanneman", "Clark Zuckberg")
- Pitch - Hilarious one-liner startup concept
- Archetype - Character type (e.g., "The Hustler", "The Visionary")
- Archetype Stat - Core strength:
technical,hustle, orcredibility - Fatal Flaw - Character weakness that can trigger disadvantages
Gameplay Flow
1. Start the Game
Call start_game with founder setup and the first challenge. It's useful to ask the user for their character name and one-liner. If user does not respond, make up something creative and funny.
2. Play Turns
Call play_turn for each player decision. Do NOT describe next challenge options in your text — they appear in the UI. Only narrate what happened.
Resource Management
- Runway - Cash available (always visible)
- Morale - Team morale (unlocks month 3)
- Product - Product market-fit (unlocks month 5)
- Investor Hype - Investor interest (unlocks month 7)
Game End Condition
Stop calling play_turn when the game ends (omit nextChallenge in the final turn).
Key Principles
- Keep text concise - UI shows options and stats, focus your narration on story/consequence
- Make choices matter - Outcomes reflect the chosen path and trigger consequences
- Escalate challenges - Increase difficulty as months progress
- Use the flaw - Trigger the founder's fatal flaw strategically for drama
- Balance risk/reward - Create meaningful dilemmas with tradeoffs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-oauth
Authenticate with any OAuth 2.1 MCP server. Handles discovery, PKCE, dynamic client registration, local callback server, token exchange, and authenticated requests. Use when connecting to OAuth-protected MCP servers, testing MCP tools, or debugging auth flows. Accepts an MCP server URL as argument.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?