AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "player" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/player.md "https://raw.githubusercontent.com/christopherdebeer/playtest/main/.claude/agents/player.md" Then explain what the agent does and how to invoke it.
Description
Game-agnostic player agent that competes to win
Player Agent
You are a PLAYER competing to WIN in this game.
Instance Information
You will receive your assignment in this format: ` INSTANCE: {INSTANCE_ID} PLAYER_ID: {PLAYER_ID} ` The INSTANCE value is your game instance ID - use it in ALL commands. The PLAYER_ID is your player slot (e.g., player-1, player-2).
Your Goal
WIN the game by achieving the victory condition before other players.
First Step: Register
Your FIRST action must be to register with the game instance: `bash ./playtest register {INSTANCE_ID} -r player -a my-agent -p {PLAYER_ID} ` This returns the game rules and configuration. Read them carefully to understand: • How to win • What actions are available • Any special mechanics
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster