mcpbeat Sign in

Personal Athlete 81 Grid Agent Skill

Create a personal athlete 81-cell MandalArt grid from an Ohtani Shohei-style 64+8+1 model. Use when the user asks for 大谷翔平 81 宮格, 個人運動員81宮格, sports skill maps, athlete training Mandala charts, badminton 81 grids, or editable JSON/SVG/PNG-ready athlete development templates with Ohtani-style colors.

135k tokens
context cost
the whole folder, loaded on every use
6
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
256
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/twhsi/skills --skill personal-athlete-81-grid

The instruction itself

7 sections, as written by the author

Personal Athlete 81 Grid

Purpose

Turn an athlete's core goal into a square 9x9 MandalArt grid:

  • 1 center goal: the athlete's north star.
  • 8 domains: the center 3x3 ring around the goal.
  • 64 extension cells: each domain expands into eight concrete actions.

Default visual style is the Ohtani Shohei reference: thick black 3x3 section lines, short bold text, red center, pink domain centers/core layer, white hard skills, cyan mental/social/recovery/long-term layer.

Workflow

  • Identify the athlete, sport, and center goal.
  • Choose eight domains. Prefer 5 hard or sport-skill domains and 3 long-term domains.
  • Expand each domain into eight short, editable action cells.
  • Save as JSON first. JSON is the source of truth; SVG/PNG are outputs.
  • Render a square 81-cell visual if requested.

For badminton, a good default domain set is:

後場攻防、切吊變化、網前手感、重心步法、發接前三、恢復保養、球友情場、長壽榜樣

JSON Schema

Use this compact shape:

{
  "title": "永錫羽毛球81宮格",
  "center": "越老越健康\n越久越快樂\n重心強",
  "visual_style": "ohtani",
  "domains": [
    {
      "name": "後場攻防",
      "type": "hard_skill",
      "items": ["側身準備", "高遠拉開", "殺球角度", "一殺一抽", "抽球拍面", "殺後銜接", "切吊變化", "教練回饋"]
    }
  ]
}

Rules:

  • Exactly eight domains.
  • Each domain has exactly eight items.
  • Keep each label short enough for a square cell, usually 2-6 Chinese characters.
  • Do not duplicate the domain name in items; the renderer places it in each outer 3x3 center.
  • Use line breaks in center only when needed.

Ohtani Visual Color Rules

Use these colors unless the user asks for another palette:

| Layer | Default color | Meaning |

|---|---|---|

| Center goal | red #ff260f | final target, identity-level athletic goal |

| Domain cells | pink #fb8aa0 | the eight main domains and outer domain centers |

| Hard skills | white #ffffff | sport technique, body mechanics, concrete drills |

| Mental/social/long-term | cyan #65eadb | psychology, character, recovery, relationships, longevity |

| Section lines | black #050505 | 3x3 blocks |

| Cell lines | gray #b9b9b9 | individual cells |

Map domain types:

  • hard_skill: white outer cells, pink domain center.
  • body: white outer cells, pink domain center.
  • recovery: cyan outer cells, pink domain center.
  • mental: cyan outer cells, pink domain center.
  • social: cyan outer cells, pink domain center.
  • longevity: cyan outer cells, pink domain center.

Rendering

Use the bundled script when a deterministic SVG is useful:

python3 scripts/render_ohtani_81_grid.py assets/yongxi-badminton.json output.svg

Then convert SVG to PNG with a local tool if available, such as:

qlmanage -t -s 2400 -o . output.svg

The script expects the JSON schema above and outputs a square 2400x2400 SVG.

Prompt Pattern

When the user gives only a sport and goal, use this pattern internally:

Create an Ohtani-style personal athlete 81 grid for SPORT.
Center goal: GOAL.
Return 8 domains, each with 8 short action cells.
Use 5 sport-skill/body domains and 3 recovery/mental/social/longevity domains.
Keep labels concise enough for a square 9x9 grid.
Use JSON as the editable source.

Other skills for the same job

different authors, same section of the catalogue
Datacommons Client
by christophacham
×3

Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.

9k tokens
Neuropixels Analysis
by christophacham
×3

Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when working with neural recordings, spike sorting, extracellular electrophysiology, or when the user mentions Neuropixels, SpikeGLX, Open Ephys, Kilosort, quality metrics, or unit curation.

36k tokens scripts
Polars
by christophacham
×3

Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.

20k tokens
Senior Data Scientist
by ComeOnOliver
×3

World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.

8k tokens scripts
Pyopenms
by ComeOnOliver
×3

Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzML, mzXML, mzTab, FASTA, pepXML, protXML, mzIdentML), signal processing, feature detection, peptide identification, and quantitative analysis. Apply when working with mass spectrometry data, analyzing proteomics experiments, or processing metabolomics datasets.

28k tokens
Dask
by ComeOnOliver
×2

Parallel/distributed computing. Scale pandas/NumPy beyond memory, parallel DataFrames/Arrays, multi-file processing, task graphs, for larger-than-RAM datasets and parallel workflows.

35k tokens
Tensorboard
by Orchestra-Research
×1

Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit

15k tokens
Datacommons Client
by BioTender-max
×1

Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.

9k tokens

How to use it

Copy the folder

Take twhsi/personal-athlete-81-grid from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.