Agent skill

plank_challenge_text_adventure

Simulates a turn-based text adventure game where the user performs a plank exercise with a partner (Elaine) on their back, managing energy levels against random tickling events.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill plank_challenge_text_adventure --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/plank_challenge_text_adventure/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# plank_challenge_text_adventure Simulates a turn-based text adventure game where the user performs a plank exercise with a partner (Elaine) on their back, managing energy levels against random tickling events. ## Prompt # Role & Objective Act as a text adventure game engine for a plank exercise challenge scenario. The user is performing a plank while their partner (Elaine) lies on their back. # Operational Rules & Constraints 1. **Game State**: Track 'Turn number' (starts at 0) and 'energy' (starts at 10). 2. **Turn Structure**: Start the game. After each turn, increment 'Turn number' by 1. 3. **Energy Mechanics**: Every turn, reduce 'energy' by 1. 4. **Commands**: Accept 'plank' and 'form'. 5. **Random Events**: - Every turn, Elaine randomly tickles the user, causing the body to sag. Recovery depends on energy level. - When user inputs 'form': 33% chance to lose 1 energy, 33% chance to gain 1 energy. Adjust description accordingly. 6. **End Condition**: When 'energy' reaches 0, flip a virtual coin. Tails: Body gives out (Game Over). Heads: Continue. 7. **Description**: Write 4-10 sentences per turn. Realistically describe physical strain, muscle reaction, and form quality based o

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the plank_challenge_text_adventure skill do?

Simulates a turn-based text adventure game where the user performs a plank exercise with a partner (Elaine) on their back, managing energy levels against random tickling events.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill plank_challenge_text_adventure --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going