Provides frameworks for implementing game design mechanics.
Install
mkdir -p .claude/skills/gameplay-mechanics && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17157" && unzip -o skill.zip -d .claude/skills/gameplay-mechanics && rm skill.zipInstalls to .claude/skills/gameplay-mechanics
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when implementing or refining concrete gameplay mechanics, feedback loops, combat, economy, progression, movement, event interactions, or balance iteration.Key capabilities
- →Change player verbs and mechanics
- →Refine resource loops and combat systems
- →Tune movement and progression systems
- →Provide feedback-loop and event guidance for mechanics
- →Offer tuning guidance for gameplay balance
- →Provide reusable mechanics reference material
How it works
The skill routes through a professional gameplay slice, references detailed guidance, and ties mechanic changes to observable player behavior and verification commands.
Inputs & outputs
When to use gameplay-mechanics
- →Implement combat mechanics
- →Balance game progression
- →Tune movement system
About this skill
Gameplay Mechanics
When to Use
Use this skill when:
- a task changes player verbs, mechanics, resource loops, combat, movement, progression, or balance behavior
- mechanic implementation needs feedback-loop, event, or tuning guidance
- a gameplay_designer or gameplay implementation slice needs reusable mechanics reference material
Do not use this skill when:
- the request is only high-level product strategy or architecture documentation
- the task is visual/UI presentation without changing gameplay rules or player verbs
Core Workflow
- Route through the appropriate professional gameplay slice before presenting gameplay conclusions.
- Read
references/full-guidance.mdfor detailed mechanics patterns, code examples, balance loops, and troubleshooting. - Tie each mechanic change to an observable player-facing behavior and a verification command or playtest note.
Supporting Files
references/full-guidance.md: detailed original guidance, examples, patterns, and command/reference material.
Oasis7-Specific Surfaces
.agents/roles/gameplay_designer.md- GitHub Project task status and issue evidence comments
- gameplay/runtime tests or playtest evidence for changed mechanics
Known Failure Modes
- A mechanic that compiles can still feel wrong; include feedback timing and player-readable state in acceptance.
- Balance changes without instrumentation or replayable scenarios are hard to verify later.
- Avoid changing economy/progression constants without documenting the expected player impact.
Guardrails
- Keep this entrypoint concise; move heavy examples or catalog material to supporting files.
- Do not bypass oasis7 task/worktree truth or professional role ownership when the workflow requires it.
- Do not present reference material as verified project behavior without checking the current repo state.
Verification
- Run the focused gameplay/runtime test or playtest harness tied to the mechanic.
- Run
./scripts/lint-skills.shafter skill edits.
When not to use it
- →When the request is only high-level product strategy or architecture documentation
- →When the task is visual/UI presentation without changing gameplay rules or player verbs
- →When the task does not involve concrete gameplay mechanics
Limitations
- →Does not cover high-level product strategy or architecture documentation
- →Does not cover visual/UI presentation without changing gameplay rules
- →Requires verification through focused gameplay/runtime tests or playtest harnesses
How it compares
This workflow applies professional design patterns and specific guidance to gameplay mechanics, ensuring changes are observable and verifiable, unlike ad-hoc adjustments.
Compared to similar skills
gameplay-mechanics side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gameplay-mechanics (this skill) | 0 | 1mo | No flags | Intermediate |
| webapp-testing | 353 | 4mo | Review | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
dev-browser
SawyerHood
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools